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 11505A046B for ; Tue, 23 Jul 2019 03:04:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB9821C020; Tue, 23 Jul 2019 03:04:31 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 418641BFE8 for ; Tue, 23 Jul 2019 03:04:30 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE2 (envelope-from yskoh@mellanox.com) with ESMTPS (AES256-SHA encrypted); 23 Jul 2019 04:04:26 +0300 Received: from scfae-sc-2.mti.labs.mlnx (scfae-sc-2.mti.labs.mlnx [10.101.0.96]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x6N11HgX026580; Tue, 23 Jul 2019 04:04:25 +0300 From: Yongseok Koh To: Yongseok Koh Cc: Ferruh Yigit , dpdk stable Date: Mon, 22 Jul 2019 18:01:14 -0700 Message-Id: <20190723010115.6446-107-yskoh@mellanox.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190723010115.6446-1-yskoh@mellanox.com> References: <20190723010115.6446-1-yskoh@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'doc: fix typo in mlx5 guide' has been queued to LTS release 17.11.7 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.7 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objection by 07/27/19. So please shout if anyone has objection. 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. Yongseok --- >From 31f94f14171e169a210ef6991cc896f4fb19c1f0 Mon Sep 17 00:00:00 2001 From: Yongseok Koh Date: Wed, 8 May 2019 02:24:09 -0700 Subject: [PATCH] doc: fix typo in mlx5 guide [ upstream commit 4d6e0352e137a11972f40c18687be8135489a02e ] Fixes: 43e9d9794cde ("net/mlx5: support upstream rdma-core") Signed-off-by: Yongseok Koh Reviewed-by: Ferruh Yigit --- doc/guides/nics/mlx5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index ee588233c8..053c2fac59 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -380,7 +380,7 @@ Either RDMA Core library with a recent enough Linux kernel release (recommended) or Mellanox OFED, which provides compatibility with older releases. -RMDA Core with Linux Kernel +RDMA Core with Linux Kernel ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Minimal kernel version : v4.14 or the most recent 4.14-rc (see `Linux installation documentation`_) -- 2.21.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2019-07-22 17:55:12.237209129 -0700 +++ 0107-doc-fix-typo-in-mlx5-guide.patch 2019-07-22 17:55:06.555476000 -0700 @@ -1,10 +1,11 @@ -From 4d6e0352e137a11972f40c18687be8135489a02e Mon Sep 17 00:00:00 2001 +From 31f94f14171e169a210ef6991cc896f4fb19c1f0 Mon Sep 17 00:00:00 2001 From: Yongseok Koh Date: Wed, 8 May 2019 02:24:09 -0700 Subject: [PATCH] doc: fix typo in mlx5 guide +[ upstream commit 4d6e0352e137a11972f40c18687be8135489a02e ] + Fixes: 43e9d9794cde ("net/mlx5: support upstream rdma-core") -Cc: stable@dpdk.org Signed-off-by: Yongseok Koh Reviewed-by: Ferruh Yigit @@ -13,11 +14,11 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst -index af1e408ead..325e9f697a 100644 +index ee588233c8..053c2fac59 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst -@@ -592,7 +592,7 @@ Either RDMA Core library with a recent enough Linux kernel release - (recommended) or Mellanox OFED/EN, which provides compatibility with older +@@ -380,7 +380,7 @@ Either RDMA Core library with a recent enough Linux kernel release + (recommended) or Mellanox OFED, which provides compatibility with older releases. -RMDA Core with Linux Kernel