OSDN Git Service

igc: Add scatter gather support
authorSasha Neftin <sasha.neftin@intel.com>
Thu, 31 Oct 2019 06:06:07 +0000 (08:06 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 31 Dec 2019 19:17:25 +0000 (11:17 -0800)
commitb7b462454a5c2aed1d8aecd165d1dae9017bd5fd
tree74a6c831092f2219bb39c6e0c92283f877665a5e
parent6506f52dcbf8c2afca47bd7a48c18459e1f04f86
igc: Add scatter gather support

Scatter gather is used to do DMA data transfers of data that is written to
noncontiguous areas of memory.
This patch enables scatter gather support.

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_main.c