Searched hist:"84 c6b86875e01a08a0daa6fdd4a01b36bf0bf0b2" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/xdp/ |
H A D | xdp_umem.c | diff 84c6b86875e01a08a0daa6fdd4a01b36bf0bf0b2 Mon Jul 30 22:43:53 CDT 2018 Jakub Kicinski <jakub.kicinski@netronome.com> xsk: don't allow umem replace at stack level
Currently drivers have to check if they already have a umem installed for a given queue and return an error if so. Make better use of XDP_QUERY_XSK_UMEM and move this functionality to the core.
We need to keep rtnl across the calls now.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Acked-by: Björn Töpel <bjorn.topel@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | diff 84c6b86875e01a08a0daa6fdd4a01b36bf0bf0b2 Mon Jul 30 22:43:53 CDT 2018 Jakub Kicinski <jakub.kicinski@netronome.com> xsk: don't allow umem replace at stack level
Currently drivers have to check if they already have a umem installed for a given queue and return an error if so. Make better use of XDP_QUERY_XSK_UMEM and move this functionality to the core.
We need to keep rtnl across the calls now.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Acked-by: Björn Töpel <bjorn.topel@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|