net/af_packet: remove unused Rx counter
This Rx counter has never been used.
Fixes: 364e08f2bb
("af_packet: add PMD for AF_PACKET-based virtual devices")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
fb3a93f9fe
commit
4b6f5d3dcd
@ -51,7 +51,6 @@ struct pkt_rx_queue {
|
||||
uint16_t in_port;
|
||||
|
||||
volatile unsigned long rx_pkts;
|
||||
volatile unsigned long err_pkts;
|
||||
volatile unsigned long rx_bytes;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user