netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4 net-next] ibmvnic: Fix VLAN and other device errata
@ 2018-03-09 19:23 Thomas Falcon
  2018-03-09 19:23 ` [PATCH 1/4 net-next] ibmvnic: Account for VLAN tag in L2 Header descriptor Thomas Falcon
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Thomas Falcon @ 2018-03-09 19:23 UTC (permalink / raw)
  To: netdev; +Cc: nfont, jallen, Thomas Falcon

This patch series contains fixes for VLAN and other backing hardware
errata. The VLAN fixes are mostly to account for the additional four
bytes VLAN header in TX descriptors and buffers, when applicable.

The other fixes for device errata are to pad small packets to avoid a
possible connection error that can occur when some devices attempt to
transmit small packets. The other fixes are GSO related. Some devices
cannot handle a smaller MSS or a packet with a single segment, so
disable GSO in those cases.

Thomas Falcon (4):
  ibmvnic: Account for VLAN tag in L2 Header descriptor
  ibmvnic: Account for VLAN header length in TX buffers
  ibmvnic: Pad small packets to minimum MTU size
  ibmvnic: Handle TSO backing device errata

 drivers/net/ethernet/ibm/ibmvnic.c | 50 +++++++++++++++++++++++++++++++++++---
 1 file changed, 46 insertions(+), 4 deletions(-)

-- 
2.12.3

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

end of thread, other threads:[~2018-03-12 15:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09 19:23 [PATCH 0/4 net-next] ibmvnic: Fix VLAN and other device errata Thomas Falcon
2018-03-09 19:23 ` [PATCH 1/4 net-next] ibmvnic: Account for VLAN tag in L2 Header descriptor Thomas Falcon
2018-03-09 19:23 ` [PATCH 2/4 net-next] ibmvnic: Account for VLAN header length in TX buffers Thomas Falcon
2018-03-09 19:23 ` [PATCH 3/4 net-next] ibmvnic: Pad small packets to minimum MTU size Thomas Falcon
2018-03-12  2:56   ` David Miller
2018-03-12 15:24     ` Thomas Falcon
2018-03-09 19:23 ` [PATCH 4/4 net-next] ibmvnic: Handle TSO backing device errata Thomas Falcon

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).