[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190618095144.4ef794a9@hermes.lan>
Date: Tue, 18 Jun 2019 09:51:44 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Denis Kirjanov <kda@...ux-powerpc.org>
Cc: dledford@...hat.com, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org, mkubecek@...e.cz
Subject: Re: [iproute2] ipaddress: correctly print a VF hw address in the
IPoIB case
On Sat, 15 Jun 2019 13:40:56 +0200
Denis Kirjanov <kda@...ux-powerpc.org> wrote:
> diff --git a/include/uapi/linux/netdevice.h b/include/uapi/linux/netdevice.h
> index 86d961c9..aaa48818 100644
> --- a/include/uapi/linux/netdevice.h
> +++ b/include/uapi/linux/netdevice.h
> @@ -30,7 +30,7 @@
> #include <linux/if_ether.h>
> #include <linux/if_packet.h>
> #include <linux/if_link.h>
> -
> +#include <linux/if_infiniband.h>
You can't modify kernel headers in iproute.
These are updated by a script and your change will get overwritten.
I did go ahead and put if_link.h and if_infiniband.h in already.
Powered by blists - more mailing lists