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 8CF87A0AC5 for ; Sat, 4 May 2019 23:20:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 66BFB1F28; Sat, 4 May 2019 23:20:28 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 146F9A49; Sat, 4 May 2019 23:20:27 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9C90A20CCC; Sat, 4 May 2019 17:20:25 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sat, 04 May 2019 17:20:25 -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=GwKJ+7S1oBGmWs+2l+dDNft/lOLSFiCUeUQbg9gqboc=; b=bkhmxKRYtCEf UtEUF7KIvfDCHTcIk/R7hkq7Xs55ny3pNiGeYwsIt1TBHTbYETfVoSh44d9dvgww amNVvwVZMpm6DyAVppT9SBBCEGYdrWhdsBUABaW4AYqpUmnK7W7eXbXKHt1RUpVy nmiyw3pLcTnp2qbTu/tj4/U3TW+qD24= 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=GwKJ+7S1oBGmWs+2l+dDNft/lOLSFiCUeUQbg9gqb oc=; b=e6fLIm9uv0Vnfhs6m5B1Fn0soIWIsZpiE81uQV4QKOUH+6oOCncwDw0dQ 9ZLpfdn50dcX5e8dfClPcHQhpEmYPPUAR07A20DBXipxLOWEI0l9pmUZJGPsMl3l CZKIpzarLkQ+CPqyGaRr4Rjoa9BuY3hZgyVbnBg2sKorXXMXo1ooM2BVKusuY1hr WSAzXaSYQvl0e2vms0do9INhYwCoAMpsiQaZKTO6RKSnWwC4ztIphRw/1LCSSCA4 KdXV/j9VVFnkEm0hZAVxfFdyet6TvwC28bqRQgbkG/MYdIFHG+75c7uJ3f7KLX3p o5aTzP6iL9YAYWdPdgkHXbEepWSWQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrjeefgdduieduucetufdoteggodetrfdotf 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 167B0E4547; Sat, 4 May 2019 17:20:23 -0400 (EDT) From: Thomas Monjalon To: "Carrillo, Erik G" Cc: stable@dpdk.org, "Mcnamara, John" , "jerin.jacob@caviumnetworks.com" , "dev@dpdk.org" Date: Sat, 04 May 2019 23:20:23 +0200 Message-ID: <1756297.oqalDqqpFD@xps> In-Reply-To: References: <1556297597-29160-1-git-send-email-erik.g.carrillo@intel.com> <1556548686-32767-1-git-send-email-erik.g.carrillo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] doc: update references to removed function 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190504212023.-KiSf7eqsolQ692qtwmZYjTVMAn-nloUG91eOc4kPVA@z> > > Remove references to the (deleted) rte_event_port_enqueue_depth() function > > in the Doxygen comments for rte_event_enqueue_burst() and friends, and > > replace with references to rte_event_port_attr_get(). > > > > Fixes: 78ffab961155 ("eventdev: add port attribute function") > > Fixes: c9bf83947e2e ("eventdev: add eth Tx adapter APIs") > > Cc: stable@dpdk.org > > > > Signed-off-by: Erik Gabriel Carrillo > > Acked-by: Jerin Jacob > > > Please mark the previous version as superseded in patchwork. > > Acked-by: John McNamara Applied, thanks