From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f44.google.com (mail-vk0-f44.google.com [209.85.213.44]) by dpdk.org (Postfix) with ESMTP id 350295A68 for ; Mon, 25 Jan 2016 15:15:43 +0100 (CET) Received: by mail-vk0-f44.google.com with SMTP id n1so74114544vkb.3 for ; Mon, 25 Jan 2016 06:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infiniteio-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TPop+YcGHsQUjVwIZBBHY2qz6p9/OgSCAUw5uAMaMdA=; b=UiWA47zSzxTHwKLoqp+8WaofRY3kvVIfsknGXOarI5IeKDrWf8wOgQ8WMKi2RJw3Ru SMpvcon+OGCbSQrc7ot+m2PbBN938eWhUX1b9kIvt/7/NcXTblHlrlxeDCUkDnq8PLt9 auOapcTZjoy+jsECdYWP1l/O8KvCz51Vz6mKdxchrQ0wpGQ+JOwOjn0bEnl6qX8fxYhU bKrVAI/Q50jAmlzsuM8zdpGSE2pp2xuBlIYTCiguYN4w4yadaETVuZdM6bQlZnzANl5i KRjEn6O7TdeglmdWiovrgpEpN6UlWZ+zQSHfEQl/H9enMskJGeDzSoyjg4O6Shv/fdHR iVFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TPop+YcGHsQUjVwIZBBHY2qz6p9/OgSCAUw5uAMaMdA=; b=g6NEUlgAbOxhczB85PtCAeERw0d/6cHIxdi8DR/61/k7WTPZgHUr8UIa0ti+xQCeNB G/F8hcxWCvUq/VPB1EOcof//bjVIoD+BcvAmdfrMY5zGtXAkSaSIR4eJQ4cS2n0k54o4 pRAEL/EM8ZAMOX5i/k9hLaLd2dFTYd6iquEFc2ZTrxOxgmr7bmLYXAavoS1ZzZbZ/UQt uRSAKnWhbjlT5lmkpFmR9eOwXARKFY76oQUR21CkVfKwlQtimIxbqa+67Zhx0/DU47ay Dv7fxbAbhkaFwxLlzDVtNehKOsGE2lBE/IcwEXiKdV7b6dKELrn+GHEI+255m5Vmym5y hCSA== X-Gm-Message-State: AG10YORu2mjsZIRaO2suWkoTij2N5ayI3BbKAJk40cOTkbsCR2XvfgY5D2DHENanm3+w5QcBnZMJabnw5Of0RQ== MIME-Version: 1.0 X-Received: by 10.31.180.215 with SMTP id d206mr10374611vkf.125.1453731342600; Mon, 25 Jan 2016 06:15:42 -0800 (PST) Received: by 10.103.96.3 with HTTP; Mon, 25 Jan 2016 06:15:42 -0800 (PST) In-Reply-To: References: Date: Mon, 25 Jan 2016 08:15:42 -0600 Message-ID: From: Jay Rolette To: Masoud Moshref Javadi Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "users@dpdk.org" Subject: Re: [dpdk-users] high jitter in dpdk kni X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 14:15:43 -0000 On Mon, Jan 25, 2016 at 7:49 AM, Masoud Moshref Javadi < masood.moshref.j@gmail.com> wrote: > Thanks. > For me the easiest solution is to sacrifice a core and set > CONFIG_RTE_KNI_PREEMPT_DEFAULT > to 'n'. I can confirm that this reduced the delay to 0.1ms > Make sure you take a look at the throughput you get with that change. In my case, I found it reduced the latency, but lowered my aggregate throughput: http://dpdk.org/ml/archives/dev/2015-June/018858.html Jay