]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_pf.h
bus/pci: remove useless link dependency on ethdev
[dpdk.git] / drivers / net / i40e / i40e_pf.h
index 429f3471d88e7baa934758b985eb19ca064fa148..1809ba4d27940117ae179e06f4c1ebbcf69f0308 100644 (file)
@@ -8,6 +8,12 @@
 /* Default setting on number of VSIs that VF can contain */
 #define I40E_DEFAULT_VF_VSI_NUM 1
 
+#define I40E_VIRTCHNL_OFFLOAD_CAPS ( \
+       VIRTCHNL_VF_OFFLOAD_L2 | \
+       VIRTCHNL_VF_OFFLOAD_VLAN | \
+       VIRTCHNL_VF_OFFLOAD_RSS_PF | \
+       VIRTCHNL_VF_OFFLOAD_RX_POLLING)
+
 struct virtchnl_vlan_offload_info {
        uint16_t vsi_id;
        uint8_t enable_vlan_strip;