examples/ipsec-secgw: fix L4 length for TSO packets
authorRadu Nicolau <radu.nicolau@intel.com>
Wed, 24 Nov 2021 17:33:51 +0000 (17:33 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 25 Nov 2021 09:36:42 +0000 (10:36 +0100)
commit0fa4f444f6c5fa0882b9d135cc3583804618a889
tree018b95f178d2c7e4bf99bcec1cbed685e814bbf5
parentd3dd5d5eba914dbdf261d27d2fe5d1fc42ba34bf
examples/ipsec-secgw: fix L4 length for TSO packets

Using RTE_MBUF_F_TX_TCP_SEG requires L4 length to be set.

Fixes: a7f32947a316 ("examples/ipsec-secgw: support TCP TSO")

Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
examples/ipsec-secgw/ipsec_process.c