flow dpdk avf: add support for using l2tpv3 as RSS type
This patch adds support for using l2tpv3 as RSS type Type: feature Signed-off-by: Xinyao Cai <xinyao.cai@intel.com> Change-Id: Ic3e0935a4754d084184f1cc38ea9531ddfd9e7bc
This commit is contained in:
committed by
Damjan Marion
parent
bef2d6da4e
commit
6cb7273949
@@ -248,6 +248,7 @@
|
||||
_ (19, AVF_ETH_RSS_NVGRE, "nvgre") \
|
||||
_ (20, AVF_ETH_RSS_GTPU, "gtpu") \
|
||||
_ (21, AVF_ETH_RSS_ESP, "esp") \
|
||||
_ (22, AVF_ETH_RSS_L2TPV3, "l2tpv3") \
|
||||
_ (60, AVF_ETH_RSS_L4_DST_ONLY, "l4-dst-only") \
|
||||
_ (61, AVF_ETH_RSS_L4_SRC_ONLY, "l4-src-only") \
|
||||
_ (62, AVF_ETH_RSS_L3_DST_ONLY, "l3-dst-only") \
|
||||
|
||||
@@ -427,6 +427,7 @@ void dpdk_update_link_state (dpdk_device_t * xd, f64 now);
|
||||
_ (19, RTE_ETH_RSS_NVGRE, "nvgre") \
|
||||
_ (20, RTE_ETH_RSS_GTPU, "gtpu") \
|
||||
_ (21, RTE_ETH_RSS_ESP, "esp") \
|
||||
_ (22, RTE_ETH_RSS_L2TPV3, "l2tpv3") \
|
||||
_ (60, RTE_ETH_RSS_L4_DST_ONLY, "l4-dst-only") \
|
||||
_ (61, RTE_ETH_RSS_L4_SRC_ONLY, "l4-src-only") \
|
||||
_ (62, RTE_ETH_RSS_L3_DST_ONLY, "l3-dst-only") \
|
||||
|
||||
@@ -200,6 +200,7 @@ typedef enum
|
||||
_ (19, NVGRE, "nvgre") \
|
||||
_ (20, GTPU, "gtpu") \
|
||||
_ (21, ESP, "esp") \
|
||||
_ (22, L2TPV3, "l2tpv3") \
|
||||
_ (60, L4_DST_ONLY, "l4-dst-only") \
|
||||
_ (61, L4_SRC_ONLY, "l4-src-only") \
|
||||
_ (62, L3_DST_ONLY, "l3-dst-only") \
|
||||
|
||||
Reference in New Issue
Block a user