> 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. > > Signed-off-by: Nithin Dabilpuram <ndabilpu...@marvell.com> Series Acked-by: Akhil Goyal <gak...@marvell.com>
Applied to dpdk-next-crypto Thanks.