On 9/30/19 2:02 PM, Yonghong Song wrote:
> Fixes: 10d30e301732 ("libbpf: add flags to umem config")
> Cc: Kevin Laatz<kevin.la...@intel.com>
> Cc: Arnaldo Carvalho de Melo<a...@redhat.com>
> Cc: Andrii Nakryiko<andr...@fb.com>
> Acked-by: Andrii Nakryiko<andr...@fb.com>
> Signed-off-by: Yonghong Song<y...@fb.com>
> ---
>   tools/lib/bpf/Makefile          | 27 ++++++++++++++++++---------
>   tools/lib/bpf/libbpf_internal.h | 16 ++++++++++++++++
>   tools/lib/bpf/xsk.c             |  4 ++--
>   3 files changed, 36 insertions(+), 11 deletions(-)
> 
> ChangeLog:
>    v4 -> v5:
>       - Think twice. Using weak symbol for the libbpf.a API function
>         xsk_umem__create() is not right. Let us make it as a non-weak
>         global symbol so users cannot accidentally redefine it.

Applied. Thanks

Reply via email to