aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/af_packet/af_packet.h
diff options
context:
space:
mode:
authorMohsin Kazmi <sykazmi@cisco.com>2022-03-10 17:44:06 +0100
committerMatthew Smith <mgsmith@netgate.com>2022-03-10 19:44:24 +0000
commit2d194a02a60361020e3b8096958a6c963d0c2807 (patch)
treedc83cd93b027fa3a6f97141fd61c45e27243e5ba /src/vnet/devices/af_packet/af_packet.h
parentab5a124b1dca6080c4a3a8c241ec9b8d12c24fb9 (diff)
devices: remove the unused code from af_packet
Type: refactor Change-Id: If180816303909b92c9aa4ff9fd70dc7938a6cfbe Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/vnet/devices/af_packet/af_packet.h')
-rw-r--r--src/vnet/devices/af_packet/af_packet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/devices/af_packet/af_packet.h b/src/vnet/devices/af_packet/af_packet.h
index 652e173fd2a..d7d16b91c8c 100644
--- a/src/vnet/devices/af_packet/af_packet.h
+++ b/src/vnet/devices/af_packet/af_packet.h
@@ -62,9 +62,6 @@ typedef struct
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
af_packet_if_t *interfaces;
- /* bitmap of pending rx interfaces */
- uword *pending_input_bitmap;
-
/* rx buffer cache */
u32 **rx_buffers;