From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2 v2] string: deprecate rte_snprintf Date: Fri, 27 Jun 2014 02:51:30 +0200 Message-ID: <31914260.e9UfYGCWWi@xps13> References: <20140624111528.37fa0f83@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Stephen Hemminger Return-path: In-Reply-To: <20140624111528.37fa0f83-We1ePj4FEcvRI77zikRAJc56i+j3xesD0e7PPNI6Mm0@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > 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 version 1.7.0. Thanks -- Thomas