Re: [dpdk-dev] [PATCH v3 3/3] examples/ipsec-secgw: add offload fallback tests

2019-09-23 Thread Ananyev, Konstantin
> Add tests for offload fallback feature; add inbound config modificator > SGW_CFG_XPRM_IN (offload fallback setting can be set only for inbound > SAs). Tests are using cryptodev for outbound SA. > > To test fragmentation with QAT set: > MULTI_SEG_TEST="--reassemble=4096 --cryptodev_mask=0x

[dpdk-dev] [PATCH v3 3/3] examples/ipsec-secgw: add offload fallback tests

2019-09-23 Thread Marcin Smoczynski
Add tests for offload fallback feature; add inbound config modificator SGW_CFG_XPRM_IN (offload fallback setting can be set only for inbound SAs). Tests are using cryptodev for outbound SA. To test fragmentation with QAT set: MULTI_SEG_TEST="--reassemble=4096 --cryptodev_mask=0x" Signed-off-b