Re: [dpdk-dev] [PATCH] net/i40e: fix flow director for IPv6

2017-06-22 Thread Peng, Yuan
OD PKT_RX_VLAN_STRIPPED pkt1 to queue 1, the bug fixed. -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Beilei Xing Sent: Thursday, June 22, 2017 5:31 PM To: Wu, Jingjing Cc: dev@dpdk.org; sta...@dpdk.org Subject: [dpdk-dev] [PATCH] net/i40e: fix flow director for

[dpdk-dev] [PATCH] net/i40e: fix flow director for IPv6

2017-06-22 Thread Beilei Xing
After adding a fdir rule for IPv6 with input set TC, IPv6 packets with the specific TC can't be assigned the right queue. The root cause is that TC is parsed wrongly, this patch fixes TC parsing problem. Fixes: 7d83c152a207 ("net/i40e: parse flow director filter") Cc: sta...@dpdk.org Signed-off-b