Re: [PATCH] eal/unix: support ZSTD compression for firmwares

2024-05-13 Thread David Marchand
On Wed, May 8, 2024 at 12:50 PM Bruce Richardson wrote: > > On Wed, May 08, 2024 at 11:52:14AM +0200, David Marchand wrote: > > Ubuntu 24.04 started to compress firmwares with ZSTD compression. > > > > Bugzilla ID: 1437 > > > > Signed-off-by: David Marchand > > --- > > lib/eal/unix/eal_firmware.

Re: [PATCH] eal/unix: support ZSTD compression for firmwares

2024-05-08 Thread Bruce Richardson
On Wed, May 08, 2024 at 11:50:02AM +0100, Bruce Richardson wrote: > On Wed, May 08, 2024 at 11:52:14AM +0200, David Marchand wrote: > > Ubuntu 24.04 started to compress firmwares with ZSTD compression. > > Minor nit, "firmware" doesn't really have a plural in English. I'd suggest using "firmware

Re: [PATCH] eal/unix: support ZSTD compression for firmwares

2024-05-08 Thread Bruce Richardson
On Wed, May 08, 2024 at 11:52:14AM +0200, David Marchand wrote: > Ubuntu 24.04 started to compress firmwares with ZSTD compression. > > Bugzilla ID: 1437 > > Signed-off-by: David Marchand > --- > lib/eal/unix/eal_firmware.c | 42 + > 1 file changed, 33 insert

[PATCH] eal/unix: support ZSTD compression for firmwares

2024-05-08 Thread David Marchand
Ubuntu 24.04 started to compress firmwares with ZSTD compression. Bugzilla ID: 1437 Signed-off-by: David Marchand --- lib/eal/unix/eal_firmware.c | 42 + 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/lib/eal/unix/eal_firmware.c b/lib/eal/unix