From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B1EF21B518 for ; Mon, 7 Jan 2019 17:50:28 +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 fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2019 08:50:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,451,1539673200"; d="scan'208";a="265108190" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga004.jf.intel.com with ESMTP; 07 Jan 2019 08:50:25 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.205]) by IRSMSX154.ger.corp.intel.com ([169.254.12.253]) with mapi id 14.03.0415.000; Mon, 7 Jan 2019 16:50:24 +0000 From: "Dumitrescu, Cristian" To: "Dumitrescu, Cristian" , "dev@dpdk.org" CC: "Singh, Jasvinder" Thread-Topic: [dpdk-dev] [PATCH] net/softnic: add support for service cores Thread-Index: AQHUo34s/+EjdvUmr0qt/WOZJZCJXKWkCxAA Date: Mon, 7 Jan 2019 16:50:24 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E826F2A@IRSMSX108.ger.corp.intel.com> References: <20190103160432.147027-1-cristian.dumitrescu@intel.com> In-Reply-To: <20190103160432.147027-1-cristian.dumitrescu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTc2ZTgyMGEtYTUzMC00MWUxLWJhYTMtODBiMzFhMGQ4NTJkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM1FBMDlYeStLcnNiZ2dZNWNuSXMxTlliUkNFanBFQ0JDOURuVnVmUFwvdmdOTGZYTnk0WXhBUlwvczBJRk9sU1ljIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/softnic: add support for service cores 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, 07 Jan 2019 16:50:29 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Thursday, January 3, 2019 4:05 PM > To: dev@dpdk.org > Cc: Singh, Jasvinder > Subject: [dpdk-dev] [PATCH] net/softnic: add support for service cores >=20 > Add support to run the Soft NIC device on service cores, based on the > value of the sc parameter: >=20 > 0: The current Soft NIC device is run explicitly by the application. The > firmware creates one or several pipelines for this dev and maps them > to CPU cores that should not be service cores. The app is required to > call rte_pmd_softnic_run() to make this dev work. >=20 > 1 (default): The current device is run on the service cores transparently > to the app. The firmware creates one or several pipelines for this dev > current device and maps them to CPU cores that should be service cores= . > Each of these service cores is calling rte_pmd_softnic_run() > in order to make this dev work with no app intervention. >=20 > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Jasvinder Singh > --- Applied to next-qos tree, thanks!