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 D407D1B3B5 for ; Thu, 7 Feb 2019 14:27:13 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 191A488E7E; Thu, 7 Feb 2019 13:27:13 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.33.36.135]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2A11B690EC; Thu, 7 Feb 2019 13:27:11 +0000 (UTC) From: Kevin Traynor To: Hyong Youb Kim Cc: dpdk stable Date: Thu, 7 Feb 2019 13:25:13 +0000 Message-Id: <20190207132614.20538-7-ktraynor@redhat.com> In-Reply-To: <20190207132614.20538-1-ktraynor@redhat.com> References: <20190207132614.20538-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 07 Feb 2019 13:27:13 +0000 (UTC) Subject: [dpdk-stable] patch 'net/enic: remove useless include' has been queued to LTS release 18.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: , X-List-Received-Date: Thu, 07 Feb 2019 13:27:14 -0000 Hi, FYI, your patch has been queued to LTS release 18.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/14/19. 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. Kevin Traynor --- >>From a643961a42aab273a28639bcab1a4e33e2250c2d Mon Sep 17 00:00:00 2001 From: Hyong Youb Kim Date: Mon, 14 Jan 2019 07:01:21 -0800 Subject: [PATCH] net/enic: remove useless include [ upstream commit a1c40a3a3bcb45f70006c037a2baded192e5bdb9 ] libgen.h is not used, so do not include it. Fixes: fefed3d1e62c ("enic: new driver") Signed-off-by: Hyong Youb Kim --- drivers/net/enic/enic_clsf.c | 2 -- drivers/net/enic/enic_main.c | 1 - 2 files changed, 3 deletions(-) diff --git a/drivers/net/enic/enic_clsf.c b/drivers/net/enic/enic_clsf.c index 9d95201ec..9e9e548c2 100644 --- a/drivers/net/enic/enic_clsf.c +++ b/drivers/net/enic/enic_clsf.c @@ -4,6 +4,4 @@ */ -#include - #include #include diff --git a/drivers/net/enic/enic_main.c b/drivers/net/enic/enic_main.c index c3869de36..406f92a80 100644 --- a/drivers/net/enic/enic_main.c +++ b/drivers/net/enic/enic_main.c @@ -9,5 +9,4 @@ #include #include -#include #include -- 2.19.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2019-02-07 13:19:55.675100938 +0000 +++ 0007-net-enic-remove-useless-include.patch 2019-02-07 13:19:55.000000000 +0000 @@ -1,12 +1,13 @@ -From a1c40a3a3bcb45f70006c037a2baded192e5bdb9 Mon Sep 17 00:00:00 2001 +From a643961a42aab273a28639bcab1a4e33e2250c2d Mon Sep 17 00:00:00 2001 From: Hyong Youb Kim Date: Mon, 14 Jan 2019 07:01:21 -0800 Subject: [PATCH] net/enic: remove useless include +[ upstream commit a1c40a3a3bcb45f70006c037a2baded192e5bdb9 ] + libgen.h is not used, so do not include it. Fixes: fefed3d1e62c ("enic: new driver") -Cc: stable@dpdk.org Signed-off-by: Hyong Youb Kim --- @@ -26,7 +27,7 @@ #include #include diff --git a/drivers/net/enic/enic_main.c b/drivers/net/enic/enic_main.c -index 621a984a0..2652949a2 100644 +index c3869de36..406f92a80 100644 --- a/drivers/net/enic/enic_main.c +++ b/drivers/net/enic/enic_main.c @@ -9,5 +9,4 @@