[dpdk-dev] [PATCH 3/3] testpmd:rework csum forward engine

2014-11-27 Thread Jijiang Liu
The changes include: 1. use the new introduced ol_flags and fields in csumonly.c file; 2. fix an issue of outer UDP checksum check; 3. fix an issue that is if the TESTPMD_TX_OFFLOAD_IP_CKSUM is not set, and the "ol_flags |= PKT_TX_IPV4" should be done in the process_inner_cksums(); Signed-off-by:

[dpdk-dev] [PATCH 3/3] testpmd:rework csum forward engine

2014-11-27 Thread Olivier MATZ
Hi Jijiang, On 11/27/2014 09:18 AM, Jijiang Liu wrote: > The changes include: > 1. use the new introduced ol_flags and fields in csumonly.c file; > 2. fix an issue of outer UDP checksum check; > 3. fix an issue that is if the TESTPMD_TX_OFFLOAD_IP_CKSUM is not set, and > the "ol_flags |= PKT_TX_I