Re: [dpdk-dev] [PATCH] net/i40e: fix failing to create FDIR flow

2020-05-12 Thread Jeff Guo
hi, shougang On 5/6/2020 2:14 PM, Shougang Wang wrote: This patch fixes the issue that the flow which both source MAC mask and destination MAC mask are all zeros can not be created. Fixes: ea0c22fd8227 ("net/i40e: enable MAC address as flow director input set") Signed-off-by: Shougang Wang --

Re: [dpdk-dev] [PATCH] net/i40e: fix failing to create FDIR flow

2020-05-06 Thread Xu, HailinX
Tested-by: Xu, Hailin Regards, Xu, Hailin -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shougang Wang Sent: Wednesday, May 6, 2020 2:15 PM To: dev@dpdk.org Cc: Xing, Beilei ; Yang, Qiming ; Wang, ShougangX Subject: [dpdk-dev] [PATCH] net/i40e: fix failing to

[dpdk-dev] [PATCH] net/i40e: fix failing to create FDIR flow

2020-05-05 Thread Shougang Wang
This patch fixes the issue that the flow which both source MAC mask and destination MAC mask are all zeros can not be created. Fixes: ea0c22fd8227 ("net/i40e: enable MAC address as flow director input set") Signed-off-by: Shougang Wang --- drivers/net/i40e/i40e_flow.c | 3 ++- 1 file changed, 2