vnet: store hw interface speed in kbps instead of using flags
[vpp.git] / src / plugins / avf / README.md
index 6a464a4..d1a8416 100644 (file)
@@ -4,7 +4,7 @@
 This plugins provides native device support for intel Adaptive Virtual
 Function (AVF). AVF is driver specification for current and future
 Intel Virtual Function devices. AVF defines communication channel between
-Physical Funciton (PF) and VF.
+Physical Functions (PF) and VF.
 In essence, today this driver can be used only with 
 Intel XL710 / X710 / XXV710 adapters.
 
@@ -22,7 +22,7 @@ This driver is still in experimental phase, however it shows very good
 performance numbers. Following items are not implemented (yet).
 
 * Jumbo MTU support
-* Interrupt and adaptive mode
+* Adaptive mode
 * NUMA support
 
 ## Usage
@@ -75,11 +75,11 @@ setup 0000:3b:00.0 00:11:22:33:44:00
 setup 0000:3b:00.1 00:11:22:33:44:01
 ```
 
-### Interface Cration
+### Interface Creation
 Interfaces can be dynamically created by using following CLI:
 ```
 create interface avf 0000:3b:02.0
-set int state AVF0/3b/2/0 up
+set int state avf-0/3b/2/0 up
 ```
 
 ### Interface Deletion