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 0735CA046B for ; Mon, 22 Jul 2019 19:11:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 89FAF1BF70; Mon, 22 Jul 2019 19:11:09 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 6265D1BF35; Mon, 22 Jul 2019 19:11:04 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 3DD5650B; Mon, 22 Jul 2019 13:11:03 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 22 Jul 2019 13:11:03 -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=bLNWrqW6X3fv29wD+s27bUeZctYRm+ZzPRBCcaRVmwY=; b=locS3FqMd6/Q ZhucTcZPEaOAbFyInm4Ll3AHBBqwGz8igtqFdSMN/Kex0kGt2f3At6z5ajYCBIKY 7dzzaEgUNzml29MuKnc4QVf88aGFrzLe2mE+QIcgxHcOGAZeWQcj4OlygxqR5RcA WeIySqojYytaC5aWzQoGox4sDHB1Ecw= 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=fm3; bh=bLNWrqW6X3fv29wD+s27bUeZctYRm+ZzPRBCcaRVm wY=; b=qpeZ0k4SGgzuA5FsUNrVwNF6XUmfav4PVz8ZKJ8EDjX1WTpyY2ceuSN/B 3Rhtpf/h4QjOARmoIAH4W74luxjbNUJakPhUTonHM/7alBFEaQo3oSUoMaPPepOi J1ljy4Pjc0ANDuC4GVxs6ds13YlqzrVDNTW99f5TBDwyci1AVSrpV6z2XD5CZ1AW 3L2Dmy+3j1XlHMu+PcXbGOEJl2hOV5SkSQDnufxTSXz8RazXgTUtJdHHEQnDxJMy /AISJCFgY+lT1EIotSFdv5RcmRV/ZSCJ7a4nXxU1AWaLYxw3rpS/xhBloydY2LTh OPVlNRUeF0g/oVsuhT3tU6ZNl4FJg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrjeeggdduudefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C3A1C380075; Mon, 22 Jul 2019 13:11:00 -0400 (EDT) From: Thomas Monjalon To: "Zapolski, MarcinX A" Cc: dev@dpdk.org, "Ananyev, Konstantin" , "Richardson, Bruce" , stable@dpdk.org Date: Mon, 22 Jul 2019 19:10:59 +0200 Message-ID: <3467141.CDSSb380cO@xps> In-Reply-To: <2601191342CEEE43887BDE71AB9772580168A58C9C@irsmsx105.ger.corp.intel.com> References: <20190722114701.1001-1-marcinx.a.zapolski@intel.com> <2601191342CEEE43887BDE71AB9772580168A58C9C@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] examples/ip_frag: fix stale content of eth info 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" 22/07/2019 14:21, Ananyev, Konstantin: > From: Marcin Zapolski > > The eth_dev_info was used with content that was obsolete. Added update > > of struct content prior to use. > > > > Fixes: 6b7780bfebe4 ("examples/ip_frag: fix use of ethdev internal device array") Cc: stable@dpdk.org > > > > Signed-off-by: Marcin Zapolski > > Acked-by: Konstantin Ananyev Looks like previous patch was not tested :) Applied, thanks