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

2022-02-06 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 --- v2: - Fixed issue with warning in patch 4/4 by checking for session pool initializa

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

2022-02-17 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