From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 1/1] ip_pipeline: added dynamic pipeline reconfiguration Date: Mon, 07 Dec 2015 02:03:44 +0100 Message-ID: <3312059.psIfqCFggW@xps13> References: <1446112304-8437-1-git-send-email-piotrx.t.azarewicz@intel.com> <1446133013-8745-1-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Maciej Gajdzica To: Piotr Azarewicz Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 4691193D4 for ; Mon, 7 Dec 2015 02:05:01 +0100 (CET) Received: by wmvv187 with SMTP id v187so144893089wmv.1 for ; Sun, 06 Dec 2015 17:05:01 -0800 (PST) In-Reply-To: <1446133013-8745-1-git-send-email-piotrx.t.azarewicz@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" 2015-10-29 16:36, Piotr Azarewicz: > Up till now pipeline was bound to thread selected in the initial config. > This patch allows binding pipeline to other threads at runtime using CLI > commands. > > Signed-off-by: Maciej Gajdzica > Signed-off-by: Piotr Azarewicz > > Acked-by: Cristian Dumitrescu Applied, thanks