Re: [Bridge] [PATCH iproute2] iplink: add support for STP xstats

2019-12-09 Thread Vivien Didelot
On Mon, 9 Dec 2019 14:34:23 -0800, Stephen Hemminger 
 wrote:
> On Mon,  9 Dec 2019 16:18:41 -0500
> Vivien Didelot  wrote:
> 
> > diff --git a/include/uapi/linux/if_bridge.h b/include/uapi/linux/if_bridge.h
> > index 31fc51bd..e7f2bb78 100644
> > --- a/include/uapi/linux/if_bridge.h
> > +++ b/include/uapi/linux/if_bridge.h
> 
> These headers are semi-automatically updated from the kernel.
> Do not make changes here.

OK, I respin the series with only the minimal changes required for iproute2
to compile correctly.

Thank you,
Vivien


Re: [Bridge] [PATCH iproute2] iplink: add support for STP xstats

2019-12-09 Thread Stephen Hemminger
On Mon,  9 Dec 2019 16:18:41 -0500
Vivien Didelot  wrote:

> diff --git a/include/uapi/linux/if_bridge.h b/include/uapi/linux/if_bridge.h
> index 31fc51bd..e7f2bb78 100644
> --- a/include/uapi/linux/if_bridge.h
> +++ b/include/uapi/linux/if_bridge.h

These headers are semi-automatically updated from the kernel.
Do not make changes here.