]> git.baikalelectronics.ru Git - kernel.git/commit
igc: Add support for TSO
authorSasha Neftin <sasha.neftin@intel.com>
Sun, 5 Jan 2020 12:20:53 +0000 (14:20 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 17 Jan 2020 17:55:34 +0000 (09:55 -0800)
commit8ec077ff916f6f1ae73fe434c10c86a8d27f7631
treea6319682a2305fb582d8828e850256b0b95a8e67
parent2fb660c13b0d701b6cb955055de27a2a85bd7199
igc: Add support for TSO

TCP segmentation offload allows a device to segment a single frame
into multiple frames with a data payload size specified in socket buffer.
As a result we can now send data approximately up to seven percents fast
than was previously possible on my system.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igc/igc_defines.h
drivers/net/ethernet/intel/igc/igc_main.c