[PATCH v2] eal/unix: support ZSTD compression for firmware
David Marchand
david.marchand at redhat.com
Mon May 13 13:47:04 CEST 2024
Hello Bruce,
On Mon, May 13, 2024 at 1:37 PM Bruce Richardson
<bruce.richardson at intel.com> wrote:
> > @@ -16,6 +16,8 @@
> > #include "eal_firmware.h"
> > #include "eal_private.h"
> >
> > +static const char * const compression_algorithms[] = { "xz", "zst" };
> Very minor nit: these are the suffixes used to find the files, more than
> they are the compression algorithms. There I'd suggest renaming to
> "compression_suffixes".
> [Perhaps just fix on apply if taking this suggestion]
I'll fix when applying.
Thanks for the review and tests.
--
David Marchand
More information about the dev
mailing list