]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
virtio-net: switch to use new ctx API for small buffer
authorJason Wang <jasowang@redhat.com>
Wed, 19 Jul 2017 08:54:47 +0000 (16:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 20:37:00 +0000 (13:37 -0700)
commit192f68cf35f5eefe28ce8acbb9a3dfc747149b64
tree99af5975493424811e26ab7f1181e741310dedcb
parent28b39bc7c57e7920b0cbba3d79ba0f134e0f76f0
virtio-net: switch to use new ctx API for small buffer

Use ctx API to store headroom for small buffers.
Following patches will retrieve this info and use it for XDP.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/virtio_net.c