examples/pipeline: fix VXLAN script permission

Message ID 20210122093037.21988-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series examples/pipeline: fix VXLAN script permission |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance fail Performance Testing issues
ci/iol-mellanox-Functional success Functional Testing PASS
ci/iol-testing warning Testing issues

Commit Message

David Marchand Jan. 22, 2021, 9:30 a.m. UTC
  This python script provides a shebang that only makes sense if the
script has the executable bit set.

Fixes: fde7a772701a ("examples/pipeline: add VXLAN encapsulation example")
Cc: stable@dpdk.org

Reported-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 examples/pipeline/examples/vxlan_table.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 examples/pipeline/examples/vxlan_table.py
  

Comments

Cristian Dumitrescu Jan. 22, 2021, 12:19 p.m. UTC | #1
> -----Original Message-----
> From: David Marchand <david.marchand@redhat.com>
> Sent: Friday, January 22, 2021 9:31 AM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Timothy Redaelli <tredaelli@redhat.com>; Dumitrescu,
> Cristian <cristian.dumitrescu@intel.com>
> Subject: [PATCH] examples/pipeline: fix VXLAN script permission
> 
> This python script provides a shebang that only makes sense if the
> script has the executable bit set.
> 
> Fixes: fde7a772701a ("examples/pipeline: add VXLAN encapsulation
> example")
> Cc: stable@dpdk.org
> 
> Reported-by: Timothy Redaelli <tredaelli@redhat.com>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>  examples/pipeline/examples/vxlan_table.py | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  mode change 100644 => 100755
> examples/pipeline/examples/vxlan_table.py
> 
> diff --git a/examples/pipeline/examples/vxlan_table.py
> b/examples/pipeline/examples/vxlan_table.py
> old mode 100644
> new mode 100755
> --
> 2.23.0

Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
  
David Marchand Jan. 25, 2021, 9:23 a.m. UTC | #2
On Fri, Jan 22, 2021 at 1:19 PM Dumitrescu, Cristian
<cristian.dumitrescu@intel.com> wrote:
> > This python script provides a shebang that only makes sense if the
> > script has the executable bit set.
> >
> > Fixes: fde7a772701a ("examples/pipeline: add VXLAN encapsulation
> > example")
> > Cc: stable@dpdk.org
> >
> > Reported-by: Timothy Redaelli <tredaelli@redhat.com>
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied.
  

Patch

diff --git a/examples/pipeline/examples/vxlan_table.py b/examples/pipeline/examples/vxlan_table.py
old mode 100644
new mode 100755