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 D9809A0577; Wed, 15 Apr 2020 04:29:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EC2B71D183; Wed, 15 Apr 2020 04:29:31 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id E82EE1D178 for ; Wed, 15 Apr 2020 04:29:29 +0200 (CEST) IronPort-SDR: XB8uM8j9YV68pf70T8oaedEAignT46/Ue3BtIM5p1DohHRbsaJq9sJC0L5Y2e6JBFmRZsXDz44 aQa5HkQQ2B2Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2020 19:29:28 -0700 IronPort-SDR: F6rpp7/MCV+3EuoLoW+8WRZ2pSYThyf8mKGekhYnmhPsbSF13tGesWd2z4U29O0DmhAF9Bav2E eZsglnAeSWwg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,385,1580803200"; d="scan'208";a="256716505" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga006.jf.intel.com with ESMTP; 14 Apr 2020 19:29:27 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 14 Apr 2020 19:29:27 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 14 Apr 2020 19:29:27 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.146]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.89]) with mapi id 14.03.0439.000; Wed, 15 Apr 2020 10:29:23 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "orika@mellanox.com" , "Iremonger, Bernard" , "Ye, Xiaolong" CC: "dev@dpdk.org" , "Wu, Jingjing" , "Cao, Yahui" , "Su, Simei" Thread-Topic: [dpdk-dev v4 2/3] net/iavf: add RSS configuration for VFs Thread-Index: AQHWEjk0q6sVkl5nKE6iq2PB9SWJM6h5dtCA Date: Wed, 15 Apr 2020 02:29:23 +0000 Message-ID: <039ED4275CED7440929022BC67E70611547F9980@SHSMSX103.ccr.corp.intel.com> References: <20200318170401.7938-5-jia.guo@intel.com> <20200414174225.64120-1-jia.guo@intel.com> <20200414174225.64120-3-jia.guo@intel.com> In-Reply-To: <20200414174225.64120-3-jia.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-dev v4 2/3] net/iavf: add RSS configuration for VFs 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" > -----Original Message----- > From: Guo, Jia > Sent: Wednesday, April 15, 2020 1:42 AM > To: orika@mellanox.com; Iremonger, Bernard > ; Ye, Xiaolong ; > Zhang, Qi Z > Cc: dev@dpdk.org; Wu, Jingjing ; Cao, Yahui > ; Su, Simei ; Guo, Jia > > Subject: [dpdk-dev v4 2/3] net/iavf: add RSS configuration for VFs >=20 > The VF must be capable of configuring RSS. Add a virtchnl handler to pars= e a > specific RSS configuration, and process the configuration for VFs, such a= s add > or delete a RSS rule. >=20 > Signed-off-by: Jeff Guo Reviewed-by: Qi Zhang