]> git.baikalelectronics.ru Git - kernel.git/commit
igc: Introduce igc_unmap_tx_buffer() helper
authorAndre Guedes <andre.guedes@intel.com>
Fri, 23 Apr 2021 06:25:52 +0000 (23:25 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 20 May 2021 17:21:06 +0000 (10:21 -0700)
commit2de7c2a963586a9aa4d0c96374c26d620d95071b
treea36602607651c83fcb97832711b0b3cdf9a7f802
parent28588b81aa9709ab38f28e2ea64671392308684a
igc: Introduce igc_unmap_tx_buffer() helper

In preparation for AF_XDP zero-copy support, encapsulate the code that
unmaps Tx buffers into its own local helper so we can reuse it, avoiding
code duplication.

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Signed-off-by: Vedang Patel <vedang.patel@intel.com>
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
Reviewed-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igc/igc_main.c