]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/enic/base/vnic_wq.h
net/enic: enable overlay offload for VXLAN and GENEVE
[dpdk.git] / drivers / net / enic / base / vnic_wq.h
index 7c069c063d901551b99e74e9d346746d98301e90..0135bffc591e177972ce7346b3c0711324bb02cb 100644 (file)
@@ -44,6 +44,7 @@ struct vnic_wq_buf {
 
 struct vnic_wq {
        unsigned int index;
+       uint64_t tx_offload_notsup_mask;
        struct vnic_dev *vdev;
        struct vnic_wq_ctrl __iomem *ctrl;              /* memory-mapped */
        struct vnic_dev_ring ring;