Re: [dpdk-dev] [PATCH] pdump: remove deprecated APIs

2018-12-18 Thread Thomas Monjalon
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()` >

Re: [dpdk-dev] [PATCH] pdump: remove deprecated APIs

2018-12-13 Thread Pattan, Reshma
Hi, > -Original Message- > From: Bie, Tiwei > Sent: Monday, December 3, 2018 2:59 AM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Mcnamara, John > ; Kovacevic, Marko > Subject: [PATCH] pdump: remove deprecated APIs > > We already changed to use generic IPC in pdump since below commit: > >

[dpdk-dev] [PATCH] pdump: remove deprecated APIs

2018-12-02 Thread Tiwei Bie
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 t