diff --git a/tools/dpdk-version.sh b/tools/dpdk-version.sh deleted file mode 100755 index 0a042bfd..00000000 --- a/tools/dpdk-version.sh +++ /dev/null @@ -1,133 +0,0 @@ -#!/usr/bin/env sh -# -# Copyright(c) <2020-2024> Intel Corporation. All rights reserved. -# -# SPDX-License-Identifier: BSD-3-Clause -# -# Locate the rte_version.h file and parse out the version strings. -# -# If RTE_SDK is set, then it is used to locate the file. If the -# RTE_SDK variable is not set then the current working directory -# is used. -# -# See usage below for more details. -# - -fname=rte_version.h - -usage() { - cat <