mbox series

[net-next,0/9] s390/qeth: updates 2020-11-17

Message ID 20201117161520.1089-1-jwi@linux.ibm.com
Headers show
Series s390/qeth: updates 2020-11-17 | expand

Message

Julian Wiedmann Nov. 17, 2020, 4:15 p.m. UTC
Hi Jakub,

please apply the following patch series for qeth to netdev's net-next tree.

This brings some cleanups, and a bunch of improvements for our
.get_link_ksettings() code.

Julian Wiedmann (8):
  s390/qeth: don't call INIT_LIST_HEAD() on iob's list entry
  s390/qeth: reduce rtnl locking for switchdev events
  s390/qeth: tolerate error when querying card info
  s390/qeth: improve QUERY CARD INFO processing
  s390/qeth: set static link info during initialization
  s390/qeth: clean up default cases for ethtool link mode
  s390/qeth: use QUERY OAT for initial link info
  s390/qeth: improve selection of ethtool link modes

Kaixu Xia (1):
  s390/qeth: remove useless if/else

 drivers/s390/net/qeth_core.h      |  24 ++-
 drivers/s390/net/qeth_core_main.c | 232 ++++++++++++++++++++++++++--
 drivers/s390/net/qeth_core_mpc.h  |  40 ++++-
 drivers/s390/net/qeth_ethtool.c   | 243 +++++++++++-------------------
 drivers/s390/net/qeth_l2_main.c   |  33 ++--
 drivers/s390/net/qeth_l3_main.c   |   5 +-
 6 files changed, 378 insertions(+), 199 deletions(-)

Comments

Jakub Kicinski Nov. 19, 2020, 1:35 a.m. UTC | #1
On Tue, 17 Nov 2020 17:15:11 +0100 Julian Wiedmann wrote:
> please apply the following patch series for qeth to netdev's net-next tree.
> 
> This brings some cleanups, and a bunch of improvements for our
> .get_link_ksettings() code.

Applied, thanks!
Julian Wiedmann Nov. 19, 2020, 9:25 a.m. UTC | #2
On 19.11.20 03:35, Jakub Kicinski wrote:
> On Tue, 17 Nov 2020 17:15:11 +0100 Julian Wiedmann wrote:
>> please apply the following patch series for qeth to netdev's net-next tree.
>>
>> This brings some cleanups, and a bunch of improvements for our
>> .get_link_ksettings() code.
> 
> Applied, thanks!
> 

Thank you! Looks like you missed patch 1 in the series though... no biggie,
I'll resend it with the next batch of patches.
Jakub Kicinski Nov. 19, 2020, 5:45 p.m. UTC | #3
On Thu, 19 Nov 2020 11:25:31 +0200 Julian Wiedmann wrote:
> On 19.11.20 03:35, Jakub Kicinski wrote:
> > On Tue, 17 Nov 2020 17:15:11 +0100 Julian Wiedmann wrote:  
> >> please apply the following patch series for qeth to netdev's net-next tree.
> >>
> >> This brings some cleanups, and a bunch of improvements for our
> >> .get_link_ksettings() code.  
> > 
> > Applied, thanks!
> >   
> 
> Thank you! Looks like you missed patch 1 in the series though... no biggie,
> I'll resend it with the next batch of patches.

Ahhh, sorry, somehow patchwork did not fold it into the same series, 
and I didn't notice:

https://patchwork.kernel.org/project/netdevbpf/list/?series=386125&state=*

Let me add a big fat warning to my scripts so this doesn't happen again.