app/pdump: add command line options for socket paths
authorReshma Pattan <reshma.pattan@intel.com>
Wed, 13 Jul 2016 16:29:09 +0000 (17:29 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 16 Jul 2016 09:31:37 +0000 (11:31 +0200)
commita5f51527b3157c32a7ac10f7f3ce147fa0211b5d
treeea1a126ce7a8cb134665ccbbd4839d4482ade2ff
parente4ffa2d3dc7fcb2318db78ee963f5a3726a094b7
app/pdump: add command line options for socket paths

Since users of the pdump library and tool can chose to have their own
server and client paths, it is must for the pdump tool to use the same
server socket path that was used by primary application while
initializing packet capture framework by rte_pdump_init() or
rte_pdump_set_socket_dir() APIs.

To pass the socket path info to pdump tool a new optional command
line options "server-socket-path" and "client-socket-path" are added.

"client-socket-path" is also added, if the users want to have client
sockets in their own defined paths.

Updated pdump tool guide with the new changes.

Fixes: caa7028276b8 ("app/pdump: add tool for packet capturing")

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/pdump/main.c
doc/guides/sample_app_ug/pdump.rst