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
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
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
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
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
>> @@ -
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);
>> +
>>
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
>> @@ -
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
>