From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 3189E1B604 for ; Wed, 19 Dec 2018 01:28:39 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id ADAFE12D8; Tue, 18 Dec 2018 19:28:37 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 18 Dec 2018 19:28:38 -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=PlslA08+lyYv6PwkMq07zXNE9KGtFRgAQOm0bQujHwE=; b=ljJ0lYsLRVS7 FRbFurPiWT4Pw7YIFDf4QFDrDgptjfuGlL3eh4PaI+1AkYmIkIgKM0EWg8Bp3A6x Ajf7ZJJjZO285qsDNQt0zrHnP6Xdvf6azFrneurkGgnW2nSw+Eo87Plja6173WQl K6wfUSnztW4sWoN7QQX5mu2TD1B2U64= 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=fm1; bh=PlslA08+lyYv6PwkMq07zXNE9KGtFRgAQOm0bQujH wE=; b=vezmwrFAAVh2SUhHozf0ugrpc6q5sSZHHGAGw5OO7CuqWecuwilUm5uGu AbWTlqkRlrvocFoY36Wab+szZ3T+L/D7m/BWV4FcEEfT6nVSh5fCAemVh3krkz+L nee6qM2KV5CS3p2vv7JQrUlWh0CmHzCdrBJcnT563zmSu4+UYK3g2vzu58gMBUHZ RyHR+tggwIQEn9VFAxRR3+2+IFMg2iAysePLxvsjtY5m2/LhUgGQTC/N2Xn5HTfC k4HvcNy+qOogPq4W03p6XuWsI3t6l262hAdpjl+qan82mbdmvQUaRSqKPjlVbBpB IeDG9ZckZR70IJhkKuK2vi34KVYKQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudeikedgudefjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvd dtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 9D7BEE44DF; Tue, 18 Dec 2018 19:28:35 -0500 (EST) From: Thomas Monjalon To: "Bie, Tiwei" Cc: dev@dpdk.org, "Pattan, Reshma" , "Mcnamara, John" , "Kovacevic, Marko" Date: Wed, 19 Dec 2018 01:28:34 +0100 Message-ID: <1823063.GcL0YiMCMi@xps> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A3EA30F@irsmsx110.ger.corp.intel.com> References: <20181122025541.2120-1-tiwei.bie@intel.com> <20181203025857.23670-1-tiwei.bie@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A3EA30F@irsmsx110.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] pdump: remove deprecated APIs 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: Wed, 19 Dec 2018 00:28:39 -0000 13/12/2018 18:15, Pattan, Reshma: > Hi, > > From: Bie, Tiwei > > > > We already changed to use generic IPC in pdump since below commit: > > > > commit 660098d61f57 ("pdump: use generic multi-process channel") > > > > The `rte_pdump_set_socket_dir()`, the `path` parameter of `rte_pdump_init()` > > and the `enum rte_pdump_socktype` have been deprecated since then. This > > commit removes these deprecated APIs and also bumps the pdump ABI. > > > > Signed-off-by: Tiwei Bie > > > Reviewed-by: Reshma Pattan > Acked-by: Reshma Pattan Applied, thanks