From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id E68371B512 for ; Fri, 30 Nov 2018 00:13:20 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from yskoh@mellanox.com) with ESMTPS (AES256-SHA encrypted); 30 Nov 2018 01:19:11 +0200 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 wATNCW7Q032075; Fri, 30 Nov 2018 01:13:16 +0200 From: Yongseok Koh To: Evgeny Im Cc: Andrew Rybchenko , Gaetan Rivet , dpdk stable Date: Thu, 29 Nov 2018 15:10:20 -0800 Message-Id: <20181129231202.30436-26-yskoh@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20181129231202.30436-1-yskoh@mellanox.com> References: <20181129231202.30436-1-yskoh@mellanox.com> Subject: [dpdk-stable] patch 'net/failsafe: remove not supported multicast MAC filter' has been queued to LTS release 17.11.5 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: Thu, 29 Nov 2018 23:13:21 -0000 Hi, FYI, your patch has been queued to LTS release 17.11.5 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/01/18. 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. If the code is different (ie: not only metadata diffs), due for example to a change in context or macro names, please double check it. Thanks. Yongseok --- >>From 6f582fb58f25ffa05bc7f3784bb9f889685e34c4 Mon Sep 17 00:00:00 2001 From: Evgeny Im Date: Fri, 21 Sep 2018 16:36:21 +0100 Subject: [PATCH] net/failsafe: remove not supported multicast MAC filter [ upstream commit 4d7c9382490376b295077d445a60763a8e5b0518 ] set_mc_addr_list method is not implemented by the driver yet. Fixes: a46f8d584eb8 ("net/failsafe: add fail-safe PMD") Signed-off-by: Evgeny Im Signed-off-by: Andrew Rybchenko Acked-by: Gaetan Rivet --- doc/guides/nics/features/failsafe.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/nics/features/failsafe.ini b/doc/guides/nics/features/failsafe.ini index a42e344a7..dc824107d 100644 --- a/doc/guides/nics/features/failsafe.ini +++ b/doc/guides/nics/features/failsafe.ini @@ -11,7 +11,6 @@ Jumbo frame = Y Promiscuous mode = Y Allmulticast mode = Y Unicast MAC filter = Y -Multicast MAC filter = Y VLAN filter = Y Flow control = Y Flow API = Y -- 2.11.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2018-11-29 15:01:46.418434588 -0800 +++ 0026-net-failsafe-remove-not-supported-multicast-MAC-filt.patch 2018-11-29 15:01:45.027964000 -0800 @@ -1,12 +1,13 @@ -From 4d7c9382490376b295077d445a60763a8e5b0518 Mon Sep 17 00:00:00 2001 +From 6f582fb58f25ffa05bc7f3784bb9f889685e34c4 Mon Sep 17 00:00:00 2001 From: Evgeny Im Date: Fri, 21 Sep 2018 16:36:21 +0100 Subject: [PATCH] net/failsafe: remove not supported multicast MAC filter +[ upstream commit 4d7c9382490376b295077d445a60763a8e5b0518 ] + set_mc_addr_list method is not implemented by the driver yet. Fixes: a46f8d584eb8 ("net/failsafe: add fail-safe PMD") -Cc: stable@dpdk.org Signed-off-by: Evgeny Im Signed-off-by: Andrew Rybchenko @@ -16,10 +17,10 @@ 1 file changed, 1 deletion(-) diff --git a/doc/guides/nics/features/failsafe.ini b/doc/guides/nics/features/failsafe.ini -index e3c4c08f2..89e253df3 100644 +index a42e344a7..dc824107d 100644 --- a/doc/guides/nics/features/failsafe.ini +++ b/doc/guides/nics/features/failsafe.ini -@@ -15,7 +15,6 @@ Jumbo frame = Y +@@ -11,7 +11,6 @@ Jumbo frame = Y Promiscuous mode = Y Allmulticast mode = Y Unicast MAC filter = Y