From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH] eal: remove rte_snprintf Date: Fri, 26 Sep 2014 11:14:48 -0400 Message-ID: <20140926151448.GC5619@hmsreliant.think-freely.org> References: <1411742384-29216-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: Content-Disposition: inline In-Reply-To: <1411742384-29216-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@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" On Fri, Sep 26, 2014 at 04:39:44PM +0200, Thomas Monjalon wrote: > The function rte_snprintf() was deprecated in version 1.7.0 > (commit 6f41fe75e2dd). > It's now totally removed. > > Signed-off-by: Thomas Monjalon Acked-by: Neil Horman >