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 C54B1A052A; 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 F21CF140E08; 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 58C37140DE6 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-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-309-ecwWCFueP3aSLmFQya6Nnw-1; Mon, 25 Jan 2021 04:24:02 -0500 X-MC-Unique: ecwWCFueP3aSLmFQya6Nnw-1 Received: by mail-ua1-f72.google.com with SMTP id o24so4964695uap.15 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=mwRcysVs/LcmB8ZHoVjZU5rtZ41Ra0aRBjIA2U+vUpeRqx4ZpSuEYr2yT0GTcS5J65 oWLMREB+YgeX2bZVSNWO+x3GSlcrNlIgrjDpkkLXpYyikRMLKuL5gV6i3Ct86CHTW8OG CEblDG4RcFRNgO+YUner/mI6oYwR4/SmN7NOqzKexdVB0jASIllwn/5aP1iwvwE6K2VQ HIgUogZRcPLO/1fER6M1MabGvZlxMZxsGbq+IoIV8QRbzFd69PyzPvPMSUDo5m9j4eLq jpWP87Ih6uGpseTm1xEh2jPtxMQ96WHdw/MuoP71TCfrypE6c61nxCLLnnCoMnQCHlkM Zvyw== X-Gm-Message-State: AOAM531ZO4Fb+6ejbnom4D7MHCGXqxwTaPqFfYcYafko6mKzxacu8xux LvPd1KNZ0t5tpD7uMP66PZe6SyjmhtL2Q56waSW2uOSjajx7X5sUA2XgEch7lh6igjnKvD9eNVa A43UUz8dW0/qirYQTC68= X-Received: by 2002:a67:3093:: with SMTP id w141mr519788vsw.27.1611566642000; Mon, 25 Jan 2021 01:24:02 -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-dev] [PATCH] examples/pipeline: fix VXLAN script permission X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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