Re: [dpdk-dev] [PATCH] net/ice: fix tunnel rule not recognize

2019-07-15 Thread Zhang, Qi Z
> -Original Message- > From: Yang, Qiming > Sent: Monday, July 15, 2019 5:41 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; sta...@dpdk.org > Subject: [PATCH] net/ice: fix tunnel rule not recognize > > In the past, to distinguish whether the input set is outer or inner by ch

[dpdk-dev] [PATCH] net/ice: fix tunnel rule not recognize

2019-07-15 Thread Qiming Yang
In the past, to distinguish whether the input set is outer or inner by check the item appear once or twice. But this way doesn't work when user don't configure the outer input set. This patch fix the issue. Fixes: d76116a4678f ("net/ice: add generic flow API") Cc: sta...@dpdk.org Signed-off-by: Q