On 02/13/2018 05:48 PM, Alexei Starovoitov wrote:
> On Tue, Feb 13, 2018 at 01:42:49PM +0900, Prashant Bhole wrote:
>> While building samples/sockmap, undefined reference error is thrown
>> for `nla_dump_errormsg'.
>> Linking tools/lib/bpf/nlattr.o as a fix
>>
>> Signed-off-by: Prashant Bhole
>
On Tue, Feb 13, 2018 at 01:42:49PM +0900, Prashant Bhole wrote:
> While building samples/sockmap, undefined reference error is thrown
> for `nla_dump_errormsg'.
> Linking tools/lib/bpf/nlattr.o as a fix
>
> Signed-off-by: Prashant Bhole
Applied to bpf-next, thanks Prashant!
While building samples/sockmap, undefined reference error is thrown
for `nla_dump_errormsg'.
Linking tools/lib/bpf/nlattr.o as a fix
Signed-off-by: Prashant Bhole
---
samples/sockmap/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/sockmap/Makefile b/samples/