app/testpmd: remove useless function declarations
The four function declarations have no function implementation, remove them. Fixes: 0db70a803028 ("app/testpmd: add commands for filters") Cc: stable@dpdk.org Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
This commit is contained in:
parent
ec17993a14
commit
84656cb7c9
@ -698,10 +698,6 @@ void port_rss_hash_conf_show(portid_t port_id, char rss_info[],
|
||||
int show_rss_key);
|
||||
void port_rss_hash_key_update(portid_t port_id, char rss_type[],
|
||||
uint8_t *hash_key, uint hash_key_len);
|
||||
void get_syn_filter(portid_t port_id);
|
||||
void get_ethertype_filter(portid_t port_id, uint16_t index);
|
||||
void get_2tuple_filter(portid_t port_id, uint16_t index);
|
||||
void get_5tuple_filter(portid_t port_id, uint16_t index);
|
||||
int rx_queue_id_is_invalid(queueid_t rxq_id);
|
||||
int tx_queue_id_is_invalid(queueid_t txq_id);
|
||||
void setup_gro(const char *onoff, portid_t port_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user