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 EEF461FE for ; Wed, 27 Aug 2014 12:10:47 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 27 Aug 2014 03:14:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,409,1406617200"; d="scan'208";a="590501368" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga002.fm.intel.com with ESMTP; 27 Aug 2014 03:14:48 -0700 Date: Wed, 27 Aug 2014 11:14:47 +0100 From: Bruce Richardson To: David Marchand Message-ID: <20140827101447.GA10966@sivswdev02.ir.intel.com> References: <1409062241-7159-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1409062241-7159-1-git-send-email-david.marchand@6wind.com> Organization: Intel Shannon Limited. Registered in Ireland. Registered Office: Collinstown Industrial Park, Leixlip, County Kildare. Registered Number: 308263. Business address: Dromore House, East Park, Shannon, Co. Clare. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fix unix permissions for source files 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, 27 Aug 2014 10:10:48 -0000 On Tue, Aug 26, 2014 at 04:10:41PM +0200, David Marchand wrote: > No need for that 'x bit' on source files. > > Signed-off-by: David Marchand Acked-by: Bruce Richardson > --- > 0 files changed > mode change 100755 => 100644 examples/l3fwd/main.c > mode change 100755 => 100644 examples/qos_meter/main.c > mode change 100755 => 100644 examples/qos_meter/main.h > mode change 100755 => 100644 examples/qos_sched/Makefile > mode change 100755 => 100644 examples/qos_sched/app_thread.c > mode change 100755 => 100644 examples/qos_sched/args.c > mode change 100755 => 100644 examples/qos_sched/cfg_file.c > mode change 100755 => 100644 examples/qos_sched/cfg_file.h > mode change 100755 => 100644 examples/qos_sched/init.c > mode change 100755 => 100644 examples/qos_sched/main.c > mode change 100755 => 100644 examples/qos_sched/main.h > mode change 100755 => 100644 lib/librte_cmdline/cmdline.c > mode change 100755 => 100644 lib/librte_eal/bsdapp/eal/include/exec-env/rte_kni_common.h > mode change 100755 => 100644 lib/librte_eal/common/eal_common_hexdump.c > mode change 100755 => 100644 lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h > mode change 100755 => 100644 lib/librte_timer/rte_timer.c > mode change 100755 => 100644 lib/librte_timer/rte_timer.h > > diff --git a/examples/l3fwd/main.c b/examples/l3fwd/main.c > old mode 100755 > new mode 100644 > diff --git a/examples/qos_meter/main.c b/examples/qos_meter/main.c > old mode 100755 > new mode 100644 > diff --git a/examples/qos_meter/main.h b/examples/qos_meter/main.h > old mode 100755 > new mode 100644 > diff --git a/examples/qos_sched/Makefile b/examples/qos_sched/Makefile > old mode 100755 > new mode 100644 > diff --git a/examples/qos_sched/app_thread.c b/examples/qos_sched/app_thread.c > old mode 100755 > new mode 100644 > diff --git a/examples/qos_sched/args.c b/examples/qos_sched/args.c > old mode 100755 > new mode 100644 > diff --git a/examples/qos_sched/cfg_file.c b/examples/qos_sched/cfg_file.c > old mode 100755 > new mode 100644 > diff --git a/examples/qos_sched/cfg_file.h b/examples/qos_sched/cfg_file.h > old mode 100755 > new mode 100644 > diff --git a/examples/qos_sched/init.c b/examples/qos_sched/init.c > old mode 100755 > new mode 100644 > diff --git a/examples/qos_sched/main.c b/examples/qos_sched/main.c > old mode 100755 > new mode 100644 > diff --git a/examples/qos_sched/main.h b/examples/qos_sched/main.h > old mode 100755 > new mode 100644 > diff --git a/lib/librte_cmdline/cmdline.c b/lib/librte_cmdline/cmdline.c > old mode 100755 > new mode 100644 > diff --git a/lib/librte_eal/bsdapp/eal/include/exec-env/rte_kni_common.h b/lib/librte_eal/bsdapp/eal/include/exec-env/rte_kni_common.h > old mode 100755 > new mode 100644 > diff --git a/lib/librte_eal/common/eal_common_hexdump.c b/lib/librte_eal/common/eal_common_hexdump.c > old mode 100755 > new mode 100644 > diff --git a/lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h b/lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h > old mode 100755 > new mode 100644 > diff --git a/lib/librte_timer/rte_timer.c b/lib/librte_timer/rte_timer.c > old mode 100755 > new mode 100644 > diff --git a/lib/librte_timer/rte_timer.h b/lib/librte_timer/rte_timer.h > old mode 100755 > new mode 100644 > -- > 1.7.10.4 >