> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan > Sent: Friday, June 24, 2016 5:36 PM > To: dev at dpdk.org > Cc: Pattan, Reshma <reshma.pattan at intel.com> > Subject: [dpdk-dev] [PATCH v5 1/5] pdump: fix default socket path > > SOCKET_PATH_HOME is to specify environment variable "HOME", so it should > not contain "/pdump_sockets" in the macro. > So removed "/pdump_sockets" from SOCKET_PATH_HOME and SOCKET_PATH_VAR_RUN. > New changes will create pdump sockets under /var/run/.dpdk/pdump_sockets > for root users and under HOME/.dpdk/pdump_sockets for non root users. > Changes are done in pdump_get_socket_path() to accommodate new socket path > changes. > > Fixes: 278f945402c5 ("pdump: add new library for packet capture") > > Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>