From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5897AA0093; Fri, 29 Apr 2022 04:32:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E6070410E3; Fri, 29 Apr 2022 04:32:47 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 2477040E50 for ; Fri, 29 Apr 2022 04:32:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651199566; x=1682735566; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=0Z/tflP8ygMQns6rg4YEJE8/b4GwSIaD+oZNoHhGtIE=; b=a/i0/s0Kh5DK38egMQ20iTRgS8f9rYCtU/tFVmZS1+NxaV863Q6sCuk9 apwr6uE8g0GLHEkHMUBfj9QJwhm7Nh18xi1c7dSXQSzFcU18dOe8KJ5WQ OMzEpcwVGhzowSWTOccjtaowYgpN2hf7UzQSodSeFJe5FOpMWxtyWNlVT 04IDDmAIHpca7EaynQ/nqSzKAGC0ssazIY36t779izBR+fl0mVvokfnkA 8hrPB0tCZ9p+pWwbgVx7vCysQFOy4yFE7z4aIKD/1Q7BS8oF/MPRFlIMA SvGUjC/cAgMax2IUoexS0Wl8V2nCMECT7+3yTHJybJYw58oA308Q7FHeP g==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="248433884" X-IronPort-AV: E=Sophos;i="5.91,296,1647327600"; d="scan'208";a="248433884" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 19:32:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,296,1647327600"; d="scan'208";a="618456026" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga008.fm.intel.com with ESMTP; 28 Apr 2022 19:32:44 -0700 Received: from fmsmsx610.amr.corp.intel.com (10.18.126.90) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Thu, 28 Apr 2022 19:32:43 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx610.amr.corp.intel.com (10.18.126.90) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Thu, 28 Apr 2022 19:32:43 -0700 Received: from fmsmsx612.amr.corp.intel.com ([10.18.126.92]) by fmsmsx612.amr.corp.intel.com ([10.18.126.92]) with mapi id 15.01.2308.027; Thu, 28 Apr 2022 19:32:43 -0700 From: "Zhang, Qi Z" To: "Liu, KevinX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Yang, SteveX" Subject: RE: [PATCH v7 00/12] complete common VF features for DCF Thread-Topic: [PATCH v7 00/12] complete common VF features for DCF Thread-Index: AQHYW2eSu3lixTKyikKWcIr/BsF/nq0GK+ZA Date: Fri, 29 Apr 2022 02:32:43 +0000 Message-ID: <8cf601b29ac84edebf3b978abb2b4742@intel.com> References: <20220427181301.1414196-1-kevinx.liu@intel.com> <20220429091958.3103384-1-kevinx.liu@intel.com> In-Reply-To: <20220429091958.3103384-1-kevinx.liu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > -----Original Message----- > From: Liu, KevinX > Sent: Friday, April 29, 2022 5:20 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Liu, KevinX > > Subject: [PATCH v7 00/12] complete common VF features for DCF >=20 > The DCF PMD support the below dev ops, > dev_supported_ptypes_get > dev_link_update > xstats_get > xstats_get_names > xstats_reset > promiscuous_enable > promiscuous_disable > allmulticast_enable > allmulticast_disable > mac_addr_add > mac_addr_remove > set_mc_addr_list > vlan_filter_set > vlan_offload_set > mac_addr_set > reta_update > reta_query > rss_hash_update > rss_hash_conf_get > rxq_info_get > txq_info_get > mtu_set > tx_done_cleanup > get_monitor_addr >=20 > v7: > * Update release note and patch title. >=20 > v6: > * add patch: > 1.net/ice: support DCF new VLAN capabilities > * remove patch: > 1.doc: update for ice DCF datapath configuration > * Split doc into specific patch. >=20 > v5: > * remove patch: > 1.complete common VF features for DCF > 2.net/ice: enable CVL DCF device reset API > 3.net/ice: support IPv6 NVGRE tunnel > 4.net/ice: support new pattern of IPv4 > 5.net/ice: treat unknown package as OS default package > 6.net/ice: handle virtchnl event message without interrupt > 7.net/ice: add DCF request queues function > 8.net/ice: negotiate large VF and request more queues > 9.net/ice: enable multiple queues configurations for large VF > 10.net/ice: enable IRQ mapping configuration for large VF > 11.net/ice: add enable/disable queues for DCF large VF >=20 > v4: > * remove patch: > 1.testpmd: force flow flush > 2.net/ice: fix DCF ACL flow engine > 3.net/ice: fix DCF reset > * add patch: > 1.net/ice: add extended stats > 2.net/ice: support queue information getting > 3.net/ice: implement power management > 4.doc: update for ice DCF datapath configuration >=20 > v3: > * remove patch: > 1.net/ice/base: add VXLAN support for switch filter > 2.net/ice: add VXLAN support for switch filter > 3.common/iavf: support flushing rules and reporting DCF id > 4.net/ice/base: fix ethertype filter input set > 5.net/ice/base: support IPv6 GRE UDP pattern > 6.net/ice/base: support new patterns of TCP and UDP > 7.net/ice: support new patterns of TCP and UDP > 8.net/ice/base: support IPv4 GRE tunnel > 9.net/ice: support IPv4 GRE raw pattern type > 10.net/ice/base: update Profile ID table for VXLAN > 11.net/ice/base: update Protocol ID table to match DVM DDP >=20 > v2: > * remove patch: > 1.net/iavf: support checking if device is an MDCF instance > 2.net/ice: support MDCF(multi-DCF) instance > 3.net/ice/base: support custom DDP buildin recipe > 4.net/ice: support buildin recipe configuration > 5.net/ice/base: support custom ddp package version > 6.net/ice: disable ACL function for MDCF instance >=20 > Alvin Zhang (3): > net/ice: support dcf promisc configuration > net/ice: support dcf VLAN filter and offload configuration > net/ice: support DCF new VLAN capabilities >=20 > Jie Wang (2): > net/ice: support for MTU configure in DCF mode > net/ice: add ops dev-supported-ptypes-get to dcf >=20 > Kevin Liu (4): > net/ice: support dcf MAC configuration > net/ice: add extended stats > net/ice: support queue information getting > net/ice: add implement power management >=20 > Robin Zhang (1): > net/ice: support cleanup Tx buffers in DCF mode >=20 > Steve Yang (2): > net/ice: support for RSS RETA configure in DCF mode > net/ice: support for RSS HASH configure in DCF mode >=20 > doc/guides/nics/features/ice_dcf.ini | 10 + > doc/guides/rel_notes/release_22_07.rst | 8 + > drivers/net/ice/ice_dcf.c | 40 +- > drivers/net/ice/ice_dcf.h | 29 +- > drivers/net/ice/ice_dcf_ethdev.c | 820 ++++++++++++++++++++++++- > drivers/net/ice/ice_dcf_ethdev.h | 10 + > 6 files changed, 879 insertions(+), 38 deletions(-) >=20 > -- > 2.33.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi