netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] s390/net: more updates for 4.14
@ 2017-08-18  8:19 Julian Wiedmann
  2017-08-18  8:19 ` [PATCH net-next 1/7] s390/qeth: split L2 xmit paths Julian Wiedmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Julian Wiedmann @ 2017-08-18  8:19 UTC (permalink / raw)
  To: David Miller
  Cc: netdev, linux-s390, Martin Schwidefsky, Heiko Carstens,
	Stefan Raspl, Ursula Braun, Julian Wiedmann

Hi Dave,

please apply another batch of qeth patches for net-next.
This reworks the xmit path for L2 OSAs to use skb_cow_head() instead of
skb_realloc_headroom().

Thanks,
Julian

Julian Wiedmann (7):
  s390/qeth: split L2 xmit paths
  s390/qeth: pass full data length to l2_fill_header()
  s390/qeth: pass TSO header length to fill_buffer()
  s390/qeth: pass TSO data offset to fill_buffer()
  s390/qeth: pass full IQD header length to fill_buffer()
  s390/qeth: unify code to build header elements
  s390/qeth: use skb_cow_head() for L2 OSA xmit

 drivers/s390/net/qeth_core.h      |   8 +-
 drivers/s390/net/qeth_core_main.c |  78 +++++++-----
 drivers/s390/net/qeth_l2_main.c   | 243 ++++++++++++++++++++++----------------
 drivers/s390/net/qeth_l3_main.c   |  18 +--
 4 files changed, 206 insertions(+), 141 deletions(-)

-- 
2.11.2

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

end of thread, other threads:[~2017-08-18 17:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18  8:19 [PATCH net-next 0/7] s390/net: more updates for 4.14 Julian Wiedmann
2017-08-18  8:19 ` [PATCH net-next 1/7] s390/qeth: split L2 xmit paths Julian Wiedmann
2017-08-18  8:19 ` [PATCH net-next 2/7] s390/qeth: pass full data length to l2_fill_header() Julian Wiedmann
2017-08-18  8:19 ` [PATCH net-next 3/7] s390/qeth: pass TSO header length to fill_buffer() Julian Wiedmann
2017-08-18  8:19 ` [PATCH net-next 4/7] s390/qeth: pass TSO data offset " Julian Wiedmann
2017-08-18  8:19 ` [PATCH net-next 5/7] s390/qeth: pass full IQD header length " Julian Wiedmann
2017-08-18  8:19 ` [PATCH net-next 6/7] s390/qeth: unify code to build header elements Julian Wiedmann
2017-08-18  8:19 ` [PATCH net-next 7/7] s390/qeth: use skb_cow_head() for L2 OSA xmit Julian Wiedmann
2017-08-18 17:22 ` [PATCH net-next 0/7] s390/net: more updates for 4.14 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).