diff options
author | Damjan Marion <damarion@cisco.com> | 2019-06-14 18:38:03 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-06-14 19:31:38 +0000 |
commit | 72280f817a0dd8baa9711ef67ec8b795547a6f6d (patch) | |
tree | a419a8982e86f0b361c44849507a2ecc6de5b5f8 | |
parent | b00b510cd09418c266c515319a3ecdff42be7b5c (diff) |
avf: update known issues section in README.md
Type: docs
Change-Id: I09f6984b74ebb7ee743881b4ad496618542eeaa5
Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r-- | src/plugins/avf/README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/avf/README.md b/src/plugins/avf/README.md index 40e4f0cd040..7aa2661fbba 100644 --- a/src/plugins/avf/README.md +++ b/src/plugins/avf/README.md @@ -19,11 +19,7 @@ vfio driver can still be used with recent kernels which support no-iommu mode. ##Known issues This driver is still in experimental phase, however it shows very good -performance numbers. Following items are not implemented (yet). - -* Jumbo MTU support -* Adaptive mode -* NUMA support +performance numbers. ## Usage ### System setup |