From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pmd: Fixed compilation error due to old RTE_DRV_LOG when bypass=y Date: Thu, 09 Oct 2014 20:38:05 +0200 Message-ID: <141288571.BedMkrLIpZ@xps13> References: <1412202445-7832-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Pablo de Lara Return-path: In-Reply-To: <1412202445-7832-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@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" 2014-10-01 23:27, Pablo de Lara: > RTE_DRV_LOG macro has changed, so now it requires at least 2 arguments, > which have been added in ixgbe_bypass, specifying log type, to fix compilation error > > Signed-off-by: Pablo de Lara Acked-by: Thomas Monjalon Applied with this commit log: ixgbe: fix build with bypass enabled Since commit aae1047905621 ("use the right debug macro"), DEBUGOUT was replaced by PMD_DRV_LOG which requires at least 2 arguments. But the level argument was missing. Thanks -- Thomas