[dpdk-dev] [PATCH 1/2 v2] string: deprecate rte_snprintf

2014-06-27 Thread Thomas Monjalon
> The function rte_snprintf serves no useful purpose. It is the > same as snprintf() for all valid inputs. Deprecate it and > replace all uses in current code. > > Leave the tests for the deprecated function in place. > > Signed-off-by: Stephen Hemminger Acked-by: Thomas Monjalon Applied for

[dpdk-dev] [PATCH 1/2 v2] string: deprecate rte_snprintf

2014-06-24 Thread Stephen Hemminger
The function rte_snprintf serves no useful purpose. It is the same as snprintf() for all valid inputs. Deprecate it and replace all uses in current code. Leave the tests for the deprecated function in place. Signed-off-by: Stephen Hemminger --- v2 -- don't remove rte_snprintf, deprecate instead