Skip to content

Commit

Permalink
docs: clarify dpdk usage scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Feb 5, 2021
1 parent 8740fa5 commit b1d0337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dpdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

This document describes how to run Kube-OVN with OVS-DPDK.

*Note*: Kube-OVN with OVS-DPDK provides a vhost-user raw socket to container for DPDK applications like Testpmd and L2fwd to manipulate network traffic in userspace. Regular applications like Nginx will not work.

## Prerequest
- Kubernetes >= 1.11
Expand Down

2 comments on commit b1d0337

@junka
Copy link
Contributor

@junka junka commented on b1d0337 Feb 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really, if you could run kubevirt, then the socket file is able to be taken by a vm in container.

@oilbeater
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really, if you could run kubevirt, then the socket file is able to be taken by a vm in container.

@junka can you add a example about how to use ovs-dpdk with kubevirt?

Please sign in to comment.