Searched hist:"8 bf5c4ee1889308ccd396fdfd40ac94129ee419f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | tun.c | diff 8bf5c4ee1889308ccd396fdfd40ac94129ee419f Wed Jan 03 04:25:59 CST 2018 Jesper Dangaard Brouer <brouer@redhat.com> tun: setup xdp_rxq_info
Driver hook points for xdp_rxq_info: * reg : tun_attach * unreg: __tun_detach
I've done some manual testing of this tun driver, but I would appriciate good review and someone else running their use-case tests, as I'm not 100% sure I understand the tfile->detached semantics.
V2: Removed the skb_array_cleanup() call from V1 by request from Jason Wang.
Cc: Jason Wang <jasowang@redhat.com> Cc: "Michael S. Tsirkin" <mst@redhat.com> Cc: Willem de Bruijn <willemb@google.com> Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Reviewed-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|