]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/vmxnet3/vmxnet3_ethdev.h
net/iavf: check max SIMD bitwidth
[dpdk.git] / drivers / net / vmxnet3 / vmxnet3_ethdev.h
index 8c2b6f877175a0e3a12eddf3fba13f3dc91fa946..dd685b02b7b474056bd6cc6faca659c2b43967a6 100644 (file)
        ETH_RSS_NONFRAG_IPV4_UDP | \
        ETH_RSS_NONFRAG_IPV6_UDP)
 
        ETH_RSS_NONFRAG_IPV4_UDP | \
        ETH_RSS_NONFRAG_IPV6_UDP)
 
+#define VMXNET3_MANDATORY_V4_RSS ( \
+       ETH_RSS_NONFRAG_IPV4_TCP | \
+       ETH_RSS_NONFRAG_IPV6_TCP)
+
 /* RSS configuration structure - shared with device through GPA */
 typedef struct VMXNET3_RSSConf {
        uint16_t   hashType;
 /* RSS configuration structure - shared with device through GPA */
 typedef struct VMXNET3_RSSConf {
        uint16_t   hashType;