[PATCH] eal: add const to init function parameter
Stephen Hemminger
stephen at networkplumber.org
Thu Nov 2 19:55:41 CET 2023
On Thu, 2 Nov 2023 18:11:48 +0000
Bruce Richardson <bruce.richardson at intel.com> wrote:
> From: Bruce Richardson <bruce.richardson at intel.com>
> To: dev at dpdk.org
> Cc: stephen at networkplumber.org, Bruce Richardson <bruce.richardson at intel.com>
> Subject: [PATCH] eal: add const to init function parameter
> Date: Thu, 2 Nov 2023 18:11:48 +0000
> X-Mailer: git-send-email 2.39.2
>
> Change the parameter type of argv parameter to rte_eal_init from
> "char **" to "char * const *", since we don't modify the argv pointers
> passed in.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Looks good but probably needs to cascade down a few more levels
More information about the dev
mailing list