From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pdump: remove deprecated APIs Date: Wed, 19 Dec 2018 01:28:34 +0100 Message-ID: <1823063.GcL0YiMCMi@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Pattan, Reshma" , "Mcnamara, John" , "Kovacevic, Marko" To: "Bie, Tiwei" 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) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A3EA30F@irsmsx110.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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