RE: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-09 Thread Chiappero, Marco
esh Bandewar > Subject: Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses > > On Mon, 2017-05-08 at 15:29 +, Chiappero, Marco wrote: > > > -Original Message- > > > From: Jiri Benc [mailto:jb...@redhat.com] > > > Sent: Thursday

Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-08 Thread Dan Williams
t; . > > Miller ; Kirsher, Jeffrey T > > ; Duyck, Alexander H > > ; Grandhi, Sainath > > ; Mahesh Bandewar > > Subject: Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC > > addresses > > > > On Thu, 4 May 2017 09:37:00 +, Chiappero, Marco wr

RE: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-08 Thread Chiappero, Marco
Mahesh Bandewar > Subject: Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses > > On Thu, 4 May 2017 09:37:00 +, Chiappero, Marco wrote: > > This looks conceptually wrong. Yes, ipvlan works at L3 (which is an > > implementation detail anyway), but slaves

Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-04 Thread महेश बंडेवार
On Thu, May 4, 2017 at 9:43 AM, Jiri Benc wrote: > On Thu, 4 May 2017 09:37:00 +, Chiappero, Marco wrote: >> This looks conceptually wrong. Yes, ipvlan works at L3 (which is an >> implementation detail anyway), but slaves are Ethernet interfaces and >> should behave as much as possible as such

Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-04 Thread महेश बंडेवार
vger.kernel.org >> Cc: David S . Miller ; Kirsher, Jeffrey T >> ; Duyck, Alexander H >> ; Grandhi, Sainath >> ; Mahesh Bandewar >> Subject: Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses >> >> On Tue, 2017-05-02 at 15:08 +, Chiappero,

Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-04 Thread Jiri Benc
On Thu, 4 May 2017 09:37:00 +, Chiappero, Marco wrote: > This looks conceptually wrong. Yes, ipvlan works at L3 (which is an > implementation detail anyway), but slaves are Ethernet interfaces and > should behave as much as possible as such regardless, with an > individual MAC address assigned.

RE: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-04 Thread Chiappero, Marco
exander H > ; Grandhi, Sainath > ; Mahesh Bandewar > Subject: Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses > > On Tue, 2017-05-02 at 15:08 +, Chiappero, Marco wrote: > > > -Original Message- > > > From: Dan Williams [mailto:d...@re

Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-02 Thread Dan Williams
On Tue, 2017-05-02 at 15:08 +, Chiappero, Marco wrote: > > -Original Message- > > From: Dan Williams [mailto:d...@redhat.com] > > On Thu, 2017-04-27 at 11:20 -0500, Dan Williams wrote: > > > On Thu, 2017-04-27 at 15:51 +0100, Marco Chiappero wrote: > > > > Currently all the slave device

RE: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-05-02 Thread Chiappero, Marco
> -Original Message- > From: Dan Williams [mailto:d...@redhat.com] > On Thu, 2017-04-27 at 11:20 -0500, Dan Williams wrote: > > On Thu, 2017-04-27 at 15:51 +0100, Marco Chiappero wrote: > > > Currently all the slave devices belonging to the same port inherit > > > their MAC address from it

Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-04-27 Thread kbuild test robot
Hi Marco, [auto build test ERROR on net/master] [also build test ERROR on v4.11-rc8] [cannot apply to net-next/master next-20170427] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Marco-Chiapper

Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-04-27 Thread Dan Williams
On Thu, 2017-04-27 at 11:20 -0500, Dan Williams wrote: > On Thu, 2017-04-27 at 15:51 +0100, Marco Chiappero wrote: > > Currently all the slave devices belonging to the same port inherit > > their > > MAC address from its master device. This patch removes this > > limitation > > and allows every sla

Re: [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-04-27 Thread Dan Williams
On Thu, 2017-04-27 at 15:51 +0100, Marco Chiappero wrote: > Currently all the slave devices belonging to the same port inherit > their > MAC address from its master device. This patch removes this > limitation > and allows every slave device to obtain a unique MAC address, by > default > randomly g

[PATCH net-next 9/9] ipvlan: introduce individual MAC addresses

2017-04-27 Thread Marco Chiappero
Currently all the slave devices belonging to the same port inherit their MAC address from its master device. This patch removes this limitation and allows every slave device to obtain a unique MAC address, by default randomly generated at creation time. Moreover it is now possible to correctly mod