All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [net-next PATCH v3 0/6] UDP GSO Segmentation clean-ups
@ 2018-05-07 20:03 Alexander Duyck
  2018-05-09  2:30 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Duyck @ 2018-05-07 20:03 UTC (permalink / raw)
  To: Netdev, Willem de Bruijn, David Miller

On Mon, May 7, 2018 at 11:08 AM, Alexander Duyck
<alexander.duyck@gmail.com> wrote:
> This patch set addresses a number of issues I found while sorting out
> enabling UDP GSO Segmentation support for ixgbe/ixgbevf. Specifically there
> were a number of issues related to the checksum and such that seemed to
> cause either minor irregularities or kernel panics in the case of the
> offload request being allowed to traverse between name spaces.
>
> With this set applied I am was able to get UDP GSO traffic to pass over
> vxlan tunnels in both offloaded modes and non-offloaded modes for ixgbe and
> ixgbevf.
>
> I submitted the driver specific patches earlier as an RFC:
> https://patchwork.ozlabs.org/project/netdev/list/?series=42477&archive=both&state=*
>
> v2: Updated patches based on feedback from Eric Dumazet
>     Split first patch into several patches based on feedback from Eric
> v3: Drop patch that was calling pskb_may_pull as it was redundant.
>     Added code to use MANGLED_0 in case of UDP checksum
>     Drop patch adding NETIF_F_GSO_UDP_L4 to list of GSO software offloads
>     Added Acked-by for patches reviewed by Willem and not changed

Just noticed I forgot to update the subject before sending out the
cover page. I updated it for this reply. If needed I will submit a v4,
but for now I will leave this out here to finish up review.

Thanks.

- Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [net-next PATCH v3 0/6] UDP GSO Segmentation clean-ups
  2018-05-07 20:03 [net-next PATCH v3 0/6] UDP GSO Segmentation clean-ups Alexander Duyck
@ 2018-05-09  2:30 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-05-09  2:30 UTC (permalink / raw)
  To: alexander.duyck; +Cc: netdev, willemb

From: Alexander Duyck <alexander.duyck@gmail.com>
Date: Mon, 7 May 2018 13:03:47 -0700

> On Mon, May 7, 2018 at 11:08 AM, Alexander Duyck
> <alexander.duyck@gmail.com> wrote:
>> This patch set addresses a number of issues I found while sorting out
>> enabling UDP GSO Segmentation support for ixgbe/ixgbevf. Specifically there
>> were a number of issues related to the checksum and such that seemed to
>> cause either minor irregularities or kernel panics in the case of the
>> offload request being allowed to traverse between name spaces.
>>
>> With this set applied I am was able to get UDP GSO traffic to pass over
>> vxlan tunnels in both offloaded modes and non-offloaded modes for ixgbe and
>> ixgbevf.
>>
>> I submitted the driver specific patches earlier as an RFC:
>> https://patchwork.ozlabs.org/project/netdev/list/?series=42477&archive=both&state=*
>>
>> v2: Updated patches based on feedback from Eric Dumazet
>>     Split first patch into several patches based on feedback from Eric
>> v3: Drop patch that was calling pskb_may_pull as it was redundant.
>>     Added code to use MANGLED_0 in case of UDP checksum
>>     Drop patch adding NETIF_F_GSO_UDP_L4 to list of GSO software offloads
>>     Added Acked-by for patches reviewed by Willem and not changed
> 
> Just noticed I forgot to update the subject before sending out the
> cover page. I updated it for this reply. If needed I will submit a v4,
> but for now I will leave this out here to finish up review.

I thought it was kinda amusing, because it shows up as the series name
in patchwork too :-)

Series applied with header posting Subj fixed, thanks Alexander.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-09  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-07 20:03 [net-next PATCH v3 0/6] UDP GSO Segmentation clean-ups Alexander Duyck
2018-05-09  2:30 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.