From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 775B52716 for ; Mon, 26 Sep 2016 15:58:19 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 26 Sep 2016 06:58:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,399,1470726000"; d="scan'208";a="1046026497" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.221.93]) ([10.237.221.93]) by fmsmga001.fm.intel.com with ESMTP; 26 Sep 2016 06:58:18 -0700 To: Vladyslav Buslov References: <20160920181637.26778-1-vladyslav.buslov@harmonicinc.com> <20160924131302.26014-1-vladyslav.buslov@harmonicinc.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <7153a79a-e727-f848-28ca-1a4defdadb0c@intel.com> Date: Mon, 26 Sep 2016 14:58:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160924131302.26014-1-vladyslav.buslov@harmonicinc.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] kni: add support for core_id param in single threaded mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 13:58:19 -0000 On 9/24/2016 2:13 PM, Vladyslav Buslov wrote: > Allow binding KNI thread to specific core in single threaded mode > by setting core_id and force_bind config parameters. > > Signed-off-by: Vladyslav Buslov > Acked-by: Ferruh Yigit Tested-by: Ferruh Yigit