commit | dfdda1a0f4aad476ae25f2840c9426da3b99506d | [log] [tgz] |
---|---|---|
author | Wang Hai <wanghai38@huawei.com> | Tue Jun 15 21:57:24 2021 +0800 |
committer | Andrii Nakryiko <andrii@kernel.org> | Wed Jun 16 20:11:24 2021 -0700 |
tree | 9800ab4e4c20403ac73dadecd6396be7a1d45f8a | |
parent | bf067f1c51239ba70be714c513820d2c4a5cd457 [diff] |
samples/bpf: Add missing option to xdp_sample_pkts usage xdp_sample_pkts usage() is missing the introduction of the "-S" option, this patch adds it. Fixes: d50ecc46d18f ("samples/bpf: Attach XDP programs in driver mode by default") Signed-off-by: Wang Hai <wanghai38@huawei.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Link: https://lore.kernel.org/bpf/20210615135724.29528-1-wanghai38@huawei.com