Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp1690973pxv; Fri, 16 Jul 2021 15:38:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx+oOb/3jEqbLgGyP7Yngzak5JPCcFbwVtU19wrBbsqlSwHkHsj+Ngd9dFP3WtUO0ZJntjI X-Received: by 2002:a05:6402:138c:: with SMTP id b12mr18011894edv.268.1626475109641; Fri, 16 Jul 2021 15:38:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626475109; cv=none; d=google.com; s=arc-20160816; b=Mot6gkzS6M+s9jZGPDgBdAlPxI0dEXg4jsuK2mUAmtY2C09BrJu0uEECqDrpn922Yq 0d61hZkVmTtUL/FBJkvA3FXIvbBd5nQfWy9tp6qKuOyfxXO32l1qH3iUFXBxq/JGLey2 PF7RY0Fy223mLUAc7auIylOscXNreVoC1Zx5C2BBeHScPyTNX6PTJYX4vxSGBVKDzmp8 5jydV9zZDgbgy06Lq1EJs3XjAhKEkB0L0SE15Wx0lnptuMsYS72cXFaUmW0PJjpROJwg JppNXV8j6w5R2+z2YZag40AN4WY3q0xBbiZrRNDELYIZeq+MOHD8HMiLNVcQEXRTK+ll mROA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=xjRSGNRhDX6y8j0ZLWpO0qqqXhYpxhfVDlqzaLZ4GIY=; b=N4XvQKcyllLnGFQ8gCD887OqknzQncZN2Dyz3q99Gf8qL+F2OxPgfqH/WrHi3x4iBS UoKUFFZs/LfwuISUowFymlT6nfVFO9oXyrwuKfKb6Ai74l1u1+vpJsDdZnh+J9OzXzNC Cwfi2zX7HC2K0fjwhCOpXJ1epY2uMiXwAW+KD1kk8fZoUZNyVN+d0aJuWHDmncrb2Oj7 SZGqYQZIMfQd6MKMWqrO9M+IvuJC42T6mWw4rYL+zSCWbcq9gyEoj/Wv3OJD+/IBESJi PakgHKzzHjShQixvprCufKsEar5iEQtLjKq85BtdiKtBZE/nmyteUd3Nxmf9Ch3Ek1Tz tmRA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=vmware.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 5si11893708ejh.625.2021.07.16.15.37.54; Fri, 16 Jul 2021 15:38:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=vmware.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231846AbhGPWjb (ORCPT + 99 others); Fri, 16 Jul 2021 18:39:31 -0400 Received: from ex13-edg-ou-002.vmware.com ([208.91.0.190]:11597 "EHLO EX13-EDG-OU-002.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229823AbhGPWjb (ORCPT ); Fri, 16 Jul 2021 18:39:31 -0400 Received: from sc9-mailhost3.vmware.com (10.113.161.73) by EX13-EDG-OU-002.vmware.com (10.113.208.156) with Microsoft SMTP Server id 15.0.1156.6; Fri, 16 Jul 2021 15:36:30 -0700 Received: from htb-1n-eng-dhcp122.eng.vmware.com (unknown [10.20.114.3]) by sc9-mailhost3.vmware.com (Postfix) with ESMTP id D4C1B208C7; Fri, 16 Jul 2021 15:36:35 -0700 (PDT) Received: by htb-1n-eng-dhcp122.eng.vmware.com (Postfix, from userid 0) id C680DAA043; Fri, 16 Jul 2021 15:36:35 -0700 (PDT) From: Ronak Doshi To: CC: Ronak Doshi , "maintainer:VMWARE VMXNET3 ETHERNET DRIVER" , "David S. Miller" , Jakub Kicinski , open list Subject: [PATCH net-next 0/7] vmxnet3: upgrade to version 6 Date: Fri, 16 Jul 2021 15:36:19 -0700 Message-ID: <20210716223626.18928-1-doshir@vmware.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: None (EX13-EDG-OU-002.vmware.com: doshir@vmware.com does not designate permitted sender hosts) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org vmxnet3 emulation has recently added several new features which includes increase in queues supported, remove power of 2 limitation on queues, add RSS for ESP IPv6, etc. This patch series extends the vmxnet3 driver to leverage these new features. Compatibility is maintained using existing vmxnet3 versioning mechanism as follows: - new features added to vmxnet3 emulation are associated with new vmxnet3 version viz. vmxnet3 version 6. - emulation advertises all the versions it supports to the driver. - during initialization, vmxnet3 driver picks the highest version number supported by both the emulation and the driver and configures emulation to run at that version. In particular, following changes are introduced: Patch 1: This patch introduces utility macros for vmxnet3 version 6 comparison and updates Copyright information. Patch 2: This patch adds support to increase maximum Tx/Rx queues from 8 to 32. Patch 3: This patch removes the limitation of power of 2 on the queues. Patch 4: Uses existing get_rss_hash_opts and set_rss_hash_opts methods to add support for ESP IPv6 RSS. Patch 5: This patch reports correct RSS hash type based on the type of RSS performed. Patch 6: This patch updates maximum configurable mtu to 9190. Patch 7: With all vmxnet3 version 6 changes incorporated in the vmxnet3 driver, with this patch, the driver can configure emulation to run at vmxnet3 version 6. Ronak Doshi (7): vmxnet3: prepare for version 6 changes vmxnet3: add support for 32 Tx/Rx queues vmxnet3: remove power of 2 limitation on the queues vmxnet3: add support for ESP IPv6 RSS vmxnet3: set correct hash type based on rss information vmxnet3: increase maximum configurable mtu to 9190 vmxnet3: update to version 6 drivers/net/vmxnet3/Makefile | 2 +- drivers/net/vmxnet3/upt1_defs.h | 2 +- drivers/net/vmxnet3/vmxnet3_defs.h | 50 ++++++-- drivers/net/vmxnet3/vmxnet3_drv.c | 221 ++++++++++++++++++++++++---------- drivers/net/vmxnet3/vmxnet3_ethtool.c | 20 +++ drivers/net/vmxnet3/vmxnet3_int.h | 22 +++- 6 files changed, 235 insertions(+), 82 deletions(-) -- 2.11.0