From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:33622 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932326AbeCLQ4O (ORCPT ); Mon, 12 Mar 2018 12:56:14 -0400 Date: Mon, 12 Mar 2018 12:56:12 -0400 (EDT) Message-Id: <20180312.125612.912873724451108597.davem@davemloft.net> To: tlfalcon@linux.vnet.ibm.com Cc: netdev@vger.kernel.org, jallen@linux.vnet.ibm.com, nfont@linux.vnet.ibm.com Subject: Re: [PATCH net-next v2 0/4] ibmvnic: Fix VLAN and other device errata From: David Miller In-Reply-To: <1520873465-23312-1-git-send-email-tlfalcon@linux.vnet.ibm.com> References: <1520873465-23312-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Thomas Falcon Date: Mon, 12 Mar 2018 11:51:01 -0500 > 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. > > v2: Fix style mistake (unneeded brackets) in patch 3/4 Series applied, thanks Thomas.