[PATCH] rust: support DPDK API
Stephen Hemminger
stephen at networkplumber.org
Mon Mar 10 16:00:58 CET 2025
On Thu, 6 Mar 2025 15:37:13 +0200
Gregory Etelson <getelson at nvidia.com> wrote:
> diff --git a/examples/rust/helloworld/Cargo.toml b/examples/rust/helloworld/Cargo.toml
> new file mode 100644
> index 0000000000..7f9a77968a
> --- /dev/null
> +++ b/examples/rust/helloworld/Cargo.toml
> @@ -0,0 +1,7 @@
> +[package]
> +name = "helloworld"
> +version = "0.1.0"
> +edition = "2024"
> +
> +[dependencies]
> +dpdklib = {path = "MESON_INSTALL_DESTDIR_PREFIX/rust"}
> \ No newline at end of file
Bad practice.
Don't forget EOL
More information about the dev
mailing list