OSDN Git Service

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)
commit9e58c8b410650b5a6eb5b8fad8474bd8425a4023
treeaea720b94ada5e2ab05992d3a41ddda8c73e3bfe
parentfa383f6b77a2ed788266fa8fbfb659aa284d2f58
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