[PATCH v2] eal/unix: support ZSTD compression for firmware

Xueming Li xuemingl at nvidia.com
Wed Jul 3 11:03:09 CEST 2024


Thanks, I tried but missed the "EAL" part :-)

________________________________
From: David Marchand <david.marchand at redhat.com>
Sent: Wednesday, July 3, 2024 3:27 PM
To: Xueming Li <xuemingl at nvidia.com>
Cc: dev at dpdk.org <dev at dpdk.org>; Yu Jiang <yux.jiang at intel.com>; Bruce Richardson <bruce.richardson at intel.com>; stable at dpdk.org <stable at dpdk.org>
Subject: Re: [PATCH v2] eal/unix: support ZSTD compression for firmware

On Wed, Jul 3, 2024 at 9:12 AM Xueming Li <xuemingl at nvidia.com> wrote:
>
> Hi David,
>
> I get unix compilation failure when backporting this patch to 23.11 LTS, the EAL_LOG macro is not backported to 23.11 LTS, any suggestion?

Like other logging calls in this same file, you can replace
EAL_LOG(level, fmt, args); with a simple RTE_LOG(level, EAL, fmt "\n",
args);
Am I missing something?
--------


--
David Marchand

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240703/eaa24af3/attachment.htm>


More information about the dev mailing list