]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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)
Matteo Croce says:

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

The commit 333b8a67c2fb ("net, xdp: Introduce xdp_init_buff utility
routine") and commit 622b373f7994 ("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>

Trivial merge