Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-17 Thread Aaron Conole
Aaron Conole writes: > Darrell Ball writes: > >> -Original Message- >> From: Aaron Conole >> Date: Thursday, August 10, 2017 at 10:13 AM >> To: Darrell Ball >> Cc: ovs dev >> Subject: Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL che

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-10 Thread Aaron Conole
Darrell Ball writes: > -Original Message- > From: Aaron Conole > Date: Thursday, August 10, 2017 at 10:13 AM > To: Darrell Ball > Cc: ovs dev > Subject: Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags > on init. > &g

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-10 Thread Darrell Ball
-Original Message- From: Aaron Conole Date: Thursday, August 10, 2017 at 10:13 AM To: Darrell Ball Cc: ovs dev Subject: Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init. Darrell Ball writes: > -Original Message- > From:

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-10 Thread Aaron Conole
Darrell Ball writes: > -Original Message- > From: Aaron Conole > Date: Wednesday, August 9, 2017 at 12:51 PM > To: Darrell Ball > Cc: Joe Stringer , Darrell Ball , ovs > dev > Subject: Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags > on in

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-09 Thread Darrell Ball
-Original Message- From: Aaron Conole Date: Wednesday, August 9, 2017 at 12:51 PM To: Darrell Ball Cc: Joe Stringer , Darrell Ball , ovs dev Subject: Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init. Darrell Ball writes: > Thanks Joe

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-09 Thread Joe Stringer
On 9 August 2017 at 12:51, Aaron Conole wrote: > Darrell Ball writes: > >> Thanks Joe >> I forgot to add your Tested-by to V5; I have been testing this myself; >> but let me know if you would like it added – I can send a V6. > > It will automatically be added by patchwork. It is sufficient to >

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-09 Thread Aaron Conole
things. > Darrell > > -Original Message- > From: on behalf of Joe Stringer > > Date: Tuesday, August 8, 2017 at 4:51 PM > To: Darrell Ball > Cc: ovs dev > Subject: Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum > flags on init. > > On 8 Augus

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-09 Thread Joe Stringer
On 8 August 2017 at 19:10, Darrell Ball wrote: > Thanks Joe > I forgot to add your Tested-by to V5; I have been testing this myself; but > let me know if you would like it added – I can send a V6. No worries, it looks like you'll resubmit with a slightly different approach so feel free to drop t

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-08 Thread Darrell Ball
: Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init. On 8 August 2017 at 16:39, Darrell Ball wrote: > Reset the DPDK HWOL checksum flags in dp_packet_init_. > The new HWOL bad checksum flag is uninitialized on non-dpdk ports and > this is notice

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-08 Thread Darrell Ball
I added a “Reported-at:” in a V5 Darrell -Original Message- From: on behalf of Darrell Ball Date: Tuesday, August 8, 2017 at 4:39 PM To: "dlu...@gmail.com" , "d...@openvswitch.org" Subject: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on

Re: [ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-08 Thread Joe Stringer
On 8 August 2017 at 16:39, Darrell Ball wrote: > Reset the DPDK HWOL checksum flags in dp_packet_init_. > The new HWOL bad checksum flag is uninitialized on non-dpdk ports and > this is noticed as test failures using netdev-dummy ports where the bad > checksum flag is checked. > > Fixes: 7451af618

[ovs-dev] [patch_v4] dp-packet: Reset DPDK HWOL checksum flags on init.

2017-08-08 Thread Darrell Ball
Reset the DPDK HWOL checksum flags in dp_packet_init_. The new HWOL bad checksum flag is uninitialized on non-dpdk ports and this is noticed as test failures using netdev-dummy ports where the bad checksum flag is checked. Fixes: 7451af618e0d ("dp-packet : Update DPDK rx checksum validation funct