Re: [PATCH] crypto/ipsec_mb: require minimum version 2.0 for IPsec MB
Radu Nicolau <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On 11-Aug-26 4:53 PM, Stephen Hemminger wrote: > On Tue, 11 Aug 2026 11:26:35 +0000 > Radu Nicolau <[email protected]> wrote: > >> Increase the minimum required IPsec MB library version to 2.0 >> As a consequence, clean up the aesni_mb PMD code. >> >> Signed-off-by: Radu Nicolau <[email protected]> >> --- > What happens if user has out of date library? > Is it detected at build config time with reasonable warning? At config time the PMDs will be disabled with a warning explaining the reason: "IPSec_MB version >= 2.0.0 is required, found version 1.5.0". > What was release date? > Debian changelog says 2.0 was introduced in 18 Sep 2024 > and is Debian stable (trixie). According to https://github.com/intel/intel-ipsec-mb/releases#release-v2.0 it's November 2024