Re: [ovs-dev] [PATCH] datapath: skip checksum of gro packet

2015-09-17 Thread 马啸
Hi, Have the patch been sent? Thanks. At 2015-08-21 04:08:06, "Pravin Shelar" wrote: >I sent patch attached to the mail. Only direct recipients got the >patch. I am planning on sending formal patch to netdev mailing list >soon. > >On Wed, Aug 19, 2015 at 9:05 PM, Ben Pfaff wrote: >> I do

Re: [ovs-dev] [PATCH] datapath: skip checksum of gro packet

2015-08-20 Thread Pravin Shelar
I sent patch attached to the mail. Only direct recipients got the patch. I am planning on sending formal patch to netdev mailing list soon. On Wed, Aug 19, 2015 at 9:05 PM, Ben Pfaff wrote: > I don't think you attached the patch. > > On Mon, Aug 10, 2015 at 10:37:04AM -0700, Pravin Shelar wrote:

Re: [ovs-dev] [PATCH] datapath: skip checksum of gro packet

2015-08-19 Thread Ben Pfaff
I don't think you attached the patch. On Mon, Aug 10, 2015 at 10:37:04AM -0700, Pravin Shelar wrote: > On Mon, Aug 10, 2015 at 2:05 AM, Zang MingJie wrote: > > Any progress? Or direction, maybe I can help. > > > Sorry for late reply. Attached is patch I was working on. Can you try it? > > Thanks

Re: [ovs-dev] [PATCH] datapath: skip checksum of gro packet

2015-08-10 Thread Pravin Shelar
On Mon, Aug 10, 2015 at 2:05 AM, Zang MingJie wrote: > Any progress? Or direction, maybe I can help. > Sorry for late reply. Attached is patch I was working on. Can you try it? Thanks, Pravin. > On Mon, Jul 27, 2015 at 1:54 PM Jesse Gross wrote: >> >> On Fri, Jul 24, 2015 at 2:28 AM, Zang MingJ

Re: [ovs-dev] [PATCH] datapath: skip checksum of gro packet

2015-08-10 Thread Zang MingJie
Any progress? Or direction, maybe I can help. On Mon, Jul 27, 2015 at 1:54 PM Jesse Gross wrote: > On Fri, Jul 24, 2015 at 2:28 AM, Zang MingJie > wrote: > > Newer kernel will do gro on vxlan packet, after gro the tcp checksum > > encapsulated in the packet is wrong but the origin checksum is a

Re: [ovs-dev] [PATCH] datapath: skip checksum of gro packet

2015-07-27 Thread Jesse Gross
On Fri, Jul 24, 2015 at 2:28 AM, Zang MingJie wrote: > Newer kernel will do gro on vxlan packet, after gro the tcp checksum > encapsulated in the packet is wrong but the origin checksum is already > verified. > > The patch skips verifying checksum of all gro packets. I think this solution is too