From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f65.google.com (mail-pg0-f65.google.com [74.125.83.65]) by dpdk.org (Postfix) with ESMTP id 22BC32C8 for ; Tue, 20 Jun 2017 13:36:36 +0200 (CEST) Received: by mail-pg0-f65.google.com with SMTP id u62so15037515pgb.0 for ; Tue, 20 Jun 2017 04:36:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=uh8FPv/lt1wH9TuXxPY6qeKGEt6+RE24yRu7KgYrnzU=; b=DM7AH9mMzC+AT3+10+XvOdm8WTdyNyCuit6HD9BFCx8Nh3woFsh9nxQGqEV49zAHkk jjmw0CV1xfx1Rc54HDj/qgSXqkk14NAFPf8PXs6xSOMT+kHw5QjO61xWkONUfo+CKBTh Eq7NXn1Qh2GapGmcCHn98Fzvw3LXP8/N/pDKML0AC8vY/JErQ6KMblOnWpXwuyzCxh08 +dFRq6FUh7p5nUmt9kQ5MKOfZnao87IefGEhyv9+N/3xB5SCZRWGaFCvllc+2b5/GoMP klvFMB2mYXEAcJWrnSzh1zdwijMnskICDvVcxqQRZoKY785DEhK5CrN7svMEHaDifpUI SPBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uh8FPv/lt1wH9TuXxPY6qeKGEt6+RE24yRu7KgYrnzU=; b=BYlkj0PByw9uPuAfk3QaIfuhNxyVvMYS1mn3Vtp4FcKTE5WudOPvW9h4A//D7YV2WU wLdF2i54Ek8j6yeFaEvJ3iwg5OdoIWDTSZCntj8LKMkNLjSqaaqDfAdGrJhuEV25OlMx 2TWhdCRS/oY0eQaemZxiGORMeidZRWOWVr6amqsftgUQBl4Zb9gMs/4kCNtVa7ouWHfD sIrcjEOClJJ8x2UcVEXDzKimx/CxclIFXhZ+ftcT960a3W5sdtSDK7xzeWJ9CQapHFjh 7ZXmtubW6TKPdJcUzG96kjI0NzpZ9/GG/vK6IiDGWcn7zzzBxRCR3mbHzQm9oxy3JpUc 5V6A== X-Gm-Message-State: AKS2vOyFSzWInbV70mLGZMrnU1Ayz7s8tfr+zIouDe0zeFTr4JahzEG5 K9erM4X3y/SzkX75 X-Received: by 10.99.157.140 with SMTP id i134mr30881956pgd.73.1497958595474; Tue, 20 Jun 2017 04:36:35 -0700 (PDT) Received: from yliu-home.localdomain ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id 25sm6104783pfj.59.2017.06.20.04.36.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jun 2017 04:36:34 -0700 (PDT) From: Yuanhan Liu To: Beilei Xing Cc: Adrien Mazarguil , dpdk stable Date: Tue, 20 Jun 2017 19:35:17 +0800 Message-Id: <1497958550-13600-5-git-send-email-yliu@fridaylinux.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1497958550-13600-1-git-send-email-yliu@fridaylinux.org> References: <1497958550-13600-1-git-send-email-yliu@fridaylinux.org> Subject: [dpdk-stable] patch 'app/testpmd: fix creating E-Tag and NVGRE flow rules' has been queued to stable release 17.05.1 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: Tue, 20 Jun 2017 11:36:36 -0000 Hi, FYI, your patch has been queued to stable release 17.05.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 06/22/17. So please shout if anyone has objections. Thanks. --yliu --- >>From d50c9f407704c9f046977867e4b8dfe036d13d63 Mon Sep 17 00:00:00 2001 From: Beilei Xing Date: Fri, 12 May 2017 15:13:09 +0800 Subject: [PATCH] app/testpmd: fix creating E-Tag and NVGRE flow rules [ upstream commit 0f01a7e38394ceba15bf8ef09de5750ea2031fa2 ] 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") Signed-off-by: Beilei Xing Acked-by: Adrien Mazarguil --- app/test-pmd/config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index 4d873cd..83a8f52 100644 --- a/app/test-pmd/config.c +++ b/app/test-pmd/config.c @@ -968,6 +968,8 @@ static const struct { MK_FLOW_ITEM(TCP, sizeof(struct rte_flow_item_tcp)), MK_FLOW_ITEM(SCTP, sizeof(struct rte_flow_item_sctp)), MK_FLOW_ITEM(VXLAN, sizeof(struct rte_flow_item_vxlan)), + MK_FLOW_ITEM(E_TAG, sizeof(struct rte_flow_item_e_tag)), + MK_FLOW_ITEM(NVGRE, sizeof(struct rte_flow_item_nvgre)), MK_FLOW_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)), MK_FLOW_ITEM(GRE, sizeof(struct rte_flow_item_gre)), }; -- 2.7.4