Skip to content

Commit

Permalink
[demikernel] Enhancement: prepare to publish new versions on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbonde committed Oct 1, 2024
1 parent d55a89c commit 3d65a5d
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "demikernel"
version = "1.5.13"
version = "1.5.14"
authors = ["Microsoft Corporation"]
edition = "2021"
description = "Kernel-Bypass LibOS Architecture"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ maintainers of the project:

- [Irene Zhang](https://github.com/iyzhang) - [[email protected]](mailto:[email protected])
- [Anand Bonde](https://github.com/anandbonde) - [[email protected]](mailto:[email protected])
- [Pedro Henrique Penna](https://github.com/ppenna) - [[email protected]](mailto:[email protected])

> By sending feedback, you are consenting that it may be used in the further
> development of this project.
Expand Down
2 changes: 1 addition & 1 deletion dpdk_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "demikernel-dpdk-bindings"
version = "1.1.6"
version = "1.1.7"
authors = ["Microsoft Corporation"]
edition = "2021"
description = "Rust Bindings for Libdpdk"
Expand Down
11 changes: 11 additions & 0 deletions dpdk_bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ We have tested this crate on Windows and Linux.

## Prerequisites
- Install DPDK.
- Set the env. var CFLAGS to add include path to DPDK installation for header files. (-I<path_to_dpdk_headers>)
- Set the env. var LIBDPDK_PATH to point to the root of the DPDK installation.

## Related crates:
Expand All @@ -15,6 +16,16 @@ https://crates.io/search?q=demikernel
We welcome comments and feedback. By sending feedback, you are consenting that
it may be used in the further development of this project.

## Usage Statement

This project is a prototype. As such, we provide no guarantees that it will
work and you are assuming any risks with using the code. We welcome comments
and feedback. Please send any questions or comments to one of the following
maintainers of the project:

- [Irene Zhang](https://github.com/iyzhang) - [[email protected]](mailto:[email protected])
- [Anand Bonde](https://github.com/anandbonde) - [[email protected]](mailto:[email protected])

## Trademark Notice

This project may contain trademarks or logos for projects, products, or
Expand Down
3 changes: 2 additions & 1 deletion network_simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "demikernel-network-simulator"
version = "0.1.0"
version = "0.1.1"
authors = ["Microsoft Corporation"]
edition = "2021"
description = "Network Testing Tool for Demikernel"
Expand All @@ -20,6 +20,7 @@ lrlex = "0.13.7"
lrpar = "0.13.7"

[dependencies]
anyhow = "1.0.89"
clap = "4.5.15"

[[bin]]
Expand Down
10 changes: 10 additions & 0 deletions network_simulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ https://crates.io/search?q=demikernel
We welcome comments and feedback. By sending feedback, you are consenting that
it may be used in the further development of this project.

## Usage Statement

This project is a prototype. As such, we provide no guarantees that it will
work and you are assuming any risks with using the code. We welcome comments
and feedback. Please send any questions or comments to one of the following
maintainers of the project:

- [Irene Zhang](https://github.com/iyzhang) - [[email protected]](mailto:[email protected])
- [Anand Bonde](https://github.com/anandbonde) - [[email protected]](mailto:[email protected])

## Trademark Notice

This project may contain trademarks or logos for projects, products, or
Expand Down
2 changes: 1 addition & 1 deletion xdp_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "demikernel-xdp-bindings"
version = "1.0.0"
version = "1.0.1"
authors = ["Microsoft Corporation"]
edition = "2021"
description = "Rust Bindings for XDP"
Expand Down
10 changes: 10 additions & 0 deletions xdp_bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ https://crates.io/search?q=demikernel
We welcome comments and feedback. By sending feedback, you are consenting that
it may be used in the further development of this project.

## Usage Statement

This project is a prototype. As such, we provide no guarantees that it will
work and you are assuming any risks with using the code. We welcome comments
and feedback. Please send any questions or comments to one of the following
maintainers of the project:

- [Irene Zhang](https://github.com/iyzhang) - [[email protected]](mailto:[email protected])
- [Anand Bonde](https://github.com/anandbonde) - [[email protected]](mailto:[email protected])

## Trademark Notice

This project may contain trademarks or logos for projects, products, or
Expand Down

0 comments on commit 3d65a5d

Please sign in to comment.