Re: [RFC 01/12] net: bpf: rename ndo_xdp to ndo_bpf

2017-11-01 Thread Jakub Kicinski
On Wed, 1 Nov 2017 08:41:42 +0100, Jesper Dangaard Brouer wrote: > > diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c > > index fc059f193e7d..edf984406ba0 100644 > > --- a/drivers/net/virtio_net.c > > +++ b/drivers/net/virtio_net.c > > @@ -2115,7 +2115,7 @@ static const struct net_d

Re: [RFC 01/12] net: bpf: rename ndo_xdp to ndo_bpf

2017-11-01 Thread Jesper Dangaard Brouer
On Tue, 31 Oct 2017 18:52:06 -0700 Jakub Kicinski wrote: > ndo_xdp is a control path callback for setting up XDP in the > driver. We can reuse it for other forms of communication > between the eBPF stack and the drivers. Rename the callback > and associated structures and definitions. > > Sign

[RFC 01/12] net: bpf: rename ndo_xdp to ndo_bpf

2017-10-31 Thread Jakub Kicinski
ndo_xdp is a control path callback for setting up XDP in the driver. We can reuse it for other forms of communication between the eBPF stack and the drivers. Rename the callback and associated structures and definitions. Signed-off-by: Jakub Kicinski Reviewed-by: Simon Horman Reviewed-by: Quen