New upstream version 18.05
[deb_dpdk.git] / drivers / net / enic / base / vnic_wq.h
index 7c069c0..0135bff 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;