From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ip_pipeline: fix cpu socket-id error Date: Mon, 07 Mar 2016 12:20:03 +0100 Message-ID: <1660979.MNjRndBkoR@xps13> References: <1453287677-221142-1-git-send-email-jasvinder.singh@intel.com> <1453895229-127679-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 0585B2C66 for ; Mon, 7 Mar 2016 12:21:41 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id p65so66433935wmp.0 for ; Mon, 07 Mar 2016 03:21:41 -0800 (PST) In-Reply-To: <1453895229-127679-1-git-send-email-jasvinder.singh@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" 2016-01-27 11:47, Jasvinder Singh: > This patch fixes the socket-id error in ip_pipeline sample > application running over uni-processor systems. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu > --- > v2: > - used SOCKET_ID_ANY instead of -1 Applied, thanks