RE: [PATCH 1/3] examples/ipsec-secgw: avoid error pkt prints in fast path

2023-06-20 Thread Akhil Goyal
> Subject: [PATCH 1/3] examples/ipsec-secgw: avoid error pkt prints in fast path > > Avoid printing errors due to bad packets in fast path as it > effects performance. Make them RTE_LOG_DP() instead. > Also print the actual ptype that is used to classify the pkt. > >

[PATCH 1/3] examples/ipsec-secgw: avoid error pkt prints in fast path

2023-06-05 Thread Nithin Dabilpuram
Avoid printing errors due to bad packets in fast path as it effects performance. Make them RTE_LOG_DP() instead. Also print the actual ptype that is used to classify the pkt. Signed-off-by: Nithin Dabilpuram --- examples/ipsec-secgw/ipsec_worker.c | 2 +- examples/ipsec-secgw/ipsec_worker.h | 5