Searched hist:"162 c820ed8965bf94d2685f97388aea5aee9e258" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/xdp/ |
H A D | xdp_umem.c | diff 162c820ed8965bf94d2685f97388aea5aee9e258 Fri Jun 28 03:04:06 CDT 2019 Ilya Maximets <i.maximets@samsung.com> xdp: hold device for umem regardless of zero-copy mode
Device pointer stored in umem regardless of zero-copy mode, so we heed to hold the device in all cases.
Fixes: c9b47cc1fabc ("xsk: fix bug when trying to use both copy and zero-copy on one queue id") Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|