Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[demikernel] Enhancement: prepare to publish new versions on crates.io #1416

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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) - [irene.zhang@microsoft.com](mailto:irene.zhang@microsoft.com)
- [Anand Bonde](https://github.com/anandbonde) - [abonde@microsoft.com](mailto:abonde@microsoft.com)
- [Pedro Henrique Penna](https://github.com/ppenna) - [ppenna@microsoft.com](mailto:ppenna@microsoft.com)

> 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) - [irene.zhang@microsoft.com](mailto:irene.zhang@microsoft.com)
- [Anand Bonde](https://github.com/anandbonde) - [abonde@microsoft.com](mailto:abonde@microsoft.com)

## 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) - [irene.zhang@microsoft.com](mailto:irene.zhang@microsoft.com)
- [Anand Bonde](https://github.com/anandbonde) - [abonde@microsoft.com](mailto:abonde@microsoft.com)

## 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) - [irene.zhang@microsoft.com](mailto:irene.zhang@microsoft.com)
- [Anand Bonde](https://github.com/anandbonde) - [abonde@microsoft.com](mailto:abonde@microsoft.com)

## Trademark Notice

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