Re: [PATCH net] i40e: fix call of ndo_dflt_bridge_getlink()

2016-09-26 Thread Nicolas Dichtel
Le 23/09/2016 à 23:37, Jeff Kirsher a écrit : [snip] > Yes, it needs to go through my tree. Please send it to intel-wired-lan@li > sts.osuosl.org mailing list, that way I can track it through our patchwork Ok, will do. I didn't send it to this list the first time because this list is marked as "m

Re: [PATCH net] i40e: fix call of ndo_dflt_bridge_getlink()

2016-09-23 Thread Jeff Kirsher
On Fri, 2016-09-23 at 11:12 +0200, Nicolas Dichtel wrote: > Le 19/09/2016 à 18:14, Nicolas Dichtel a écrit : > > From: Huaibin Wang > >  > > Order of arguments is wrong. > > The wrong code has been introduced by commit 7d4f8d871ab1, but is > compiled > > only since commit 9df70b66418e. > >  > > No

Re: [PATCH net] i40e: fix call of ndo_dflt_bridge_getlink()

2016-09-23 Thread Nicolas Dichtel
Le 19/09/2016 à 18:14, Nicolas Dichtel a écrit : > From: Huaibin Wang > > Order of arguments is wrong. > The wrong code has been introduced by commit 7d4f8d871ab1, but is compiled > only since commit 9df70b66418e. > > Note that this may break netlink dumps. > > Fixes: 9df70b66418e ("i40e: Remov

[PATCH net] i40e: fix call of ndo_dflt_bridge_getlink()

2016-09-19 Thread Nicolas Dichtel
From: Huaibin Wang Order of arguments is wrong. The wrong code has been introduced by commit 7d4f8d871ab1, but is compiled only since commit 9df70b66418e. Note that this may break netlink dumps. Fixes: 9df70b66418e ("i40e: Remove incorrect #ifdef's") Fixes: 7d4f8d871ab1 ("switchdev; add VLAN su