Re: [dpdk-dev] [PATCH] net/tap: define __NR_bpf for powerpc

2018-01-30 Thread Thomas Monjalon
30/01/2018 09:51, Pascal Mazon: > Acked-by: Pascal Mazon > > On 30/01/2018 08:05, Gowrishankar wrote: > > From: Gowrishankar Muthukrishnan > > > > This patch defines __NR_bpf for powerpc architecture and hence, > > fixes compiling tap driver for this architecture. > > > > Fixes: b02d85e1 ("net/t

Re: [dpdk-dev] [PATCH] net/tap: define __NR_bpf for powerpc

2018-01-30 Thread Pascal Mazon
Acked-by: Pascal Mazon On 30/01/2018 08:05, Gowrishankar wrote: > From: Gowrishankar Muthukrishnan > > This patch defines __NR_bpf for powerpc architecture and hence, > fixes compiling tap driver for this architecture. > > Fixes: b02d85e1 ("net/tap: add eBPF API") > > Signed-off-by: Gowrishankar

[dpdk-dev] [PATCH] net/tap: define __NR_bpf for powerpc

2018-01-29 Thread Gowrishankar
From: Gowrishankar Muthukrishnan This patch defines __NR_bpf for powerpc architecture and hence, fixes compiling tap driver for this architecture. Fixes: b02d85e1 ("net/tap: add eBPF API") Signed-off-by: Gowrishankar Muthukrishnan --- drivers/net/tap/tap_bpf.h | 2 ++ 1 file changed, 2 insert