[PATCH 1/2] 4-final-review: add new rte_version.h path

Luca Boccassi bluca at debian.org
Sun Apr 23 12:48:55 CEST 2023


On Sun, 23 Apr 2023 at 10:48, Xueming Li <xuemingl at nvidia.com> wrote:
>
> Adds new path of rte_version.h
>
> Signed-off-by: Xueming Li <xuemingl at nvidia.com>
> ---
>  4-final-review | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/4-final-review b/4-final-review
> index 4aa4a75..9eab987 100755
> --- a/4-final-review
> +++ b/4-final-review
> @@ -8,6 +8,8 @@ if [ -r "$DPDK_DIR/lib/librte_eal/include/rte_version.h" ]; then
>         VERSION_HEADER="$DPDK_DIR/lib/librte_eal/include/rte_version.h"
>  elif [ -r "$DPDK_DIR/lib/librte_eal/common/include/rte_version.h" ]; then
>         VERSION_HEADER="$DPDK_DIR/lib/librte_eal/common/include/rte_version.h"
> +elif [ -r "$DPDK_DIR/lib/eal/include/rte_version.h" ]; then
> +       VERSION_HEADER="$DPDK_DIR/lib/eal/include/rte_version.h"
>  else
>         echo "Cannot find rte_version.h"
>         exit 1

Acked-by: Luca Boccassi <bluca at debian.org>


More information about the stable mailing list