Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754301AbaKNANI (ORCPT ); Thu, 13 Nov 2014 19:13:08 -0500 Received: from mga09.intel.com ([134.134.136.24]:44562 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754282AbaKNANF (ORCPT ); Thu, 13 Nov 2014 19:13:05 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,381,1413270000"; d="asc'?scan'208";a="636691413" Message-ID: <1415923959.2454.44.camel@jtkirshe-mobl> Subject: Re: [PATCHv2 net 2/2] fm10k: Implement ndo_gso_check() From: Jeff Kirsher To: Joe Stringer Cc: Shannon Nelson , Jesse Brandeburg , netdev@vger.kernel.org, matthew.vick@intel.com, linux.nics@intel.com, therbert@google.com, gerlitz.or@gmail.com, alexander.duyck@gmail.com, linux-kernel@vger.kernel.org Date: Thu, 13 Nov 2014 16:12:39 -0800 In-Reply-To: <20141113235219.GA35957@gmail.com> References: <1415921801-10452-1-git-send-email-joestringer@nicira.com> <1415921801-10452-2-git-send-email-joestringer@nicira.com> <1415922116.2454.34.camel@jtkirshe-mobl> <20141113235219.GA35957@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-WW/k0d8CzdPP1tEpE+zI" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-WW/k0d8CzdPP1tEpE+zI Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2014-11-13 at 15:52 -0800, Joe Stringer wrote: > On Thu, Nov 13, 2014 at 03:41:56PM -0800, Jeff Kirsher wrote: > > On Thu, 2014-11-13 at 15:36 -0800, Joe Stringer wrote: > > > ndo_gso_check() was recently introduced to allow NICs to report > the > > > offloading support that they have on a per-skb basis. Add an > > > implementation for this driver which checks for something that > looks > > > like VXLAN. > > >=20 > > > Signed-off-by: Joe Stringer > > > --- > > > v2: Reuse fm10k_tx_encap_offload(). > > > --- > > > drivers/net/ethernet/intel/fm10k/fm10k.h | 1 + > > > drivers/net/ethernet/intel/fm10k/fm10k_main.c | 2 +- > > > drivers/net/ethernet/intel/fm10k/fm10k_netdev.c | 8 ++++++++ > > > 3 files changed, 10 insertions(+), 1 deletion(-) > >=20 > > Same with this one as well, thanks Joe. >=20 > Thanks Jeff. >=20 > Could you remind me, is the equivalent i40e patch on your queue or > were > we still waiting on further feedback from Shannon/Jesse? Actually, looks like I dropped the patch due to community feedback and was expecting a v2. Was I incorrect in doing so? --=-WW/k0d8CzdPP1tEpE+zI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCgAGBQJUZUj3AAoJEOVv75VaS+3ORHgP/0Unb9RBX7bIJWuGJPV9eKNp 6DNoBxL6SQh8PkI39uXDIAKK9tTrJLZLAecw+8Xy/sq6ssFvLV6gZNVMMR7o0XsT JHezHXe/NhOiFr/vksqog4f04/3rNChYPVkuW/tz7VD/rN6+rNC3hkoDZ4EkBsn+ 2O0mDS6T4d9Qgb4jeAEYsC2qQU0Q3vGhOaBrFrzJRkiPfLEpIfvZAjeusXaGdedS rzBa6X1SF0WFl9fdJjFDLkOw94uBKtlQpPptehrPSF/GxO/O3NFCxVvoRxj3fo4y 05al/j2tm6MSmgvgTTE6xOo+e3MVPGF8e7vMl5QqyidtkwEbwiNLlzIYAtgL49vP qJ6+ceN7QVofaLO6rSRyYKl99pD0Vwv2j4n9i1v3HANNZpUuuEa/gSnM0qBpeaMZ oy/c6j03OlOTHqSbwFnk0FoQgmYQH1PDAAXVI0uR7JKvTXptC+qf5C/28TBOF4uE 5V+L55V9Gg/G2jXZCtsJQ+Y1hdN2nTXTr8I21ON9A4FGi17vBR+wUfxUSXoIRz2M 4QPaf8xsMczenr6DNTOK0gu36+7QsBqOEjA4lRMG2DX3UczQzFez+CkvkIvOw6es PpZ1UlWRj5j6PsZSFSMWH6FDqhxTXBdTUctXjfhFaU3qPaWOiWwNCIvPrCtpSiyB Ur6iWyRCzdY4LiCEGwDk =yT5g -----END PGP SIGNATURE----- --=-WW/k0d8CzdPP1tEpE+zI-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/