mbox series

[net,0/3] s390/qeth: fixes 2020-03-10

Message ID 20200310173803.91602-1-jwi@linux.ibm.com
Headers show
Series s390/qeth: fixes 2020-03-10 | expand

Message

Julian Wiedmann March 10, 2020, 5:38 p.m. UTC
Hi Dave,

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

This fixes three minor issues:
1) a setup parameter gets cleared unnecessarily when the HW config
   changes,
2) insufficient error handling when initially filling the RX ring, and
3) a rarely used worker that needs to be cancelled during tear down.

Thanks,
Julian

Julian Wiedmann (3):
  s390/qeth: don't reset default_out_queue
  s390/qeth: handle error when backing RX buffer
  s390/qeth: cancel RX reclaim work earlier

 drivers/s390/net/qeth_core_main.c | 15 +++++++++------
 drivers/s390/net/qeth_l2_main.c   |  1 +
 drivers/s390/net/qeth_l3_main.c   |  1 +
 3 files changed, 11 insertions(+), 6 deletions(-)