examples/ipsec-secgw: avoid logs in data path
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Wed, 23 Feb 2022 09:53:51 +0000 (15:23 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 23 Feb 2022 10:43:14 +0000 (11:43 +0100)
commit5315b7746c65fe42100a96a6497171d38d0e310e
treee62f304e9d4559dff9bbc3af825f12b39a333e8d
parenta15f7b7d8aac9cca41d8bd022c3cf939a6a8d2e8
examples/ipsec-secgw: avoid logs in data path

Update error prints in data path to RTE_LOG_DP().
Error prints in fast path are not good for performance
as they slow down the application when few bad packets are
received.

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