RE: [PATCH v3 1/3] examples/ipsec-secgw: update error prints to data path log

2022-02-23 Thread Akhil Goyal
> 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 > Acked-by: Akhil Goyal > --- Series Applied to dpdk-next-crypto Thanks.

[PATCH v3 1/3] examples/ipsec-secgw: update error prints to data path log

2022-02-23 Thread Nithin Dabilpuram
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 Acked-by: Akhil Goyal --- v2: - Fixed issue with warning in patch 4/4 by checking for se