]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvneta: make tx buffer array agnostic
authorLorenzo Bianconi <lorenzo@kernel.org>
Sat, 19 Oct 2019 08:13:26 +0000 (10:13 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2019 17:36:07 +0000 (10:36 -0700)
commit6cd02ee893ada1edd29fc3605180cf05176eef08
treeaea720b94ada5e2ab05992d3a41ddda8c73e3bfe
parent965d6b0287cf6324010c7eca624ddcc1555e24ba
net: mvneta: make tx buffer array agnostic

Allow tx buffer array to contain both skb and xdp buffers in order to
enable xdp frame recycling adding XDP_TX verdict support

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvneta.c