Re: [dpdk-dev] [PATCH] net/ice: fix IPv6 UDP port matching failure issue

2019-10-23 Thread Ye Xiaolong
On 10/24, Yahui Cao wrote: >Reverse the src and dest notion, since the HW expects them to be from Tx >perspective where as the input from user is from Rx filter view. > >Fixes: 2dbef0825ef7 ("net/ice: add FDIR create and destroy") > >Signed-off-by: Yahui Cao >--- > drivers/net/ice/ice_fdir_filter.

[dpdk-dev] [PATCH] net/ice: fix IPv6 UDP port matching failure issue

2019-10-23 Thread Yahui Cao
Reverse the src and dest notion, since the HW expects them to be from Tx perspective where as the input from user is from Rx filter view. Fixes: 2dbef0825ef7 ("net/ice: add FDIR create and destroy") Signed-off-by: Yahui Cao --- drivers/net/ice/ice_fdir_filter.c | 4 ++-- 1 file changed, 2 inser