From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 282221B108 for ; Wed, 21 Nov 2018 17:06:30 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7C374307EA95; Wed, 21 Nov 2018 16:06:28 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.36.118.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id 490E5608E7; Wed, 21 Nov 2018 16:06:26 +0000 (UTC) From: Kevin Traynor To: Evgeny Im Cc: Andrew Rybchenko , Gaetan Rivet , dpdk stable Date: Wed, 21 Nov 2018 16:04:19 +0000 Message-Id: <20181121160440.9014-29-ktraynor@redhat.com> In-Reply-To: <20181121160440.9014-1-ktraynor@redhat.com> References: <20181121160440.9014-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Wed, 21 Nov 2018 16:06:29 +0000 (UTC) Subject: [dpdk-stable] patch 'net/failsafe: remove not supported multicast MAC filter' has been queued to stable release 18.08.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: , X-List-Received-Date: Wed, 21 Nov 2018 16:06:30 -0000 Hi, FYI, your patch has been queued to stable release 18.08.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 11/26/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. Kevin Traynor --- >>From cfd00762280db614c2e4987b816b5d499173157b 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 39ee57965..83cc99d19 100644 --- a/doc/guides/nics/features/failsafe.ini +++ b/doc/guides/nics/features/failsafe.ini @@ -13,5 +13,4 @@ Promiscuous mode = Y Allmulticast mode = Y Unicast MAC filter = Y -Multicast MAC filter = Y VLAN filter = Y Flow control = Y -- 2.19.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2018-11-21 15:59:14.368573397 +0000 +++ 0029-net-failsafe-remove-not-supported-multicast-MAC-filt.patch 2018-11-21 15:59:13.000000000 +0000 @@ -1,12 +1,13 @@ -From 4d7c9382490376b295077d445a60763a8e5b0518 Mon Sep 17 00:00:00 2001 +From cfd00762280db614c2e4987b816b5d499173157b 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 39ee57965..83cc99d19 100644 --- a/doc/guides/nics/features/failsafe.ini +++ b/doc/guides/nics/features/failsafe.ini -@@ -16,5 +16,4 @@ Promiscuous mode = Y +@@ -13,5 +13,4 @@ Promiscuous mode = Y Allmulticast mode = Y Unicast MAC filter = Y -Multicast MAC filter = Y