[dpdk-dev] [PATCH v5 0/5] fix issues in packet capture framework

Reshma Pattan reshma.pattan at intel.com
Fri Jun 24 18:36:18 CEST 2016


This patchset includes listed fixes
1)fix default socket path in pdump library.
2)fix coverity issues in pdump library.
3)fix coverity issues in pdump tool.
4)fix wrong typecast of ring size in pdump tool.

v5:
changes are done to default socket paths
now default socket path will be /var/run/.dpdk/pdump_sockets
for root users and HOME/.dpdk/pdump_sockets for nonroot users.

v4:
added new patch for fixing wrong typecast of ring size
in pdump tool.

v3:
added new patch for fixing default socket paths "HOME" and "/var/run".
reworked coverity fixes on top of the above change.

v2:
fixed code review comment to use snprintf instead of strncpy.


Reshma Pattan (5):
  pdump: fix default socket path
  pdump: check getenv return value
  pdump: fix string overflow
  app/pdump: fix string overflow
  app/pdump: fix type casting of ring size

 app/pdump/main.c             |  6 ++--
 lib/librte_pdump/rte_pdump.c | 78 +++++++++++++++++++++++++++++++++++---------
 2 files changed, 65 insertions(+), 19 deletions(-)

-- 
2.5.0



More information about the dev mailing list