From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pdump: fix dir permissions value in mkdir call Date: Wed, 12 Oct 2016 14:40:33 +0200 Message-ID: <1689822.I4iPE8IFM7@xps13> References: <1476110148-31624-1-git-send-email-reshma.pattan@intel.com> <7360a723-cdb9-67c4-0297-de6aa3d18215@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Remy Horton To: Reshma Pattan Return-path: Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by dpdk.org (Postfix) with ESMTP id 9DD166CB5 for ; Wed, 12 Oct 2016 14:40:36 +0200 (CEST) Received: by mail-lf0-f54.google.com with SMTP id b81so73027196lfe.1 for ; Wed, 12 Oct 2016 05:40:36 -0700 (PDT) In-Reply-To: <7360a723-cdb9-67c4-0297-de6aa3d18215@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-10-10 22:44, Remy Horton: > > On 10/10/2016 15:35, Reshma Pattan wrote: > [..] > > Fixes: e4ffa2d3 ("pdump: fix error handlings") > > Fixes: bdd8dcc6 ("pdump: fix default socket path") > > > > Reported-by: Jianfeng Tan > > Signed-off-by: Reshma Pattan > > --- > > lib/librte_pdump/rte_pdump.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Acked-by: Remy Horton Applied, thanks