[Intel-wired-lan] [PATCH v1 1/1] igc: Add GSO partial support

Brown, Aaron F aaron.f.brown at intel.com
Thu Mar 5 00:45:17 UTC 2020


> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of
> Sasha Neftin
> Sent: Sunday, February 9, 2020 11:04 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH v1 1/1] igc: Add GSO partial support
> 
> Partial generic segmentation offload is a hybrid between TSO and GSO.
> What is effectively does is take advantage of certain traits of TCP and
> tunnels so that instead of having to rewrite the packet headers for each
> segment only in the inner-most transport header and possible the outer-
> most
> network header need to be updated.
> This allows devices that do not support tunnel offload or tunnels
> offloads with checksum to still make use of segmentation.
> 
> Signed-off-by: Sasha Neftin <sasha.neftin at intel.com>
> ---
>  drivers/net/ethernet/intel/igc/igc_main.c | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 

Tested-by: Aaron Brown <aaron.f.brown at intel.com>


More information about the Intel-wired-lan mailing list