Merge branch 'use-xdp-helpers'
authorDavid S. Miller <davem@davemloft.net>
Fri, 14 May 2021 22:20:11 +0000 (15:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 May 2021 22:20:11 +0000 (15:20 -0700)
commit7466b60a3c32a8ad8033b06089e5aae5e8260e86
tree328d2f0ad4d1a349cb9b9bd672a0ef9040a49292
parent76e3d7fadef6558cf0528755f386bb45055efabc
parent224bf7db5518d804932c0c78b1206ebb21f43d6a
Merge branch 'use-xdp-helpers'

Matteo Croce says:

====================
net: use XDP helpers

The commit 43b5169d8355 ("net, xdp: Introduce xdp_init_buff utility
routine") and commit be9df4aff65f ("net, xdp: Introduce xdp_prepare_buff
utility routine") introduces two useful helpers to populate xdp_buff.
Use it in drivers which still open codes that routines.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>