From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: add support for core_id param in single threaded mode Date: Thu, 13 Oct 2016 22:24:16 +0200 Message-ID: <2086050.GdqxYARPKv@xps13> References: <20160920181637.26778-1-vladyslav.buslov@harmonicinc.com> <20160924131302.26014-1-vladyslav.buslov@harmonicinc.com> <7153a79a-e727-f848-28ca-1a4defdadb0c@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Vladyslav Buslov Return-path: Received: from mail-qk0-f178.google.com (mail-qk0-f178.google.com [209.85.220.178]) by dpdk.org (Postfix) with ESMTP id 7CAE458EB for ; Thu, 13 Oct 2016 22:24:19 +0200 (CEST) Received: by mail-qk0-f178.google.com with SMTP id z190so113491555qkc.2 for ; Thu, 13 Oct 2016 13:24:19 -0700 (PDT) In-Reply-To: <7153a79a-e727-f848-28ca-1a4defdadb0c@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 Applied, thanks