From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 9FF81A045E for ; Thu, 30 May 2019 00:31:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5919A1B950; Thu, 30 May 2019 00:31:20 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 0772C4F91; Thu, 30 May 2019 00:31:16 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 873F3502; Wed, 29 May 2019 18:31:14 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 29 May 2019 18:31:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=4tWAnWAM3H/f/Dv/mNr4n5QFmtRd8cjMQ6bweUVZUSI=; b=TfTioBjXyE7A 4YuppHsy33AtKgAe204mXdL+5g/aLyjsx6szsBpojYpIYaaSdafMCAT9PFfe9E2S 6dhPK8HtXOfIPQK3IYHKmd+OAJBy/dBAwzqobasjC7k1cknIE3MWhX/+uMVvKpE9 G1CAIu8ddwDYmXqH5yxoE4Pdh2VOqZY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=4tWAnWAM3H/f/Dv/mNr4n5QFmtRd8cjMQ6bweUVZU SI=; b=m+9nDXvAIbO4GvPUMxYyN2vl2VNgcK9z/7szuy2HL1YotADIuyGJBz39P oJUguYp9n0B6hhGaIXUs9QGrVEjiBJf0xNjQ3fJvuE/bvdXzvPV+WXyIIboES6Fs VF8qfzxqT6y8Ksb6KtAQANnx53qKKfLjCn4wUsZU8/wS9CY6uOZHlOT9ui05PSMM xDzJ7nNdSdlx3xvYG87BeVWxGpA15bxWthjRIKqefJ6/bPT7UMW21lZ8fdM/wpw8 Jv2gKUOMio9+hXqlUZIvqXcu8zV52f3gaesJEU+kaDwLrpeZKMu4f7p7vyCxx+AC Zy0z1IWgwRuk3KOPufnsw+MMaj+yA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddruddvkedguddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedriedrudegledruddugeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 1A7FB8005B; Wed, 29 May 2019 18:31:11 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Maxime Coquelin , stephen@networkplumber.org, stable@dpdk.org, Rahul Lakkireddy Date: Thu, 30 May 2019 00:31:10 +0200 Message-ID: <4326964.t1eMKTG8BD@xps> In-Reply-To: References: <1557906862-1116-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH 1/4] net/cxgbe: do not dereference global config struct 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" 15/05/2019 11:29, Maxime Coquelin: > > On 5/15/19 9:54 AM, David Marchand wrote: > > Prefer the existing apis rather than direct access the configuration > > structure. > > > > Fixes: 92c8a63223e5 ("cxgbe: add device configuration and Rx support") > > Cc:stable@dpdk.org > > > > Signed-off-by: David Marchand > > --- > > drivers/net/cxgbe/cxgbe_main.c | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > > Reviewed-by: Maxime Coquelin Series applied, thanks