From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 38AF52952 for ; Fri, 12 May 2017 09:51:05 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id 142so62395477wma.1 for ; Fri, 12 May 2017 00:51:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=6T8f8Jd8zmgYaOGQbJc67fxc2ofSPpjQ7jbfMYmH0+c=; b=lupVlxvRFtuoTGpA+7QXg8z+0YfElzFdC+T8XVou4GuoTMEjPuqQqBtHIiF3xE//qt xjGCt6VvEVzWL+WvXZrM6BUoGnhVY0EuUvvTFfr3eOfGB/HMtTtn7lsM19XdJDfvA/s+ meoG5FJwvit+8/PGyyAue0xI50m/U13/xNOuuk5dUhzgl0hyQKpE3vbbReUncAIIE6an 2Ull/3I2PrCzowveOemPY3/4q1p8wVGVbxukhOeGyQ/2ocdtBuiRcveIVBLxA59tnDPq kfXZCLtoYcO2iyqNlncvUjruDABP7f+u++KoM+1eIlIlHmFLkdnPc0U3DCgua65NdbHx dXsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=6T8f8Jd8zmgYaOGQbJc67fxc2ofSPpjQ7jbfMYmH0+c=; b=ESiFLJQiX0eTPUbQH9tidozmaIYuwDUkFbQRlLtY+qMD9iJz7wio0uiUpovJc5ZQ9n 54zZIfjNRdV6rb93ovffQ7TyqXNsHx7eKAzpSFSI6BNPe/PVPY/BsySDhcA3HyWL7CFy BD/WojCwVLhFA03wRk4PJZVih0PdXSwTTYGbRaayD3OV4tPwniBiSMztXw3zcBaz0vj/ TYlyNoD2IEV1z5g2TJdUkBe3DGeKRRhuCkWcxZug43xJyEdokimm0Y/qKDf/0LfsYYgc dOqbZoPQjSgIgVO7gyUCvbmAGoeZ0ZFiCVGenKoROFL2TjAXNTKxswTDZ5pQP3mNiZky 4HRw== X-Gm-Message-State: AODbwcAyR/YX7JH7TJzRlQMh3iZjF1syG+q07deDhv9Hj2aE61ON/vbV Ugxv5sxv6xCUwmqg X-Received: by 10.28.9.20 with SMTP id 20mr1355579wmj.44.1494575465752; Fri, 12 May 2017 00:51:05 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id p104sm2618810wrc.66.2017.05.12.00.51.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 May 2017 00:51:04 -0700 (PDT) Date: Fri, 12 May 2017 09:50:59 +0200 From: Adrien Mazarguil To: Beilei Xing Cc: dev@dpdk.org, stable@dpdk.org Message-ID: <20170512075059.GX16218@6wind.com> References: <1494573189-39405-1-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494573189-39405-1-git-send-email-beilei.xing@intel.com> Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fix failure of creating E-Tag and NVGRE flows X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2017 07:51:06 -0000 On Fri, May 12, 2017 at 03:13:09PM +0800, Beilei Xing wrote: > Application fails to create NVGRE and E_Tag flows with > current configuration, this commit fixes the issue by > adding flow items for E_TAG and NVGRE. > > Fixes: e4840ef2685d ("ethdev: fix incomplete items in flow API") > Cc: stable@dpdk.org > > Signed-off-by: Beilei Xing Missed that obvious issue as I could only validate the command-line parsing side of things for these items. Thanks. Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND