Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix implicit selection of library mode

2019-11-06 Thread Akhil Goyal
> Right now majority of lib mode functional tests enable > library mode with '-w N' option. > It worked till recently, as legacy mode didn't support replay window. > Now it changed. > To fix - use '-l' option to enable library mode explicitly. > > Fixes: 929784452094 ("examples/ipsec-secgw: add

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix implicit selection of library mode

2019-11-06 Thread Konstantin Ananyev
Right now majority of lib mode functional tests enable library mode with '-w N' option. It worked till recently, as legacy mode didn't support replay window. Now it changed. To fix - use '-l' option to enable library mode explicitly. Fixes: 929784452094 ("examples/ipsec-secgw: add scripts for func