From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5CA9B2BA2 for ; Wed, 13 Jul 2016 18:29:48 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 13 Jul 2016 09:29:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,358,1464678000"; d="scan'208";a="1016177734" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 13 Jul 2016 09:29:11 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u6DGTADa010231 for ; Wed, 13 Jul 2016 17:29:10 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id u6DGTAqj016142 for ; Wed, 13 Jul 2016 17:29:10 +0100 Received: (from reshmapa@localhost) by sivswdev02.ir.intel.com with id u6DGTAsG016138 for dev@dpdk.org; Wed, 13 Jul 2016 17:29:10 +0100 From: Reshma Pattan To: dev@dpdk.org Date: Wed, 13 Jul 2016 17:29:07 +0100 Message-Id: <1468427350-16102-1-git-send-email-reshma.pattan@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/3] add new command line options and error handling in pdump X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2016 16:29:48 -0000 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(-) -- 2.5.0