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 CDFCDA051C for ; Tue, 11 Feb 2020 12:28:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C58CB1BF87; Tue, 11 Feb 2020 12:28:21 +0100 (CET) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 231201BFA1 for ; Tue, 11 Feb 2020 12:28:20 +0100 (CET) Received: by mail-wm1-f66.google.com with SMTP id p9so3037411wmc.2 for ; Tue, 11 Feb 2020 03:28:20 -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=tRWSHvKlnmzkGRlbaq+Mnp5RB/190Iehi2OjBibJGVY=; b=N50hNtMO5Xqf05K0K4v5R6pzm3cL2u0oJdvefsVuPFBup/X/7M2AErnbiKfIC72vf3 bo2mmv4l3xMYRjOcFI4IWxQw1nx3p4LNxSDGQIxhBXC/Hu4U7YUyzlkNRTaUAlXNAJXc p/QauJPHM6WbxWibdzOK5wblz4RrX+rAHbQeOoVhJYZLTFEudv+t5v6WxCjU5rCQz9+r ONIg+jNOfLIV4As45a+ZDqOor8sceKhSE1MSZZ3518X79YTWXCz9HSBTQIG+xXhuOq/Z Jg8udPF3V/+nNIwwdP9PV3Tc0lNapH32E2pizNMKbV85cvEtpptScQuKpz+J1uUeZPHt giGQ== 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=tRWSHvKlnmzkGRlbaq+Mnp5RB/190Iehi2OjBibJGVY=; b=WQiH50dCzZZ6OH+HqtJTPdcalLuSGvPP0B06yKvDWk62sQ/QsdiLXz6P7JrIXsgyRE iMvOfz6LNlTl3obyh4gnQd5BMrzYiZYPrw5+i4ouMbWgg1T/wRvmYpkYf7KB8rFy0A4G lBLq8okWOgxmVvnkGYx4XBDUA1tlOD5J89m7mHn9JKoc7tynBxz/jjeddzNFKpfNHE+9 NkOX4kjj2oEvqf0IYRy8byHhBxd9h50jbV0BFoQUK2BuJrzeDM8n39ropaq65sE0bUuf ijxdN+5yFGn/mAdonv+lPCYB4ehE6ZZAByZADT2IFmzFSgt5jwiRfRjWPGRXlkkiYrzK 3/Rw== X-Gm-Message-State: APjAAAUxN2bUEZEVvQkvlFamV06rqwTQADjNngo66rbby82/HyeDNqV0 wTEUKnAaIErIICS00Y39bCq5xQsgT7A= X-Google-Smtp-Source: APXvYqwqxQi74yaE7qf7Br35DJp8NvH2LrlhETvBiPnxK1RRCwQmqSXu1+GnWdNl7+ILm+oUztZ69g== X-Received: by 2002:a1c:9849:: with SMTP id a70mr5038345wme.76.1581420499877; Tue, 11 Feb 2020 03:28:19 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id u8sm3394378wmm.15.2020.02.11.03.28.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Feb 2020 03:28:19 -0800 (PST) From: luca.boccassi@gmail.com To: Viacheslav Ovsiienko Cc: Matan Azrad , dpdk stable Date: Tue, 11 Feb 2020 11:20:21 +0000 Message-Id: <20200211112216.3929-75-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200211112216.3929-1-luca.boccassi@gmail.com> References: <20200211112216.3929-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'net/mlx5: fix Tx burst routines set' has been queued to stable release 19.11.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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to stable release 19.11.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 02/13/20. 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 7a68ecc7625c7eeaee0adba374235a972320be47 Mon Sep 17 00:00:00 2001 From: Viacheslav Ovsiienko Date: Thu, 9 Jan 2020 11:07:35 +0000 Subject: [PATCH] net/mlx5: fix Tx burst routines set [ upstream commit 7fcd4e55d9939a29636db1c35ee9864c10debf61 ] The tx_burst routine supporting multi-segment packets with legacy MPW and without inline was missed, and there was no valid selection for these options, patch adds the missing routine. Fixes: 82e75f8323bf ("net/mlx5: fix legacy multi-packet Tx descriptors") Signed-off-by: Viacheslav Ovsiienko Acked-by: Matan Azrad --- drivers/net/mlx5/mlx5_rxtx.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/net/mlx5/mlx5_rxtx.c b/drivers/net/mlx5/mlx5_rxtx.c index acf0fd794b..b4702ff9f6 100644 --- a/drivers/net/mlx5/mlx5_rxtx.c +++ b/drivers/net/mlx5/mlx5_rxtx.c @@ -4995,6 +4995,10 @@ MLX5_TXOFF_DECL(mci_mpw, MLX5_TXOFF_CONFIG_INLINE | MLX5_TXOFF_CONFIG_EMPW | MLX5_TXOFF_CONFIG_MPW) +MLX5_TXOFF_DECL(mc_mpw, + MLX5_TXOFF_CONFIG_MULTI | MLX5_TXOFF_CONFIG_CSUM | + MLX5_TXOFF_CONFIG_EMPW | MLX5_TXOFF_CONFIG_MPW) + MLX5_TXOFF_DECL(i_mpw, MLX5_TXOFF_CONFIG_INLINE | MLX5_TXOFF_CONFIG_EMPW | MLX5_TXOFF_CONFIG_MPW) @@ -5151,6 +5155,10 @@ MLX5_TXOFF_INFO(mci_mpw, MLX5_TXOFF_CONFIG_INLINE | MLX5_TXOFF_CONFIG_EMPW | MLX5_TXOFF_CONFIG_MPW) +MLX5_TXOFF_INFO(mc_mpw, + MLX5_TXOFF_CONFIG_MULTI | MLX5_TXOFF_CONFIG_CSUM | + MLX5_TXOFF_CONFIG_EMPW | MLX5_TXOFF_CONFIG_MPW) + MLX5_TXOFF_INFO(i_mpw, MLX5_TXOFF_CONFIG_INLINE | MLX5_TXOFF_CONFIG_EMPW | MLX5_TXOFF_CONFIG_MPW) -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-02-11 11:17:41.591637284 +0000 +++ 0075-net-mlx5-fix-Tx-burst-routines-set.patch 2020-02-11 11:17:38.496003142 +0000 @@ -1,15 +1,16 @@ -From 7fcd4e55d9939a29636db1c35ee9864c10debf61 Mon Sep 17 00:00:00 2001 +From 7a68ecc7625c7eeaee0adba374235a972320be47 Mon Sep 17 00:00:00 2001 From: Viacheslav Ovsiienko Date: Thu, 9 Jan 2020 11:07:35 +0000 Subject: [PATCH] net/mlx5: fix Tx burst routines set +[ upstream commit 7fcd4e55d9939a29636db1c35ee9864c10debf61 ] + The tx_burst routine supporting multi-segment packets with legacy MPW and without inline was missed, and there was no valid selection for these options, patch adds the missing routine. Fixes: 82e75f8323bf ("net/mlx5: fix legacy multi-packet Tx descriptors") -Cc: stable@dpdk.org Signed-off-by: Viacheslav Ovsiienko Acked-by: Matan Azrad