Message ID | 20210122093037.21988-1-david.marchand@redhat.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | David Marchand |
Headers | show |
Series | examples/pipeline: fix VXLAN script permission | expand |
Context | Check | Description |
---|---|---|
ci/iol-testing | warning | Testing issues |
ci/iol-mellanox-Functional | success | Functional Testing PASS |
ci/iol-intel-Performance | fail | Performance Testing issues |
ci/iol-intel-Functional | success | Functional Testing PASS |
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/iol-broadcom-Functional | success | Functional Testing PASS |
ci/intel-Testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
> -----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>
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.
diff --git a/examples/pipeline/examples/vxlan_table.py b/examples/pipeline/examples/vxlan_table.py
old mode 100644
new mode 100755
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