From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fix failure of creating E-Tag and NVGRE flows Date: Thu, 08 Jun 2017 23:03:51 +0200 Message-ID: <7925118.CALcqFT7Vu@xps> References: <1494573189-39405-1-git-send-email-beilei.xing@intel.com> <20170512075059.GX16218@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Adrien Mazarguil , dev@dpdk.org To: Beilei Xing Return-path: In-Reply-To: <20170512075059.GX16218@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/05/2017 09:50, Adrien Mazarguil: > 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 Applied, thanks