From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B67C61B55C for ; Mon, 3 Dec 2018 10:25:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2018 01:25:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,310,1539673200"; d="scan'208";a="256329150" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 03 Dec 2018 01:25:41 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 3 Dec 2018 01:25:41 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.59]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.46]) with mapi id 14.03.0415.000; Mon, 3 Dec 2018 17:25:38 +0800 From: "Zhang, Qi Z" To: "Li, Xiaoyun" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: adjust the RSS table Thread-Index: AQHUiuSWcKfbhRsdT0a0MttpimMQkaVsvh7g Date: Mon, 3 Dec 2018 09:25:39 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532F8B97@SHSMSX103.ccr.corp.intel.com> References: <1542936954-39421-1-git-send-email-xiaoyun.li@intel.com> <1543825592-85848-1-git-send-email-xiaoyun.li@intel.com> In-Reply-To: <1543825592-85848-1-git-send-email-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjNhMzI5ODgtNzZmZi00NjljLWIxOWYtYmYzYjQ2ZjliYzEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZUhKQmdpSUhKZWNadFlidDFESFwvdEY1Uk43clFZMUJZVUE1Z09oUWxWZ2Znbkw1dlVxXC9oMDFUT2VGSm9XdGRkIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] [PATCH v3] net/i40e: adjust the RSS table 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: , X-List-Received-Date: Mon, 03 Dec 2018 09:25:43 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Monday, December 3, 2018 4:27 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v3] net/i40e: adjust the RSS table >=20 > When starting the device, the RSS table is initialized. So the RSS update= before > device_start would be overwritten. This patch allows users to update the = RSS > reta table before device_start and adjusts the order to set entries seque= ntially. >=20 > Signed-off-by: Xiaoyun Li Applied to dpdk-next-net-intel. Thanks Qi