From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hyong Youb Kim Subject: Re: [PATCH v3 3/4] fix global variable issues Date: Mon, 29 Oct 2018 15:57:56 +0900 Message-ID: <20181029065755.GA14744@HYONKIM-7R0DR.cisco.com> References: <20181005162612.31906-1-ferruh.yigit@intel.com> <20181028235741.12354-1-ferruh.yigit@intel.com> <20181028235741.12354-3-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ashish Gupta , Fiona Trahe , Pablo de Lara , Jerin Jacob , John Daley , Nikhil Rao , dev@dpdk.org, stable@dpdk.org To: Ferruh Yigit Return-path: Content-Disposition: inline In-Reply-To: <20181028235741.12354-3-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, Oct 28, 2018 at 11:57:40PM +0000, Ferruh Yigit wrote: > Various fixes related to the global variable usage. > > Fixes: 43e610bb8565 ("compress/octeontx: introduce octeontx zip PMD") > Fixes: c378f084d6e3 ("compress/octeontx: add device setup ops") > Fixes: b43ebc65aada ("compress/octeontx: create private xform") > Fixes: b1ce8ebd97ba ("eventdev: add PMD callbacks for eth Rx adapter") > Fixes: 3810ae435783 ("eventdev: add interrupt driven queues to Rx adapter") > Fixes: fefed3d1e62c ("enic: new driver") > Cc: stable@dpdk.org > [...] > diff --git a/drivers/net/enic/enic_ethdev.c b/drivers/net/enic/enic_ethdev.c > index 1a129f414..996bb5542 100644 > --- a/drivers/net/enic/enic_ethdev.c > +++ b/drivers/net/enic/enic_ethdev.c > @@ -1030,7 +1030,6 @@ static int enic_check_devargs(struct rte_eth_dev *dev) > return 0; > } > > -struct enic *enicpmd_list_head = NULL; > /* Initialize the driver > * It returns 0 on success. > */ For net/enic. Acked-by: Hyong Youb Kim Thank you. -Hyong