]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sfc-TXQ-refactor'
authorJakub Kicinski <kuba@kernel.org>
Sat, 5 Sep 2020 19:25:17 +0000 (12:25 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 5 Sep 2020 19:25:17 +0000 (12:25 -0700)
commita08f2ccf5f1f05f9f763d8ab7ecf1d4aab8f4bb5
treeb47dc3a1c5d4100f5c53e4427cc3d1a2bc745598
parente47af6eb73cebbce5aeda1bfae0ef17839851eb2
parentc800a199998a39b21e358016f1e05b756ad9d7b1
Merge branch 'sfc-TXQ-refactor'

Edward Cree says:

====================
sfc: TXQ refactor

Refactor and unify partner-TXQ handling in the EF100 and legacy drivers.

The main thrust of this series is to remove from the legacy (Siena/EF10)
 driver the assumption that a netdev TX queue has precisely two hardware
 TXQs (checksummed and unchecksummed) associated with it, so that in
 future we can have more (e.g. for handling inner-header checksums) or
 fewer (e.g. to free up hardware queues for XDP usage).

Changes from v1:
 * better explain patch #1 in the commit message, and rename
   xmit_more_available to xmit_pending
 * add new patch #2 applying the same approach to ef100, for consistency
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>