diff mbox series

[bpf-next,1/2] samples/bpf: Remove duplicate option from xdpsock

Message ID 20191114162847.221770-1-andre.guedes@intel.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series [bpf-next,1/2] samples/bpf: Remove duplicate option from xdpsock | expand

Commit Message

Andre Guedes Nov. 14, 2019, 4:28 p.m. UTC
The '-f' option is shown twice in the usage(). This patch removes the
outdated version.

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
---
 samples/bpf/xdpsock_user.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Daniel Borkmann Nov. 15, 2019, 10:27 p.m. UTC | #1
On 11/14/19 5:28 PM, Andre Guedes wrote:
> The '-f' option is shown twice in the usage(). This patch removes the
> outdated version.
> 
> Signed-off-by: Andre Guedes <andre.guedes@intel.com>

Both applied, thanks!
diff mbox series

Patch

diff --git a/samples/bpf/xdpsock_user.c b/samples/bpf/xdpsock_user.c
index a1f96e55e43a..c5d0a006cafc 100644
--- a/samples/bpf/xdpsock_user.c
+++ b/samples/bpf/xdpsock_user.c
@@ -393,7 +393,6 @@  static void usage(const char *prog)
 		"  -n, --interval=n	Specify statistics update interval (default 1 sec).\n"
 		"  -z, --zero-copy      Force zero-copy mode.\n"
 		"  -c, --copy           Force copy mode.\n"
-		"  -f, --frame-size=n   Set the frame size (must be a power of two, default is %d).\n"
 		"  -m, --no-need-wakeup Turn off use of driver need wakeup flag.\n"
 		"  -f, --frame-size=n   Set the frame size (must be a power of two in aligned mode, default is %d).\n"
 		"  -u, --unaligned	Enable unaligned chunk placement\n"