From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 313A07E47 for ; Fri, 26 Sep 2014 17:08:35 +0200 (CEST) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XXXEQ-0007mI-1G; Fri, 26 Sep 2014 11:14:55 -0400 Date: Fri, 26 Sep 2014 11:14:48 -0400 From: Neil Horman To: Thomas Monjalon 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 Content-Disposition: inline In-Reply-To: <1411742384-29216-1-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] eal: remove rte_snprintf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 15:08:35 -0000 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 >