[ovs-dev] [PATCH v4 14/14] userspace: Enable TSO if available.

2022-06-30 Thread Mike Pattrick
From: Flavio Leitner Now that there is a segmentation in software as a fall back in case a netdev doesn't support TCP segmentation offloading (TSO), enable it by default on all possible netdevs. The existing TSO control is inverted, so that now it will disable TSO globally, in case TSO is not de

Re: [ovs-dev] [PATCH v4 14/14] userspace: Enable TSO if available.

2022-07-06 Thread David Marchand
On Fri, Jul 1, 2022 at 5:58 AM Mike Pattrick wrote: > > From: Flavio Leitner > > Now that there is a segmentation in software as a fall back in > case a netdev doesn't support TCP segmentation offloading (TSO), > enable it by default on all possible netdevs. > > The existing TSO control is invert

Re: [ovs-dev] [PATCH v4 14/14] userspace: Enable TSO if available.

2022-07-11 Thread David Marchand
On Wed, Jul 6, 2022 at 11:00 PM David Marchand wrote: > > On Fri, Jul 1, 2022 at 5:58 AM Mike Pattrick wrote: > > > > From: Flavio Leitner > > > > Now that there is a segmentation in software as a fall back in > > case a netdev doesn't support TCP segmentation offloading (TSO), > > enable it by

Re: [ovs-dev] [PATCH v4 14/14] userspace: Enable TSO if available.

2022-07-12 Thread Maxime Coquelin
On 7/11/22 23:06, David Marchand wrote: On Wed, Jul 6, 2022 at 11:00 PM David Marchand wrote: On Fri, Jul 1, 2022 at 5:58 AM Mike Pattrick wrote: From: Flavio Leitner Now that there is a segmentation in software as a fall back in case a netdev doesn't support TCP segmentation offloadin

Re: [ovs-dev] [PATCH v4 14/14] userspace: Enable TSO if available.

2022-09-09 Thread David Marchand
On Tue, Jul 12, 2022 at 9:54 AM Maxime Coquelin wrote: > > > > On 7/11/22 23:06, David Marchand wrote: > > On Wed, Jul 6, 2022 at 11:00 PM David Marchand > > wrote: > >> > >> On Fri, Jul 1, 2022 at 5:58 AM Mike Pattrick wrote: > >>> > >>> From: Flavio Leitner > >>> > >>> Now that there is a seg