Re: [ovs-dev] [PATCH] netdev-linux-private: fix max length to be 16 bits

2020-02-06 Thread Ben Pfaff
On Thu, Feb 06, 2020 at 05:59:13PM -0300, Flavio Leitner wrote:
> On Thu, Feb 06, 2020 at 12:27:53PM -0800, Ben Pfaff wrote:
> > On Thu, Feb 06, 2020 at 04:54:25PM -0300, Flavio Leitner wrote:
> > > On Thu, Feb 06, 2020 at 11:37:06AM -0800, Ben Pfaff wrote:
> > > > On Thu, Feb 06, 2020 at 11:31:37AM -0800, Ben Pfaff wrote:
> > > > > On Mon, Feb 03, 2020 at 11:22:22AM -0300, Flavio Leitner wrote:
> > > > > > The dp_packet length is limited to 16 bits, so document that
> > > > > > and fix the length value accordingly.
> > > > > > 
> > > > > > Fixes: 29cf9c1b3b9c ("userspace: Add TCP Segmentation Offload 
> > > > > > support")
> > > > > > Signed-off-by: Flavio Leitner 
> > > > > 
> > > > > Thanks!  Applied to master.
> > > > 
> > > > and branch-2.13
> > > 
> > > Awesome! Thanks Ben.
> > > 
> > > All these TSO related patches most probably should go to branch-2.13.
> > 
> > I'd appreciate a list of commits to backport, since I'm not following
> > along that closely.
> 
> I just replied on the last one you asked if 2.13 is needed. Ilya merged
> David's patch

...and backported it to branch-2.13...

> and most probably will merge his follow up (has acks), so the TSO
> queue is empty now.
> 
> I will hint in the next patches that it needs 2.13 as well.

Great.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] netdev-linux-private: fix max length to be 16 bits

2020-02-06 Thread Flavio Leitner
On Thu, Feb 06, 2020 at 12:27:53PM -0800, Ben Pfaff wrote:
> On Thu, Feb 06, 2020 at 04:54:25PM -0300, Flavio Leitner wrote:
> > On Thu, Feb 06, 2020 at 11:37:06AM -0800, Ben Pfaff wrote:
> > > On Thu, Feb 06, 2020 at 11:31:37AM -0800, Ben Pfaff wrote:
> > > > On Mon, Feb 03, 2020 at 11:22:22AM -0300, Flavio Leitner wrote:
> > > > > The dp_packet length is limited to 16 bits, so document that
> > > > > and fix the length value accordingly.
> > > > > 
> > > > > Fixes: 29cf9c1b3b9c ("userspace: Add TCP Segmentation Offload 
> > > > > support")
> > > > > Signed-off-by: Flavio Leitner 
> > > > 
> > > > Thanks!  Applied to master.
> > > 
> > > and branch-2.13
> > 
> > Awesome! Thanks Ben.
> > 
> > All these TSO related patches most probably should go to branch-2.13.
> 
> I'd appreciate a list of commits to backport, since I'm not following
> along that closely.

I just replied on the last one you asked if 2.13 is needed. Ilya merged
David's patch and most probably will merge his follow up (has acks), so
the TSO queue is empty now.

I will hint in the next patches that it needs 2.13 as well.

-- 
fbl
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] netdev-linux-private: fix max length to be 16 bits

2020-02-06 Thread Ben Pfaff
On Thu, Feb 06, 2020 at 04:54:25PM -0300, Flavio Leitner wrote:
> On Thu, Feb 06, 2020 at 11:37:06AM -0800, Ben Pfaff wrote:
> > On Thu, Feb 06, 2020 at 11:31:37AM -0800, Ben Pfaff wrote:
> > > On Mon, Feb 03, 2020 at 11:22:22AM -0300, Flavio Leitner wrote:
> > > > The dp_packet length is limited to 16 bits, so document that
> > > > and fix the length value accordingly.
> > > > 
> > > > Fixes: 29cf9c1b3b9c ("userspace: Add TCP Segmentation Offload support")
> > > > Signed-off-by: Flavio Leitner 
> > > 
> > > Thanks!  Applied to master.
> > 
> > and branch-2.13
> 
> Awesome! Thanks Ben.
> 
> All these TSO related patches most probably should go to branch-2.13.

I'd appreciate a list of commits to backport, since I'm not following
along that closely.

Thanks,

Ben.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] netdev-linux-private: fix max length to be 16 bits

2020-02-06 Thread Flavio Leitner
On Thu, Feb 06, 2020 at 11:37:06AM -0800, Ben Pfaff wrote:
> On Thu, Feb 06, 2020 at 11:31:37AM -0800, Ben Pfaff wrote:
> > On Mon, Feb 03, 2020 at 11:22:22AM -0300, Flavio Leitner wrote:
> > > The dp_packet length is limited to 16 bits, so document that
> > > and fix the length value accordingly.
> > > 
> > > Fixes: 29cf9c1b3b9c ("userspace: Add TCP Segmentation Offload support")
> > > Signed-off-by: Flavio Leitner 
> > 
> > Thanks!  Applied to master.
> 
> and branch-2.13

Awesome! Thanks Ben.

All these TSO related patches most probably should go to branch-2.13.

-- 
fbl
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] netdev-linux-private: fix max length to be 16 bits

2020-02-06 Thread Ben Pfaff
On Thu, Feb 06, 2020 at 11:31:37AM -0800, Ben Pfaff wrote:
> On Mon, Feb 03, 2020 at 11:22:22AM -0300, Flavio Leitner wrote:
> > The dp_packet length is limited to 16 bits, so document that
> > and fix the length value accordingly.
> > 
> > Fixes: 29cf9c1b3b9c ("userspace: Add TCP Segmentation Offload support")
> > Signed-off-by: Flavio Leitner 
> 
> Thanks!  Applied to master.

and branch-2.13
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] netdev-linux-private: fix max length to be 16 bits

2020-02-06 Thread Ben Pfaff
On Mon, Feb 03, 2020 at 11:22:22AM -0300, Flavio Leitner wrote:
> The dp_packet length is limited to 16 bits, so document that
> and fix the length value accordingly.
> 
> Fixes: 29cf9c1b3b9c ("userspace: Add TCP Segmentation Offload support")
> Signed-off-by: Flavio Leitner 

Thanks!  Applied to master.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev