[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220718095027.1ea6bbbc@hermes.local>
Date: Mon, 18 Jul 2022 09:50:27 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Parav Pandit <parav@...dia.com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
David Ahern <dsahern@...il.com>
Subject: Re: [PATCH iproute2] uapi: add vdpa.h
On Mon, 18 Jul 2022 16:40:30 +0000
Parav Pandit <parav@...dia.com> wrote:
> + David
>
> Hi Stephen,
>
> > From: Stephen Hemminger <stephen@...workplumber.org>
> > Sent: Monday, July 18, 2022 12:31 PM
> >
> > Iproute2 depends on kernel headers and all necessary kernel headers should
> > be in iproute tree. When vdpa was added the kernel header file was not.
> >
> > Fixes: c2ecc82b9d4c ("vdpa: Add vdpa tool")
> > Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
>
> > ---
> > include/uapi/linux/vdpa.h | 59
> > +++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 59 insertions(+)
> > create mode 100644 include/uapi/linux/vdpa.h
> >
> > diff --git a/include/uapi/linux/vdpa.h b/include/uapi/linux/vdpa.h new file
> > mode 100644 index 000000000000..94e4dad1d86c
> > --- /dev/null
> > +++ b/include/uapi/linux/vdpa.h
>
> We kept this in vdpa/include/uapi/linux/vdpa.h after inputs from David.
> This is because vdpa was following rdma style sync with the kernel headers.
> Rdma subsystem kernel header is in rdma/include/uapi/rdma/rdma_netlink.h.
>
> Any reason to take different route for vdpa?
> If so, duplicate file from vdpa/include/uapi/linux/vdpa.h should be removed.
> So that there is only one vdpa.h file.
Ok, sorry the semi-automated scan script didn't find the other one.
Powered by blists - more mailing lists