Re: [PATCH net-next] samples/bpf: Fix compilation issue in redirect dummy program
From: David Miller <davem@davemloft.net>
Date: 2017-08-31 18:58:07
From: David Miller <davem@davemloft.net>
Date: 2017-08-31 18:58:07
From: Tariq Toukan <redacted> Date: Thu, 31 Aug 2017 14:16:39 +0300
Fix compilation error below:
$ make samples/bpf/
LLVM ERROR: 'xdp_redirect_dummy' label emitted multiple times to
assembly file
make[1]: *** [samples/bpf/xdp_redirect_kern.o] Error 1
make: *** [samples/bpf/] Error 2
Fixes: 306da4e685b4 ("samples/bpf: xdp_redirect load XDP dummy prog on TX device")
Signed-off-by: Tariq Toukan <redacted>Applied.