AW: [PATCH net-next] net/hsr: Added support for HSR v1

2016-04-20 Thread Heise, Peter
...@queasysnail.net; hen...@austad.us; niko...@cumulusnetworks.com; tg...@suug.ch; linvi...@tuxdriver.com; go...@cumulusnetworks.com; d...@cumulusnetworks.com; era...@mellanox.com; a...@plumgrid.com; netdev@vger.kernel.org; Heise, Peter Betreff: Re: [PATCH net-next] net/hsr: Added support for HSR v1 From

Re: [PATCH net-next] net/hsr: Added support for HSR v1

2016-04-19 Thread David Miller
From: Stephen Hemminger Date: Tue, 19 Apr 2016 08:21:00 -0700 > On Wed, 13 Apr 2016 13:52:22 +0200 > Peter Heise wrote: > >> diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h >> index 9427f17..bb3a90b 100644 >> --- a/include/uapi/linux/if_link.h >> +++ b/include/uapi/linu

Re: [PATCH net-next] net/hsr: Added support for HSR v1

2016-04-19 Thread Stephen Hemminger
On Wed, 13 Apr 2016 13:52:22 +0200 Peter Heise wrote: > diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h > index 9427f17..bb3a90b 100644 > --- a/include/uapi/linux/if_link.h > +++ b/include/uapi/linux/if_link.h > @@ -773,6 +773,7 @@ enum { > IFLA_HSR_SLAVE1, >

Re: [PATCH net-next] net/hsr: Added support for HSR v1

2016-04-15 Thread David Miller
From: Peter Heise Date: Wed, 13 Apr 2016 13:52:22 +0200 > This patch adds support for the newer version 1 of the HSR > networking standard. Version 0 is still default and the new > version has to be selected via iproute2. > > Main changes are in the supervision frame handling and its > ethertype

[PATCH net-next] net/hsr: Added support for HSR v1

2016-04-13 Thread Peter Heise
This patch adds support for the newer version 1 of the HSR networking standard. Version 0 is still default and the new version has to be selected via iproute2. Main changes are in the supervision frame handling and its ethertype field. Signed-off-by: Peter Heise --- include/uapi/linux/if_ether.