]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: move common tx code
authorAlex Maftei (amaftei) <amaftei@solarflare.com>
Wed, 8 Jan 2020 16:14:00 +0000 (16:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jan 2020 21:28:03 +0000 (13:28 -0800)
commit14c4bab2815ddc5f8971b79962351613fe0d693e
tree3e146ba607277dc4921b5f77225085c7fd1c2ae6
parent9abc1158746af7e0c93bbeba0f9db3fe398b2923
sfc: move common tx code

Once again, a tiny bit of refactoring was required to stitch the code
together (i.e. adding headers). The moved code deals with managing tx
queues and mappings.

Signed-off-by: Alexandru-Mihai Maftei <amaftei@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/Makefile
drivers/net/ethernet/sfc/tx.c
drivers/net/ethernet/sfc/tx_common.c [new file with mode: 0644]