From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EDCFFA04F3 for ; Thu, 19 Dec 2019 15:35:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E41F71BE8A; Thu, 19 Dec 2019 15:35:30 +0100 (CET) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 98CA91BF7B for ; Thu, 19 Dec 2019 15:35:29 +0100 (CET) Received: by mail-wm1-f67.google.com with SMTP id a5so5666874wmb.0 for ; Thu, 19 Dec 2019 06:35:29 -0800 (PST) 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 :mime-version:content-transfer-encoding; bh=ehMZybbWnd0SX99epgshh0qFjDMQ58ueosqakxZj6+E=; b=LuRydcrcFRcCcvlFfuygJCkztQ151KRfC7q+ROxlexI7Yj8q4DK7ww/X7wwQgKRF3n nCOf9PIMF4N4y4nLOisHmjxdoofH0pbHNzLaPKg1wmgBjQF5wRko95RjzPP+tPAjANZJ RQZKAMlFkYiqxL31afcNfj3GpVE2rFwwBWlklMkOEUDejE/f/5EZLV/w1Eq617yqTAW7 0KBZyHdtAel9yQfS5kN9Z74chk1UpVi7tb3i1ikbkLndA7QXRrR+hd+6lQGg2tRyyzPg Iy4YLwvuCE8JSvSBhdvPfU7cvNLi5nTgWAjVN1ooV2baARvSnHcOaqJ4scba9cE472Qo DIqg== 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:mime-version:content-transfer-encoding; bh=ehMZybbWnd0SX99epgshh0qFjDMQ58ueosqakxZj6+E=; b=TKBe0Tf+oauu9/976j2hWrRGr8bnu8eZBJWWQmHyf1B0dvAy09hlBdaPvReIAfbpBx bNMS1IsuoZKmP14nTDbALNijfkYdKmvv3oiqD4QhVbO+msR5p2VIePH9i7llVNgOHTRR Y3S9r6sZ6rNe1f/GGjUZlUp7bi057pzW0U4x9s7IgqcR6aPMhRmvUzb01vxFxguLlC+F gEbhOs/EF3udJWKb6ARYqR8Elb4QrmArgpNH7e+UYS4QwWkT6cvi/GPpEgi6Rmwp9Qkn kGvlq56EflRT20RxVqxi63kYF0MRWHvRrW0rtac56nVFtV7+psbRfzKYG/dHrXek4nBp gxlw== X-Gm-Message-State: APjAAAVcXZdhnAng3bMcUt3v4p9vlC+JlUVKwnOanSQ60Fyqz+6H0+pc 8ee7/BJ4qcDpoGmCwXzSRIE= X-Google-Smtp-Source: APXvYqwsDmNR6CFwNt7vhK+UVsp0lZlyz8kMN4HtM19usTrtHBYxLeluP664KfkM0N9TQEgBgjDaVg== X-Received: by 2002:a1c:4c5:: with SMTP id 188mr10342288wme.82.1576766129374; Thu, 19 Dec 2019 06:35:29 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id h8sm6949109wrx.63.2019.12.19.06.35.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Dec 2019 06:35:28 -0800 (PST) From: luca.boccassi@gmail.com To: Wei Zhao Cc: Xiaolong Ye , dpdk stable Date: Thu, 19 Dec 2019 14:32:41 +0000 Message-Id: <20191219143447.21506-14-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191219143447.21506-1-luca.boccassi@gmail.com> References: <20191219143447.21506-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'net/ixgbe: fix VF RSS offloads configuration' has been queued to LTS release 17.11.10 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to LTS release 17.11.10 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 12/21/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From cb57f18751845e3455deff4839a900c909ad8d1f Mon Sep 17 00:00:00 2001 From: Wei Zhao Date: Wed, 4 Sep 2019 16:40:54 +0800 Subject: [PATCH] net/ixgbe: fix VF RSS offloads configuration [ upstream commit 9594db99c73b62c398310d812726cc90889297af ] x550 NIC VF port has the capacity to set RSS hash, so device info get function should report that. Fixes: 2144f6630fca ("ixgbe: add redirection table size in device info") Signed-off-by: Wei Zhao Acked-by: Xiaolong Ye --- drivers/net/ixgbe/ixgbe_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c index 252c2bffc0..c722b36ebf 100644 --- a/drivers/net/ixgbe/ixgbe_ethdev.c +++ b/drivers/net/ixgbe/ixgbe_ethdev.c @@ -3854,6 +3854,7 @@ ixgbevf_dev_info_get(struct rte_eth_dev *dev, DEV_TX_OFFLOAD_TCP_CKSUM | DEV_TX_OFFLOAD_SCTP_CKSUM | DEV_TX_OFFLOAD_TCP_TSO; + dev_info->flow_type_rss_offloads = IXGBE_RSS_OFFLOAD_ALL; dev_info->default_rxconf = (struct rte_eth_rxconf) { .rx_thresh = { -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2019-12-19 14:32:26.890031069 +0000 +++ 0014-net-ixgbe-fix-VF-RSS-offloads-configuration.patch 2019-12-19 14:32:25.441284659 +0000 @@ -1,13 +1,14 @@ -From 9594db99c73b62c398310d812726cc90889297af Mon Sep 17 00:00:00 2001 +From cb57f18751845e3455deff4839a900c909ad8d1f Mon Sep 17 00:00:00 2001 From: Wei Zhao Date: Wed, 4 Sep 2019 16:40:54 +0800 Subject: [PATCH] net/ixgbe: fix VF RSS offloads configuration +[ upstream commit 9594db99c73b62c398310d812726cc90889297af ] + x550 NIC VF port has the capacity to set RSS hash, so device info get function should report that. Fixes: 2144f6630fca ("ixgbe: add redirection table size in device info") -Cc: stable@dpdk.org Signed-off-by: Wei Zhao Acked-by: Xiaolong Ye @@ -16,13 +17,13 @@ 1 file changed, 1 insertion(+) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c -index e985053d6b..7eb3d0567b 100644 +index 252c2bffc0..c722b36ebf 100644 --- a/drivers/net/ixgbe/ixgbe_ethdev.c +++ b/drivers/net/ixgbe/ixgbe_ethdev.c -@@ -3928,6 +3928,7 @@ ixgbevf_dev_info_get(struct rte_eth_dev *dev, - dev_info->tx_offload_capa = ixgbe_get_tx_port_offloads(dev); - dev_info->hash_key_size = IXGBE_HKEY_MAX_INDEX * sizeof(uint32_t); - dev_info->reta_size = ixgbe_reta_size_get(hw->mac.type); +@@ -3854,6 +3854,7 @@ ixgbevf_dev_info_get(struct rte_eth_dev *dev, + DEV_TX_OFFLOAD_TCP_CKSUM | + DEV_TX_OFFLOAD_SCTP_CKSUM | + DEV_TX_OFFLOAD_TCP_TSO; + dev_info->flow_type_rss_offloads = IXGBE_RSS_OFFLOAD_ALL; dev_info->default_rxconf = (struct rte_eth_rxconf) {