X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_16_04.rst;h=6e44b8b87b70cf4aba55458b169d6cff22a3d3ea;hb=19b16e2f64420b183cb51639544679eabfca3087;hp=c3fb18aa3353e9e5a098839f16773937a6887aa7;hpb=e2366e74e0295a8b21019dd871a10c77e9adb4b2;p=dpdk.git diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index c3fb18aa33..6e44b8b87b 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -70,6 +70,8 @@ This section should contain new features added in this release. Sample format: space bytes, to boost the performance. In the meanwhile, it deprecated the legacy way via reading/writing sysfile supported by kernel module igb_uio. +* **Supported ether type setting of single and double VLAN for i40e** + * **Increased number of next hops for LPM IPv4 to 2^24.** The next_hop field is extended from 8 bits to 24 bits for IPv4. @@ -178,6 +180,9 @@ This section should contain API changes. Sample format: * The fields in ethdev structure ``rte_eth_fdir_masks`` were changed to be in big endian. +* A parameter ``vlan_type`` has been added to the function + ``rte_eth_dev_set_vlan_ether_type``. + * The LPM ``next_hop`` field is extended from 8 bits to 24 bits for IPv4 while keeping ABI compatibility.