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

2020-05-12 Thread Ye Xiaolong
On 05/13, 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 >Tested-by: Hailin Xu

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

2020-05-12 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 Tested-by: Hailin Xu Reviewed-by: Jeff Guo --- v2 change: