From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 09B5BA052A for ; Mon, 25 Jan 2021 10:24:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE0EE140DE5; Mon, 25 Jan 2021 10:24:05 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 411AD140DE5 for ; Mon, 25 Jan 2021 10:24:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611566644; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zVfNbHsQ9OivqE0rH8X4xg6lVkLU9uozChL1rgOqjlU=; b=aaQaRGFzsy5hFFFXUD1EvxUQ/ZLYh1zubIEMUGt91De6nr0bZd5OLQK3D3SXDypObD/Z9I PD5QIVzqDPw98F0Cxfxgl5sXKSxK49WaLF+rM3KAHBO1HnoihlBOrLFxpNphEiKRSMb+Dv dcmz/mgSzPwgR9cV1Pe/90425N5ipsU= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-383-nmh0qU0kPSWGmhn4QbT4zA-1; Mon, 25 Jan 2021 04:24:02 -0500 X-MC-Unique: nmh0qU0kPSWGmhn4QbT4zA-1 Received: by mail-ua1-f71.google.com with SMTP id m21so2191902uap.23 for ; Mon, 25 Jan 2021 01:24:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zVfNbHsQ9OivqE0rH8X4xg6lVkLU9uozChL1rgOqjlU=; b=i1Y7BARX9fGrVbuABPyUT0LNsMtlJTvpV5TgsWZvsPpDr3f0ZaBFFPJbjm6vrhnE1W RN1kYDXUbvYKCinOv9mfkJD/bVgK36cCusqxQni6FkIPJTdzyMpYGOIPcgpN+cOf0bSK bvTUV6riDE8rXlIIyCXFmwvSsUPDpiDaSAQtaCe7PfeYbDAU2N77PYTB4n/hCRDX/ZOH iPFgXZA4shu/DuB9hWkk04nxGrAdlSW++cpM5HPxTeFhhJIuVm56focw5NTO9daoMIeA pLIi2cq+9C9M751u+RDmUFaJck5/IEv9dkhm11e8j8h5fyWf2UAPS6yE+umI17NrElpX XqFA== X-Gm-Message-State: AOAM532LsW/JrIi7NTx2qTylQ/wjdNBB+2kJAO0RwuVtlUboxr3+VCD9 5mqFJTXteLvMxZf3FF551DZAl/yqb0bK7+wOmESetBD+NTVdWe/i5KvopYt1DNBLH1A4jWEuIPp TMKJf/3meUTI8x7h3veU8kkw= X-Received: by 2002:a67:3093:: with SMTP id w141mr519787vsw.27.1611566641999; Mon, 25 Jan 2021 01:24:01 -0800 (PST) X-Google-Smtp-Source: ABdhPJxmqlIFXVsRm2XwiBeSKqfq5hcghFt6XnxtqwMVty2CixUHdHh8lQfOwoMwY212f5Gg64+5Ywehr1FKQvcLNgs= X-Received: by 2002:a67:3093:: with SMTP id w141mr519774vsw.27.1611566641745; Mon, 25 Jan 2021 01:24:01 -0800 (PST) MIME-Version: 1.0 References: <20210122093037.21988-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Mon, 25 Jan 2021 10:23:50 +0100 Message-ID: To: David Marchand Cc: "dev@dpdk.org" , "stable@dpdk.org" , Timothy Redaelli , "Dumitrescu, Cristian" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [PATCH] examples/pipeline: fix VXLAN script permission X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Jan 22, 2021 at 1:19 PM Dumitrescu, Cristian 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 > > Signed-off-by: David Marchand > Acked-by: Cristian Dumitrescu Applied. -- David Marchand