DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] fix unix permissions for source files
@ 2014-08-26 14:10 David Marchand
  2014-08-27 10:14 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2014-08-26 14:10 UTC (permalink / raw)
  To: dev

No need for that 'x bit' on source files.

Signed-off-by: David Marchand <david.marchand@6wind.com>
---
 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] fix unix permissions for source files
  2014-08-26 14:10 [dpdk-dev] [PATCH] fix unix permissions for source files David Marchand
@ 2014-08-27 10:14 ` Bruce Richardson
  2014-08-28 15:04   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2014-08-27 10:14 UTC (permalink / raw)
  To: David Marchand; +Cc: dev

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 <david.marchand@6wind.com>

Acked-by: Bruce Richardson <bruce.richardson@intel.com>

> ---
>  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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] fix unix permissions for source files
  2014-08-27 10:14 ` Bruce Richardson
@ 2014-08-28 15:04   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2014-08-28 15:04 UTC (permalink / raw)
  To: David Marchand; +Cc: dev

> > No need for that 'x bit' on source files.
> > 
> > Signed-off-by: David Marchand <david.marchand@6wind.com>
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied for version 1.7.1.

Thanks
-- 
Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-28 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-26 14:10 [dpdk-dev] [PATCH] fix unix permissions for source files David Marchand
2014-08-27 10:14 ` Bruce Richardson
2014-08-28 15:04   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).