[dpdk-dev] [RFC 11/16] testpmd: rename vxlan in outer_ip in csum commands

2015-01-23 Thread Olivier MATZ
Hi Jijiang, On 01/23/2015 12:21 PM, Liu, Jijiang wrote: >> static void >> pkt_burst_checksum_forward(struct fwd_stream *fs) @@ -432,18 +435,18 @@ >> pkt_burst_checksum_forward(struct fwd_stream *fs) >> /* step 4: fill the mbuf meta data (flags and header lengths) */ >> >>

[dpdk-dev] [RFC 11/16] testpmd: rename vxlan in outer_ip in csum commands

2015-01-23 Thread Liu, Jijiang
Hi, > -Original Message- > From: Olivier Matz [mailto:olivier.matz at 6wind.com] > Sent: Thursday, January 22, 2015 7:37 AM > To: dev at dpdk.org > Cc: olivier.matz at 6wind.com; Ananyev, Konstantin; Liu, Jijiang > Subject: [RFC 11/16] testpmd: rename vxlan in outer_ip in csum commands >

[dpdk-dev] [RFC 11/16] testpmd: rename vxlan in outer_ip in csum commands

2015-01-22 Thread Olivier Matz
The tx_checksum command concerns outer IP checksum, not VxLAN checksum. Actually there is no checkum in VxLAN header, there is one checksum in outer IP header, and one checksum in outer UDP header. This option only controls the outer IP checksum. Signed-off-by: Olivier Matz --- app/test-pmd/cmdl