ipsec: remove redundant replay window size
authorHemant Agrawal <hemant.agrawal@nxp.com>
Wed, 6 Nov 2019 06:54:13 +0000 (12:24 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 8 Nov 2019 12:51:16 +0000 (13:51 +0100)
commit0f56ca1aaeebfb94d68bad085f7b298f9c2c0b07
tree9bc1ee6443064eed2fc13c603bfa4b55f7a52032
parentd5411b9a3dd027b2c6ad16afa5bfada78c53519a
ipsec: remove redundant replay window size

The rte_security lib has introduced replay_win_sz,
so it can be removed from the rte_ipsec lib.

The relevant tests, app are also update to reflect
the usages.

Note that esn and anti-replay fileds were earlier used
only for ipsec library, they were enabling the libipsec
by default. With this change esn and anti-replay setting
will not automatically enabled libipsec.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test/test_ipsec.c
doc/guides/rel_notes/release_19_11.rst
examples/ipsec-secgw/ipsec-secgw.c
examples/ipsec-secgw/ipsec.c
examples/ipsec-secgw/sa.c
lib/librte_ipsec/Makefile
lib/librte_ipsec/meson.build
lib/librte_ipsec/rte_ipsec_sa.h
lib/librte_ipsec/sa.c