From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] add new command line options and error handling in pdump Date: Sat, 16 Jul 2016 11:15:12 +0200 Message-ID: <2574033.PAqWrXVS0T@xps13> References: <1468427350-16102-1-git-send-email-reshma.pattan@intel.com> <2601191342CEEE43887BDE71AB97725836B7DD09@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" To: "Pattan, Reshma" Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id C7F8C5580 for ; Sat, 16 Jul 2016 11:15:14 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id o80so57449005wme.1 for ; Sat, 16 Jul 2016 02:15:14 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB97725836B7DD09@irsmsx105.ger.corp.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-07-14 09:59, Ananyev, Konstantin: > > This patch set contains > 1)Error handling fixes in pdump library. > 2)Support of server and client socket path command line options in pdump tool. > 3)Default socket path name fixes in pdump library doc. > > Reshma Pattan (3): > pdump: fix error handlings > app/pdump: add new command line options for socket paths > doc: fix default socket path names > > app/pdump/main.c | 57 +++++++++++++++++++++++++++++++------ > doc/guides/prog_guide/pdump_lib.rst | 12 ++++---- doc/guides/sample_app_ug/pdump.rst | 31 ++++++++++++++------ > lib/librte_pdump/rte_pdump.c | 26 +++++++++++++---- > 4 files changed, 97 insertions(+), 29 deletions(-) > > Acked-by: Konstantin Ananyev Applied, thanks