netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] s390/qeth: updates 2019-08-23
@ 2019-08-23  9:48 Julian Wiedmann
  2019-08-23  9:48 ` [PATCH net-next 1/7] s390/qdio: enable drivers to poll for Output completions Julian Wiedmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Julian Wiedmann @ 2019-08-23  9:48 UTC (permalink / raw)
  To: David Miller
  Cc: netdev, linux-s390, Heiko Carstens, Stefan Raspl, Ursula Braun,
	Julian Wiedmann

Hi Dave,

please apply one more round of qeth patches. These implement support for
a bunch of TX-related features - namely TX NAPI, BQL and xmit_more.

Note that this includes two qdio patches which lay the necessary
groundwork, and have been acked by Vasily.

Thanks,
Julian

Julian Wiedmann (7):
  s390/qdio: enable drivers to poll for Output completions
  s390/qdio: let drivers opt-out from Output Queue scanning
  s390/qeth: collect accurate TX statistics
  s390/qeth: add TX NAPI support for IQD devices
  s390/qeth: when in TX NAPI mode, use napi_consume_skb()
  s390/qeth: add BQL support for IQD devices
  s390/qeth: add xmit_more support for IQD devices

 arch/s390/include/asm/qdio.h      |   6 +-
 drivers/s390/cio/qdio.h           |   3 +-
 drivers/s390/cio/qdio_main.c      |  75 ++++--
 drivers/s390/cio/qdio_setup.c     |   2 +-
 drivers/s390/net/qeth_core.h      |  52 ++++
 drivers/s390/net/qeth_core_main.c | 410 +++++++++++++++++++++---------
 drivers/s390/net/qeth_ethtool.c   |   2 +
 drivers/s390/net/qeth_l2_main.c   |  12 +-
 drivers/s390/net/qeth_l3_main.c   |   9 +-
 9 files changed, 414 insertions(+), 157 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-24 23:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-23  9:48 [PATCH net-next 0/7] s390/qeth: updates 2019-08-23 Julian Wiedmann
2019-08-23  9:48 ` [PATCH net-next 1/7] s390/qdio: enable drivers to poll for Output completions Julian Wiedmann
2019-08-23  9:48 ` [PATCH net-next 2/7] s390/qdio: let drivers opt-out from Output Queue scanning Julian Wiedmann
2019-08-23  9:48 ` [PATCH net-next 3/7] s390/qeth: collect accurate TX statistics Julian Wiedmann
2019-08-23  9:48 ` [PATCH net-next 4/7] s390/qeth: add TX NAPI support for IQD devices Julian Wiedmann
2019-08-23  9:48 ` [PATCH net-next 5/7] s390/qeth: when in TX NAPI mode, use napi_consume_skb() Julian Wiedmann
2019-08-23  9:48 ` [PATCH net-next 6/7] s390/qeth: add BQL support for IQD devices Julian Wiedmann
2019-08-23  9:48 ` [PATCH net-next 7/7] s390/qeth: add xmit_more " Julian Wiedmann
2019-08-24 23:39 ` [PATCH net-next 0/7] s390/qeth: updates 2019-08-23 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).