Skip to content

Commit

Permalink
xsk: export xdp_get_umem_from_qid
Browse files Browse the repository at this point in the history
Export xdp_get_umem_from_qid for other modules to use.

Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
Acked-by: Björn Töpel <bjorn.topel@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Jan Sokolowski authored and Jeff Kirsher committed Jan 22, 2019
1 parent fa7f3a8 commit 5f4f3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/xdp/xdp_umem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 5f4f3b2

Please sign in to comment.