From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id DCE971B129; Tue, 12 Feb 2019 14:33:02 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2D8BE221CB; Tue, 12 Feb 2019 08:33:02 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 12 Feb 2019 08:33:02 -0500 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=vODr/Ji5ZFGqxZmkuGodgIJ3JhQV+ZdH4lg3AxBNLXY=; b=dzbyVn39Vyf9 pucxgtKd+JS6QSf4tznd4kwt7sYhoDVWNlMlkf501aQqovvzhAny9v/HENNtTo1z bbRUbmkgHzE3AM8btTkotrTRPZLU0GXLLlYOSzfUgULsM6uup16opNdREuUEkghR zDSQFsQGIYTL97R8Ym6z32GKC8qrLVI= 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=vODr/Ji5ZFGqxZmkuGodgIJ3JhQV+ZdH4lg3AxBNL XY=; b=8Rp02Wo+aKIQenhB3z9lzjaU3a81pSyT+RZ+3KMyvoRByoswd4mlgJ/Bz oiHJRTL0nXWWQxjQV0I6sAlC/08/vFOChq3jcSrA2yZ4vQ8Z27Fu8o53Eaokkd9W cOZ1LULiKTw6ouvvL06EvCrjTqprMjtEgxguHHmkQgTM9mBDJJNRvwmWQwRVaNB6 4hdzIQzMqFxdsJ2hWyHtLEeUrqJXkFwfocbJ7m3bwcuusq4wvZ3FvS+IescmxHui xc0GJcVsSJCXWfrA4V+Ary6SrCeAFybeOMs+BsaAkZuzTDE7fpb7b0Y+MNog6hJZ KxsKJJgx0/CVce2F0m7KWfFuhSx5Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledruddtuddgheefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 EC5F310288; Tue, 12 Feb 2019 08:33:00 -0500 (EST) From: Thomas Monjalon To: Rami Rosen Cc: stable@dpdk.org, dev@dpdk.org, olivier.matz@6wind.com Date: Tue, 12 Feb 2019 14:32:59 +0100 Message-ID: <10403392.fDAfbJG1sa@xps> In-Reply-To: <20190211185218.13067-1-ramirose@gmail.com> References: <20190211185218.13067-1-ramirose@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH ] mbuf: fix a typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2019 13:33:03 -0000 11/02/2019 19:52, Rami Rosen: > This trivial patch fixes a typo in rte_mbuf.h. > > Fixes: f20b50b946da ("mbuf: optimize refcnt update") > Cc: stable@dpdk.org > Signed-off-by: Rami Rosen Applied, thanks