From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neftin, Sasha Date: Thu, 6 Feb 2020 09:48:47 +0200 Subject: [Intel-wired-lan] [PATCH v1 1/1] igc: Complete to commit Add support for TSO In-Reply-To: <20200205110242.000060ec@intel.com> References: <20200205123115.44103-1-sasha.neftin@intel.com> <20200205110242.000060ec@intel.com> Message-ID: <1315bbbd-a1d4-bd7c-17b3-66e848642f59@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 2/5/2020 21:03, Jesse Brandeburg wrote: > On Wed, 5 Feb 2020 14:31:15 +0200 Sasha wrote: >> commit f38b782dccab ("igc: Add support for TSO") > > is that a Fixes tag? > no, this is previous commit for support TSO >> Add option to setting transmit command (TUCMD) of the context >> descriptor based on skb_shinfo gso_type and SKB_GSO_UDP_L4 flag. > > You said what you did but not why. > I would align the igc driver with the same approach as igb and ixgbe drivers. I referred to their code.