Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: try end in flow actions before fail

2018-01-22 Thread De Lara Guarch, Pablo
> -Original Message- > From: Nicolau, Radu > Sent: Thursday, January 18, 2018 4:08 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Doherty, > Declan ; akhil.go...@nxp.com; Nicolau, Radu > > Subject: [PATCH] examples/ipsec-secgw: try end in flow actions before fail > > After trying R

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: try end in flow actions before fail

2018-01-19 Thread Akhil Goyal
Reviewed-by: Akhil Goyal

[dpdk-dev] [PATCH] examples/ipsec-secgw: try end in flow actions before fail

2018-01-18 Thread Radu Nicolau
After trying RSS and Queue also try End for flow action to allow for HW that don't support flow features with inline crypto. Signed-off-by: Radu Nicolau --- examples/ipsec-secgw/ipsec.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/examples/ipsec-secgw/ipsec.c b/examples/ipsec-secgw/