From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from MX1.argela.com.tr (mail.argela.com.tr [95.0.156.7]) by dpdk.org (Postfix) with ESMTP id 96FA62BDB for ; Tue, 16 Oct 2018 09:25:12 +0200 (CEST) Received: from MX1.argela.com.tr (192.168.0.25) by MX1.argela.com.tr (192.168.0.25) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Tue, 16 Oct 2018 10:25:09 +0300 Received: from MX1.argela.com.tr ([fe80::4c2:c7b4:5114:a25d]) by MX1.argela.com.tr ([fe80::4c2:c7b4:5114:a25d%12]) with mapi id 15.00.1347.000; Tue, 16 Oct 2018 10:25:09 +0300 From: Burcu Ozad To: "users@dpdk.org" Thread-Topic: How to exclude the helper cores from the main core jobs Thread-Index: AQHUZSFe8DPecwUtAUOg1D/og0t5ww== Date: Tue, 16 Oct 2018 07:25:09 +0000 Message-ID: <1539674710712.24604@argela.com.tr> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [192.168.2.25] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] How to exclude the helper cores from the main core jobs X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 07:25:13 -0000 Dear DPDK users; I am trying to make a design that will improve performance. Therefore, I w= ill give the main cores the -c parameter. For example $ ./build/my_applicat= ion -c 1-10 -n 4 In the main core, I will run my application with the DPDK. I will exclude the helper cores from the main core jobs and perform other o= perations in the helper cores. Is this method appropriate or is there a better method? Thanks in advance. Burcu