RE: [PATCH] examples/ipsec-secgw: fix default flow rule creation

2021-12-24 Thread Akhil Goyal
> Subject: [PATCH] examples/ipsec-secgw: fix default flow rule creation > > Fix default flow rule to create after ethdev start to align > wit RTE flow spec. > > Fixes: 513f192b5fd4 ("examples/ipsec-secgw: add default flow for inline Rx") > Cc: adwiv...@ma

[PATCH] examples/ipsec-secgw: fix default flow rule creation

2021-12-17 Thread Nithin Dabilpuram
Fix default flow rule to create after ethdev start to align wit RTE flow spec. Fixes: 513f192b5fd4 ("examples/ipsec-secgw: add default flow for inline Rx") Cc: adwiv...@marvell.com Cc: sta...@dpdk.org Signed-off-by: Nithin Dabilpuram --- examples/ipsec-secgw/ipsec-secgw.c | 7 --- 1 file ch