Re: [dpdk-dev] [PATCH v2] net/i40e: update actions for FDIR

2017-06-06 Thread Ferruh Yigit
On 6/2/2017 3:22 AM, Wu, Jingjing wrote: > > >> -Original Message- >> From: Xing, Beilei >> Sent: Thursday, June 1, 2017 7:48 AM >> To: Wu, Jingjing >> Cc: dev@dpdk.org >> Subject: [PATCH v2] net/i40e: update actions for FDIR >> >> This commit adds support of FLAG action and PASSTHRU act

Re: [dpdk-dev] [PATCH v2] net/i40e: update actions for FDIR

2017-06-01 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, June 1, 2017 7:48 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH v2] net/i40e: update actions for FDIR > > This commit adds support of FLAG action and PASSTHRU action for flow > director. > > Signed-off-by: Beilei

[dpdk-dev] [PATCH v2] net/i40e: update actions for FDIR

2017-05-31 Thread Beilei Xing
This commit adds support of FLAG action and PASSTHRU action for flow director. Signed-off-by: Beilei Xing --- v2 changes: -Add support of PASSTHRU action. -Refine code. drivers/net/i40e/i40e_flow.c | 74 1 file changed, 40 insertions(+), 34 deletio