Hi,
> -----Original Message-----
> From: Bie, Tiwei
> Sent: Monday, December 3, 2018 2:59 AM
> To: dev@dpdk.org
> Cc: Pattan, Reshma <reshma.pat...@intel.com>; Mcnamara, John
> <john.mcnam...@intel.com>; Kovacevic, Marko <marko.kovace...@intel.com>
> Subject: [PATCH] pdump: remove deprecated APIs
>
> 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 <tiwei....@intel.com>
> ---
> changes:
> - update release notes;
> - minor updates in pdump_lib.rst;
>
> app/test-pmd/testpmd.c | 2 +-
> doc/guides/prog_guide/pdump_lib.rst | 18 ++++--------------
> doc/guides/rel_notes/deprecation.rst | 7 -------
> doc/guides/rel_notes/release_19_02.rst | 6 +++++-
> lib/librte_pdump/Makefile | 2 +-
> lib/librte_pdump/meson.build | 2 +-
> lib/librte_pdump/rte_pdump.c | 9 +--------
> lib/librte_pdump/rte_pdump.h | 34
> +---------------------------------
> lib/librte_pdump/rte_pdump_version.map | 1 -
> 9 files changed, 14 insertions(+), 67 deletions(-)
>
Reviewed-by: Reshma Pattan <reshma.pat...@intel.com>
Acked-by: Reshma Pattan <reshma.pat...@intel.com>