aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/af_packet/af_packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/devices/af_packet/af_packet.h')
-rw-r--r--src/vnet/devices/af_packet/af_packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/devices/af_packet/af_packet.h b/src/vnet/devices/af_packet/af_packet.h
index ed3f10bb092..dd38e1bb266 100644
--- a/src/vnet/devices/af_packet/af_packet.h
+++ b/src/vnet/devices/af_packet/af_packet.h
@@ -49,6 +49,7 @@ typedef struct
tpacket_req3_t *tx_req;
u8 **rx_ring;
u8 **tx_ring;
+ u8 is_cksum_gso_enabled;
u32 hdrlen;
u32 hw_if_index;
u32 sw_if_index;