Re: [PATCH v2 net-next 0/9] set addr_assign_type when inheriting a dev_addr

2013-09-03 Thread Bjørn Mork
David Miller da...@davemloft.net writes: From: Bjørn Mork bj...@mork.no Date: Fri, 30 Aug 2013 18:08:43 +0200 Copying the dev_addr from a parent device is an operation common to a number of drivers. The addr_assign_type should be updated accordingly, either by reusing the value from the

Re: [PATCH v2 net-next 0/9] set addr_assign_type when inheriting a dev_addr

2013-09-03 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Tue, 03 Sep 2013 09:38:10 +0200 But it doesn't look like it ended up in net-next? Or am I missing something (again)? I forgot to push it out from my workstation before going away for the holiday weekend, this has now been fixed :-)

Re: [PATCH v2 net-next 0/9] set addr_assign_type when inheriting a dev_addr

2013-08-31 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Fri, 30 Aug 2013 18:08:43 +0200 Copying the dev_addr from a parent device is an operation common to a number of drivers. The addr_assign_type should be updated accordingly, either by reusing the value from the source device or explicitly indicating that

[PATCH v2 net-next 0/9] set addr_assign_type when inheriting a dev_addr

2013-08-30 Thread Bjørn Mork
Copying the dev_addr from a parent device is an operation common to a number of drivers. The addr_assign_type should be updated accordingly, either by reusing the value from the source device or explicitly indicating that the address is stolen by setting addr_assign_type to NET_ADDR_STOLEN. This