From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] Adding RTE_KNI_PREEMPT_DEFAULT configuration option Date: Mon, 23 Feb 2015 18:53:01 +0100 Message-ID: <4797646.LBczmNhxo7@xps13> References: <1423837525-22283-1-git-send-email-marc.sune@bisdn.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Marc Sune Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-02-17 01:21, Zhang, Helin: > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Marc Sune > > This patch introduces CONFIG_RTE_KNI_PREEMPT_DEFAULT flag. When set to > > 'no', KNI kernel thread(s) do not call schedule_timeout_interruptible(), which > > improves overall KNI performance at the expense of CPU cycles (polling). > > > > Default values is 'yes', maintaining the same behaviour as of now. > > > > v2: CONFIG_RTE_KNI_PREEMPT -> CONFIG_RTE_KNI_PREEMPT_DEFAULT > > > > Signed-off-by: Marc Sune > Acked-by: Helin Zhang Applied, thanks