From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pdump: fix log message to display correct error number Date: Sat, 12 Nov 2016 22:29:08 +0100 Message-ID: <2175572.o9quNY5Q2F@xps13> References: <1478795380-16975-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , Reshma Pattan To: "Pattan, Reshma" 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 B88372BB3 for ; Sat, 12 Nov 2016 22:29:11 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id f82so36402543wmf.1 for ; Sat, 12 Nov 2016 13:29:11 -0800 (PST) In-Reply-To: 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" > > The ethdev Rx/Tx remove callback apis doesn't set rte_errno during > > failures, instead they just return negative error number, so using > > that number in logs instead of rte_errno upon Rx and Tx callback > > removal failures. > > > > Fixes: 278f9454 ("pdump: add new library for packet capture") > > > > Signed-off-by: Reshma Pattan > > Acked-by: Pablo de Lara Applied, thanks