e4ffa2d3dc
The changes include
1)If mkdir fails for user passed socket paths log error and return.
2)At some places return value was set to errno and that non-negative number
was returned, but the intention was to return negative value.
So now rte_errno was set to errno and returning the actual negative value
that the APIs has returned.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
rte_pdump_version.map | ||
rte_pdump.c | ||
rte_pdump.h |