examples/ipsec-secgw: use mbuf packet type in ev worker
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Wed, 25 Aug 2021 06:35:42 +0000 (12:05 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 8 Oct 2021 19:31:07 +0000 (21:31 +0200)
commit2e7abb8bb8992640155431ada06d107fdf99ca1b
treeef5fc5c58ff1e8fd6854a82c488d7cbbed12df5c
parent7bfca3894ac022403a5fca9854cbe2f20319e523
examples/ipsec-secgw: use mbuf packet type in ev worker

Use mbuf packet type for traffic identification as
packet is parsed already by HW before and HW/PMD updates
necessary info in mbuf packet type of the found protocols.

This change is specifically for event mode.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
examples/ipsec-secgw/ipsec_worker.c