Re: [ovs-dev] [PATCH RFC] netdev-dpdk: Rx checksum offloading feature on DPDK physical ports.

2016-08-19 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: Jesse Gross [mailto:je...@kernel.org] > Sent: Thursday, August 18, 2016 2:03 AM > To: Chandran, Sugesh > Cc: ovs dev > Subject: Re: [PATCH RFC] netdev-dpdk: Rx checksum offloading feature on

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: Rx checksum offloading feature on DPDK physical ports.

2016-08-17 Thread Jesse Gross
On Tue, Aug 16, 2016 at 3:06 AM, Chandran, Sugesh wrote: >> -Original Message- >> From: Jesse Gross [mailto:je...@kernel.org] >> Sent: Monday, August 15, 2016 6:44 PM >> To: Chandran, Sugesh >> Cc: ovs dev >>

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: Rx checksum offloading feature on DPDK physical ports.

2016-08-16 Thread Chandran, Sugesh
Hi Jesse, Thank you for looking into the patch Please find my comments below, Regards _Sugesh > -Original Message- > From: Jesse Gross [mailto:je...@kernel.org] > Sent: Monday, August 15, 2016 6:44 PM > To: Chandran, Sugesh > Cc: ovs dev

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: Rx checksum offloading feature on DPDK physical ports.

2016-08-15 Thread Jesse Gross
On Mon, Aug 8, 2016 at 3:03 AM, Sugesh Chandran wrote: > To enable checksum offloading at rx side while adding a port, add the > 'rx-checksum-offload' option to the 'ovs-vsctl add-port' command-line as > below, > > 'ovs-vsctl add-port br0 dpdk0 -- \ > set Interface

[ovs-dev] [PATCH RFC] netdev-dpdk: Rx checksum offloading feature on DPDK physical ports.

2016-08-08 Thread Sugesh Chandran
Add Rx checksum offloading feature support on DPDK physical ports. By default, the Rx checksum is calculated by the software in OVS-DPDK datapath. However, the checksum offloading can be enabled either while adding a new DPDK physical port to OVS or at runtime. To enable checksum offloading at rx