Re: [net-next PATCH 08/10] udp: Clean up the use of flags in UDP segmentation offload

2016-02-06 Thread Tom Herbert
On Fri, Feb 5, 2016 at 3:28 PM, Alexander Duyck wrote: > This patch goes though and cleans up the logic related to several of the > control flags used in UDP segmentation. Specifically the use of dont_encap > isn't really needed as we can just check the skb for CHECKSUM_PARTIAL and > if it isn't

[net-next PATCH 08/10] udp: Clean up the use of flags in UDP segmentation offload

2016-02-05 Thread Alexander Duyck
This patch goes though and cleans up the logic related to several of the control flags used in UDP segmentation. Specifically the use of dont_encap isn't really needed as we can just check the skb for CHECKSUM_PARTIAL and if it isn't set then we don't need to update the internal headers. As such