From: Jan Sokolowski Date: Tue, 18 Dec 2018 13:45:13 +0000 (+0000) Subject: xsk: export xdp_get_umem_from_qid X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5f4f3b2d19c0e3a6cb9ed4aa11fed6fbb13d1aa0;p=linux.git xsk: export xdp_get_umem_from_qid Export xdp_get_umem_from_qid for other modules to use. Signed-off-by: Jan Sokolowski Acked-by: Björn Töpel Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher --- diff --git a/net/xdp/xdp_umem.c b/net/xdp/xdp_umem.c index d4de871e7d4d7..d74dfdc106b51 100644 --- a/net/xdp/xdp_umem.c +++ b/net/xdp/xdp_umem.c @@ -67,6 +67,7 @@ struct xdp_umem *xdp_get_umem_from_qid(struct net_device *dev, return NULL; } +EXPORT_SYMBOL(xdp_get_umem_from_qid); static void xdp_clear_umem_at_qid(struct net_device *dev, u16 queue_id) {