X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_18_02.rst;h=6c755bf7771bbe8d250f8a3e4c55fec8305ae718;hb=d6bde6b5eae9f179ed723e5e7a3f84e29be2d1f1;hp=51b43f9d1dd0dc8226d7081c446b9bda257df3e9;hpb=1060591eada56a1ba8a14b817d0f1f24fd76b6be;p=dpdk.git diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index 51b43f9d1d..6c755bf777 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -75,6 +75,23 @@ New Features rte_flow. This patch is to support igb NIC with existing RSS configuration using rte_flow API. +* **Add AVF (Adaptive Virtual Function) net PMD.** + + A new net PMD has been added, which supports Intel® Ethernet Adaptive + Virtual Function (AVF) with features list below: + + * Basic Rx/Tx burst + * SSE vectorized Rx/Tx burst + * Promiscuous mode + * MAC/VLAN offload + * Checksum offload + * TSO offload + * Jumbo frame and MTU setting + * RSS configuration + * stats + * Rx/Tx descriptor status + * Link status update/event + API Changes -----------