Re: [dpdk-dev] [PATCH] net/ice: fix switch action number check

2020-05-24 Thread Ye Xiaolong
On 05/21, Wei Zhao wrote: >The action number for switch filter should be 1, any >other such as 0 or more than 1 is invalid. > >Fixes: 3428c6b6ec1f ("net/ice: add action number check for switch") >Cc: sta...@dpdk.org > >Signed-off-by: Wei Zhao >--- > drivers/net/ice/ice_switch_filter.c | 2 +- > 1 f

Re: [dpdk-dev] [PATCH] net/ice: fix switch action number check

2020-05-24 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Thursday, May 21, 2020 3:34 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Ye, Xiaolong > ; Zhao1, Wei > Subject: [PATCH] net/ice: fix switch action number check > > The action number for switch filter should be 1, any other

Re: [dpdk-dev] [PATCH] net/ice: fix switch action number check

2020-05-21 Thread Xiao, QimaiX
Tested-by: Xiao, QimaiX Regards, Xiao Qimai > -Original Message- > From: dev On Behalf Of Wei Zhao > Sent: Thursday, May 21, 2020 3:34 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Ye, Xiaolong > ; Zhao1, Wei > Subject: [dpdk-dev] [PATCH] net/ice: fix

Re: [dpdk-dev] [PATCH] net/ice: fix switch action number check

2020-05-21 Thread Zhao1, Wei
add Qimai > -Original Message- > From: Zhao1, Wei > Sent: Thursday, May 21, 2020 3:34 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Ye, Xiaolong > ; Zhao1, Wei > Subject: [PATCH] net/ice: fix switch action number check > > The action number for switch filter should be 1, an

[dpdk-dev] [PATCH] net/ice: fix switch action number check

2020-05-21 Thread Wei Zhao
The action number for switch filter should be 1, any other such as 0 or more than 1 is invalid. Fixes: 3428c6b6ec1f ("net/ice: add action number check for switch") Cc: sta...@dpdk.org Signed-off-by: Wei Zhao --- drivers/net/ice/ice_switch_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 delet