[PATCH 6/6] crypto/dpaa2_sec: add support for env variables
Stephen Hemminger
stephen at networkplumber.org
Mon Aug 10 17:16:20 CEST 2026
On Mon, 10 Aug 2026 16:59:51 +0530
Gagandeep Singh <g.singh at nxp.com> wrote:
> Allow driver configuration via environment variables as a fallback
> when devargs are not provided. After processing devargs (or when
> devargs are absent), check DRIVER_STRICT_ORDER and DRIVER_DUMP_MODE
> environment variables to set en_loose_ordered and dpaa2_sec_dp_dump.
>
> This lets users configure the driver without modifying EAL arguments,
> useful in environments where command-line access is restricted.
>
> Signed-off-by: Gagandeep Singh <g.singh at nxp.com>
No. This is bad precedent. DPDK has a method for configuration.
Adding AdHoc environment variables creates chaos.
More information about the dev
mailing list