projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa7f3a8
)
xsk: export xdp_get_umem_from_qid
author
Jan Sokolowski
<
[email protected]
>
Tue, 18 Dec 2018 13:45:13 +0000
(13:45 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Tue, 22 Jan 2019 14:57:04 +0000
(06:57 -0800)
Export xdp_get_umem_from_qid for other modules to use.
Signed-off-by: Jan Sokolowski <
[email protected]
>
Acked-by: Björn Töpel <
[email protected]
>
Tested-by: Andrew Bowers <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
net/xdp/xdp_umem.c
patch
|
blob
|
history
diff --git
a/net/xdp/xdp_umem.c
b/net/xdp/xdp_umem.c
index d4de871e7d4d7fa8f2c426559e92313c33d2655d..d74dfdc106b5113a31fcc906a9abae6968e8a218 100644
(file)
--- 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)
{