Re: [dpdk-dev] [PATCH v2 0/2] Support compressed firmwares

2021-06-14 Thread David Marchand
On Thu, Jun 3, 2021 at 6:55 PM David Marchand wrote: > > Fedora 34 only provides compressed firmwares. > > Introduce an internal driver helper to handle transparently compression. > > I chose libarchive for decompressing as it seems widely available and > DPDK had used it in the past. > > Windows

[dpdk-dev] [PATCH v2 0/2] Support compressed firmwares

2021-06-03 Thread David Marchand
Fedora 34 only provides compressed firmwares. Introduce an internal driver helper to handle transparently compression. I chose libarchive for decompressing as it seems widely available and DPDK had used it in the past. Windows support only matters for net/ice and firmware loading was skipped in