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 DB523A04DD for ; Wed, 28 Oct 2020 11:49:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D02FF4CA7; Wed, 28 Oct 2020 11:49:12 +0100 (CET) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 545DD2C2A for ; Wed, 28 Oct 2020 11:49:10 +0100 (CET) Received: by mail-wr1-f65.google.com with SMTP id s9so5147630wro.8 for ; Wed, 28 Oct 2020 03:49:10 -0700 (PDT) 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=vpRkuwXXfRBaWSwVapHaH6/zQY/AKQxJR5h17vHcXak=; b=iRin3mOpY6KmvSJqXm0O8FxrQS+SbrXpcW9svEiyv/RC7ijP2+F9kmKHjEHWPxt8C+ z35zumj5Djx4zMfj4JnNFOUaQEIpqXCTMc0ZtfwSRWlgy4KJWEfUgYYJcnskY2TgAUVG zGhJNDWPp+IZOe9W2nAiSdAM52e7v05ZvtklO+NQXBkHDUanTMGmFTv+LjviYWK06SFS 2yxbECvGBOSrehcxVicLsX6QVoI6yprxCgMghBM10HmZin2iNjGDL+QCZzdksEDS0rGL eo2zYUzWOs+r/SdlHc1IvdaPh/zqDDNPU/jKoZVHcHwlZP09UqH7DBPtmCimQPKxQDEZ uMcQ== 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=vpRkuwXXfRBaWSwVapHaH6/zQY/AKQxJR5h17vHcXak=; b=b33Jq2OucHCHglAfsKe9/Etv3eQstuV00opcqqvOjVBsTirEIvFDHEWo7uogJaBOPy 4C7aCbzVXmNxLEZ+zUQW8SoC2fC05RAI4kBOqEhxc3VGdlWkMtEDbC1rqiiuD+kwYe6w PG8VrDnPG6ibYzoLXDnhEvev1x4YplJ4QRI2O/Mt8s9dBrdUPyJNP/t8AY1g/EnmDPDT hZmGiUVNRBdxYrdhxV1x6J2aPMpwdYYGVQp2hMfJ14wEs+NTrg7qyGwqSSF3oTOgxJa+ iMrEQOo+8DcVfXadDb58RXSRbQ6QmswT4rrzV4b2yARWYYODR7ngDMc2l2LaMuOZbeDV QRLA== X-Gm-Message-State: AOAM530FLmmRp5sAoNqaNMr/nkvIHOWhKoohEFEDrkKVAjLyggAgR3bM mpHhBYiccULEyu/s27BINsQ= X-Google-Smtp-Source: ABdhPJwE8M2F4UJMsYJjb9LuSPg841+Pzilx+Rmbdza5bqE0feMveJPlSbLog3X9le/5GgtOrP8fxA== X-Received: by 2002:adf:9507:: with SMTP id 7mr8124824wrs.365.1603882150066; Wed, 28 Oct 2020 03:49:10 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id d20sm6649407wra.38.2020.10.28.03.49.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Oct 2020 03:49:09 -0700 (PDT) From: luca.boccassi@gmail.com To: Ori Kam Cc: Matan Azrad , Jerin Jacob , Raslan Darawsheh , Raslan Darawsheh , Ori Kam , Matan Azrad , Shahaf Shuler , Shahaf Shuler , Viacheslav Ovsiienko , Viacheslav Ovsiienko , Marko Kovacevic , dpdk stable Date: Wed, 28 Oct 2020 10:43:36 +0000 Message-Id: <20201028104606.3504127-57-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201028104606.3504127-1-luca.boccassi@gmail.com> References: <20201028104606.3504127-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'maintainers: update Mellanox emails' has been queued to stable release 19.11.6 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.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 10/30/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 0e5f3ccd1d3781865b60754737a7b3abac535c01 Mon Sep 17 00:00:00 2001 From: Ori Kam Date: Wed, 12 Aug 2020 16:08:35 +0000 Subject: [PATCH] maintainers: update Mellanox emails [ upstream commit e9b17185e167f6ec64b240851e4459ae4ae05492 ] This patch updates Mellanox maintainers mails from the Mellanox domain to Nvidia domain. Signed-off-by: Ori Kam Acked-by: Matan Azrad --- MAINTAINERS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 418f0f41f9..952ded7b00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -46,7 +46,7 @@ M: Jerin Jacob T: git://dpdk.org/next/dpdk-next-net-mrvl Next-net-mlx Tree -M: Raslan Darawsheh +M: Raslan Darawsheh T: git://dpdk.org/next/dpdk-next-net-mlx Next-virtio Tree @@ -373,7 +373,7 @@ F: devtools/test-null.sh F: doc/guides/prog_guide/switch_representation.rst Flow API -M: Ori Kam +M: Ori Kam T: git://dpdk.org/next/dpdk-next-net F: app/test-pmd/cmdline_flow.c F: doc/guides/prog_guide/rte_flow.rst @@ -731,17 +731,17 @@ F: doc/guides/nics/features/octeontx2*.ini F: doc/guides/nics/octeontx2.rst Mellanox mlx4 -M: Matan Azrad -M: Shahaf Shuler +M: Matan Azrad +M: Shahaf Shuler T: git://dpdk.org/next/dpdk-next-net-mlx F: drivers/net/mlx4/ F: doc/guides/nics/mlx4.rst F: doc/guides/nics/features/mlx4.ini Mellanox mlx5 -M: Matan Azrad -M: Shahaf Shuler -M: Viacheslav Ovsiienko +M: Matan Azrad +M: Shahaf Shuler +M: Viacheslav Ovsiienko T: git://dpdk.org/next/dpdk-next-net-mlx F: drivers/net/mlx5/ F: buildtools/options-ibverbs-static.sh @@ -749,7 +749,7 @@ F: doc/guides/nics/mlx5.rst F: doc/guides/nics/features/mlx5.ini Microsoft vdev_netvsc - EXPERIMENTAL -M: Matan Azrad +M: Matan Azrad F: drivers/net/vdev_netvsc/ F: doc/guides/nics/vdev_netvsc.rst F: doc/guides/nics/features/vdev_netvsc.ini @@ -1494,7 +1494,7 @@ M: Marko Kovacevic F: examples/fips_validation/ F: doc/guides/sample_app_ug/fips_validation.rst -M: Ori Kam +M: Ori Kam F: examples/flow_filtering/ F: doc/guides/sample_app_ug/flow_filtering.rst -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-10-28 10:35:13.554072142 +0000 +++ 0057-maintainers-update-Mellanox-emails.patch 2020-10-28 10:35:11.524830318 +0000 @@ -1,24 +1,24 @@ -From e9b17185e167f6ec64b240851e4459ae4ae05492 Mon Sep 17 00:00:00 2001 +From 0e5f3ccd1d3781865b60754737a7b3abac535c01 Mon Sep 17 00:00:00 2001 From: Ori Kam Date: Wed, 12 Aug 2020 16:08:35 +0000 Subject: [PATCH] maintainers: update Mellanox emails +[ upstream commit e9b17185e167f6ec64b240851e4459ae4ae05492 ] + This patch updates Mellanox maintainers mails from the Mellanox domain to Nvidia domain. -Cc: stable@dpdk.org - Signed-off-by: Ori Kam Acked-by: Matan Azrad --- - MAINTAINERS | 28 ++++++++++++++-------------- - 1 file changed, 14 insertions(+), 14 deletions(-) + MAINTAINERS | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS -index 6dbea330f9..3835818ef4 100644 +index 418f0f41f9..952ded7b00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -45,7 +45,7 @@ M: Jerin Jacob +@@ -46,7 +46,7 @@ M: Jerin Jacob T: git://dpdk.org/next/dpdk-next-net-mrvl Next-net-mlx Tree @@ -36,17 +36,8 @@ T: git://dpdk.org/next/dpdk-next-net F: app/test-pmd/cmdline_flow.c F: doc/guides/prog_guide/rte_flow.rst -@@ -427,7 +427,7 @@ F: doc/guides/prog_guide/compressdev.rst - F: doc/guides/compressdevs/features/default.ini - - RegEx API - EXPERIMENTAL --M: Ori Kam -+M: Ori Kam - F: lib/librte_regexdev/ - F: app/test-regex/ - F: doc/guides/prog_guide/regexdev.rst -@@ -749,17 +749,17 @@ F: drivers/common/octeontx2/otx2_sec* - F: drivers/net/octeontx2/otx2_ethdev_sec* +@@ -731,17 +731,17 @@ F: doc/guides/nics/features/octeontx2*.ini + F: doc/guides/nics/octeontx2.rst Mellanox mlx4 -M: Matan Azrad @@ -66,9 +57,9 @@ +M: Shahaf Shuler +M: Viacheslav Ovsiienko T: git://dpdk.org/next/dpdk-next-net-mlx - F: drivers/common/mlx5/ F: drivers/net/mlx5/ -@@ -768,7 +768,7 @@ F: doc/guides/nics/mlx5.rst + F: buildtools/options-ibverbs-static.sh +@@ -749,7 +749,7 @@ F: doc/guides/nics/mlx5.rst F: doc/guides/nics/features/mlx5.ini Microsoft vdev_netvsc - EXPERIMENTAL @@ -76,37 +67,8 @@ +M: Matan Azrad F: drivers/net/vdev_netvsc/ F: doc/guides/nics/vdev_netvsc.rst - -@@ -1113,7 +1113,7 @@ RegEx Drivers - ------------- - - Mellanox mlx5 --M: Ori Kam -+M: Ori Kam - F: drivers/regex/mlx5/ - F: doc/guides/regexdevs/mlx5.rst - F: doc/guides/regexdevs/features/mlx5.ini -@@ -1130,8 +1130,8 @@ F: doc/guides/vdpadevs/ifc.rst - F: doc/guides/vdpadevs/features/ifcvf.ini - - Mellanox mlx5 vDPA --M: Matan Azrad --M: Viacheslav Ovsiienko -+M: Matan Azrad -+M: Viacheslav Ovsiienko - F: drivers/vdpa/mlx5/ - F: doc/guides/vdpadevs/mlx5.rst - F: doc/guides/vdpadevs/features/mlx5.ini -@@ -1529,7 +1529,7 @@ F: app/test-pmd/ - F: doc/guides/testpmd_app_ug/ - - Flow performance tool --M: Wisam Jaddo -+M: Wisam Jaddo - F: app/test-flow-perf/ - F: doc/guides/tools/flow-perf.rst - -@@ -1569,7 +1569,7 @@ M: Marko Kovacevic + F: doc/guides/nics/features/vdev_netvsc.ini +@@ -1494,7 +1494,7 @@ M: Marko Kovacevic F: examples/fips_validation/ F: doc/guides/sample_app_ug/fips_validation.rst