devices: af_packet, fix tx stall by retrying failed sendto
[vpp.git] / src / vnet / devices / af_packet / af_packet.h
index 10a7aaf..e5dc615 100644 (file)
@@ -82,6 +82,7 @@ typedef struct
   u32 rx_frame_offset;
   u16 num_rx_pkts;
   u8 is_rx_pending;
+  u8 is_tx_pending;
   vnet_hw_if_rx_mode mode;
 } af_packet_queue_t;