[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200529182803.526832ed@carbon>
Date: Fri, 29 May 2020 18:28:03 +0200
From: Jesper Dangaard Brouer <brouer@...hat.com>
To: David Ahern <dsahern@...il.com>
Cc: bpf@...r.kernel.org, netdev@...r.kernel.org,
Daniel Borkmann <borkmann@...earbox.net>,
Alexei Starovoitov <alexei.starovoitov@...il.com>,
Andrii Nakryiko <andrii.nakryiko@...il.com>, brouer@...hat.com
Subject: Re: [PATCH bpf-next RFC 1/3] bpf: move struct bpf_devmap_val out of
UAPI
On Fri, 29 May 2020 10:06:25 -0600
David Ahern <dsahern@...il.com> wrote:
> On 5/29/20 9:59 AM, Jesper Dangaard Brouer wrote:
> > @@ -60,6 +60,15 @@ struct xdp_dev_bulk_queue {
> > unsigned int count;
> > };
> >
> > +/* DEVMAP values */
> > +struct bpf_devmap_val {
> > + __u32 ifindex; /* device index */
> > + union {
> > + int fd; /* prog fd on map write */
> > + __u32 id; /* prog id on map read */
> > + } bpf_prog;
> > +};
> > +
>
> I can pick up this name change for v4.
Great - I will appreciate, as this will make my patchset compatible
with yours :-)
--
Best regards,
Jesper Dangaard Brouer
MSc.CS, Principal Kernel Engineer at Red Hat
LinkedIn: http://www.linkedin.com/in/brouer
Powered by blists - more mailing lists