From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0582FA04DD; Wed, 18 Nov 2020 13:56:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D532DC8CC; Wed, 18 Nov 2020 13:56:45 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3D6B5C8BC for ; Wed, 18 Nov 2020 13:56:44 +0100 (CET) IronPort-SDR: k6XTN8UmuzAT0mIAHSe2wrbRZeRFI/4oMip5xbzLF2s09B/a1OlzUFvtH8JU5U3SecxJbuLjZ1 NgnkGWRhyIEA== X-IronPort-AV: E=McAfee;i="6000,8403,9808"; a="171278543" X-IronPort-AV: E=Sophos;i="5.77,486,1596524400"; d="scan'208";a="171278543" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2020 04:56:42 -0800 IronPort-SDR: pN6xe6Q4sz+O1Zyhle24hDUCMMIeSrF7SavEz4ETgXGoqgi2nowD6ZnjamKS2a6WLODNDVpou1 P4TYb8q7V6KA== X-IronPort-AV: E=Sophos;i="5.77,486,1596524400"; d="scan'208";a="544516645" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.244.64]) ([10.213.244.64]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2020 04:56:40 -0800 To: Simei Su , qi.z.zhang@intel.com Cc: dev@dpdk.org, junfeng.guo@intel.com, yahui.cao@intel.com, xiao.zhang@intel.com References: <20201116053238.440870-1-simei.su@intel.com> <20201118013449.106762-1-simei.su@intel.com> From: Ferruh Yigit Message-ID: <5fe6d21d-5ba9-2101-a77b-e672f9a6d647@intel.com> Date: Wed, 18 Nov 2020 12:56:39 +0000 MIME-Version: 1.0 In-Reply-To: <20201118013449.106762-1-simei.su@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/2] extend RSS offload types X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/18/2020 1:34 AM, Simei Su wrote: > [PATCH v2 1/2] ethdev: add RSS offload types. > [PATCH v2 2/2] app/testpmd: add cmdline support for RSS types. > > v2: > * Update cmd_config_rss.help_str and cmd_help_long_parsed() to add the ecpri. > * Update the documentation to add the ecpri. > > Simei Su (2): > ethdev: add eCPRI RSS offload types > app/testpmd: support extended RSS offload types > Series applied to dpdk-next-net/main, thanks.