Re: [PATCH net] r8169: fix RTL8168g PHY init

2019-07-20 Thread David Miller
From: Heiner Kallweit Date: Sat, 20 Jul 2019 19:01:22 +0200 > From: Thomas Voegtle > This fixes a copy&paste error in the original patch. Setting the wrong > register resulted in massive packet loss on some systems. > > Fixes: a2928d28643e ("r8169: use paged versions of phylib MDIO access > fu

[PATCH net] r8169: fix RTL8168g PHY init

2019-07-20 Thread Heiner Kallweit
From: Thomas Voegtle This fixes a copy&paste error in the original patch. Setting the wrong register resulted in massive packet loss on some systems. Fixes: a2928d28643e ("r8169: use paged versions of phylib MDIO access functions") Tested-by: Thomas Voegtle Signed-off-by: Thomas Voegtle Signed

Re: [PATCH net-next v2 8/8] net: mscc: PTP Hardware Clock (PHC) support

2019-07-20 Thread kbuild test robot
Hi Antoine, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Antoine-Tenart/net-mscc-PTP-Hardware-Clock-PHC-support/20190707-075931 config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (G

Re: ENOBUILD in nf_tables

2019-07-20 Thread Pablo Neira Ayuso
Hi Jakub, On Fri, Jul 19, 2019 at 10:07:43AM -0700, Jakub Kicinski wrote: > Hi Pablo! > > I hit the following build breakage on net with the config attached. > > GCC 9, doesn't seem like your just-posted series fixes this? $ gcc -v ... gcc version 9.1.0 $ make ... CC include/net/netfi

Re: [patch net-next rfc 7/7] net: rtnetlink: add possibility to use alternative names as message handle

2019-07-20 Thread Jiri Pirko
Sat, Jul 20, 2019 at 05:59:27AM CEST, jakub.kicin...@netronome.com wrote: >On Fri, 19 Jul 2019 13:00:29 +0200, Jiri Pirko wrote: >> diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c >> index 1fa30d514e3f..68ad12a7fc4d 100644 >> --- a/net/core/rtnetlink.c >> +++ b/net/core/rtnetlink.c >> @@ -

Re: [patch net-next rfc 3/7] net: rtnetlink: add commands to add and delete alternative ifnames

2019-07-20 Thread Jiri Pirko
Sat, Jul 20, 2019 at 05:58:49AM CEST, jakub.kicin...@netronome.com wrote: >On Fri, 19 Jul 2019 13:00:25 +0200, Jiri Pirko wrote: >> +int netdev_name_node_alt_destroy(struct net_device *dev, char *name) >> +{ >> +struct netdev_name_node *name_node; >> +struct net *net = dev_net(dev); >> + >>

Re: [patch net-next rfc 4/7] net: rtnetlink: put alternative names to getlink message

2019-07-20 Thread Jiri Pirko
Sat, Jul 20, 2019 at 05:59:14AM CEST, jakub.kicin...@netronome.com wrote: >On Fri, 19 Jul 2019 13:00:26 +0200, Jiri Pirko wrote: >> diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c >> index 7a2010b16e10..f11a2367037d 100644 >> --- a/net/core/rtnetlink.c >> +++ b/net/core/rtnetlink.c >> @@ -

Re: [patch net-next rfc 2/7] net: introduce name_node struct to be used in hashlist

2019-07-20 Thread Jiri Pirko
Fri, Jul 19, 2019 at 10:26:49PM CEST, step...@networkplumber.org wrote: >On Fri, 19 Jul 2019 21:17:40 +0200 >Jiri Pirko wrote: > >> Fri, Jul 19, 2019 at 06:29:36PM CEST, step...@networkplumber.org wrote: >> >On Fri, 19 Jul 2019 13:00:24 +0200 >> >Jiri Pirko wrote: >> > >> >> From: Jiri Pirko >