From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 668DD2C15 for ; Tue, 24 Jul 2018 18:08:36 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id b15-v6so4685219wrv.10 for ; Tue, 24 Jul 2018 09:08:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=kG1cIXEFZ5hYdUSex1bkQ7mXgJdn1A+1LVXLFvT+21s=; b=u390pO+E3ZdZfEZjEZo5wVSYeyaBoY4Rzg+xV6rP5sX9hifTiaoIltK4aVCvIWc3nX +oEt5tYI8Op61S53m5TE/Iq+n3Y5RK4ZSFA0cRBRnl5vB4BtQzJ+3HW0x/lScm48ZJd2 ij+fxUgzx10Iy9ZUjXomPUTdFA7q6+f4CV7yuhOHV6tNdGW0TyJzfzB/Ly3f5AjlxgKC pjoolOmZRTjiF2uLcFqatBGrxuk3lcS8KrIzaHqFP1irnkqt6haLsPHsNc3ychlVv1EY Uh8EoP+Aeruc2fWxx2CRILt/GclceiTX52ZFBRD06m4YQ99VmQNzopi2lUyiXEgl2sqI NVLQ== 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=kG1cIXEFZ5hYdUSex1bkQ7mXgJdn1A+1LVXLFvT+21s=; b=C4ElLxsbNWICOyEvGiXeIr4G6hMreErvez/W98KedHY54nip4V2PQgBGePIKA0PFTc 8N5RpjC/N++znGfGcZMnjUH7SEVWd1pmzbRLByBGMXzI/eKgbyk6I1UOuWZw62WdSXEP tpF4QqKutUt5KpAF638zld0WTHv4bPp68z2ChpxlnfC2pgoMWIXhjq4JFkrmBdBD+IJ7 +OqncA0CQGPQ3WHUNd80YXB+2y60DaUMH1Z4OBhzSlOCdVh5muyOnxB3rwKNPdEZvOrW tPp2yWNv/MEaGkCxJaIMnfHAFDrVRTg7VezN1mPPP6kZlkUDfvymOKm82Q5KThow/FHY pedQ== X-Gm-Message-State: AOUpUlHTIQCz5TK6je9dwwAJUzz9iseOBPC4FIzPJemz6ojoQQA//SkY HArU+k2rKqGfBuYLnr7Kg3mFE7drlIc= X-Google-Smtp-Source: AAOMgpcXcGS8g7vKwkOQzvsEic41wU0fh8FWUf7RG7WJvRulC/CANspGT1oxfYysO+5VMoIq7FTQWA== X-Received: by 2002:adf:9b11:: with SMTP id b17-v6mr11998992wrc.119.1532448516181; Tue, 24 Jul 2018 09:08:36 -0700 (PDT) Received: from localhost ([2a00:23c5:be94:4600:7b12:f8a0:fd52:f87d]) by smtp.gmail.com with ESMTPSA id v1-v6sm32050489wrs.34.2018.07.24.09.08.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 24 Jul 2018 09:08:35 -0700 (PDT) From: luca.boccassi@gmail.com To: Wei Zhao Cc: Wenzhuo Lu , dpdk stable Date: Tue, 24 Jul 2018 17:07:28 +0100 Message-Id: <20180724160752.20287-10-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180724160752.20287-1-luca.boccassi@gmail.com> References: <20180724160752.20287-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'net/ixgbe: fix tunnel id format error for FDIR' has been queued to LTS release 16.11.8 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, 24 Jul 2018 16:08:36 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.8 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 07/26/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From 0c3664c1924af9c5e505eda1f5712d830d66e255 Mon Sep 17 00:00:00 2001 From: Wei Zhao Date: Wed, 13 Jun 2018 16:11:22 +0800 Subject: [PATCH] net/ixgbe: fix tunnel id format error for FDIR [ upstream commit e7d406851909b1c3cc24ee8c61044dccf9902559 ] In cloud mode for FDIR, tunnel id should be set as protocol request, the lower 8 bits should be set as reserved. Fixes: 82fb702077f6 ("ixgbe: support new flow director modes for X550") Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") Signed-off-by: Wei Zhao Acked-by: Wenzhuo Lu --- drivers/net/ixgbe/ixgbe_fdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/ixgbe_fdir.c b/drivers/net/ixgbe/ixgbe_fdir.c index 4b81ee379..351167a64 100644 --- a/drivers/net/ixgbe/ixgbe_fdir.c +++ b/drivers/net/ixgbe/ixgbe_fdir.c @@ -723,7 +723,7 @@ ixgbe_fdir_filter_to_atr_input(const struct rte_eth_fdir_filter *fdir_filter, input->formatted.tunnel_type = fdir_filter->input.flow.tunnel_flow.tunnel_type; input->formatted.tni_vni = - fdir_filter->input.flow.tunnel_flow.tunnel_id; + fdir_filter->input.flow.tunnel_flow.tunnel_id >> 8; } return 0; -- 2.18.0