X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_16_04.rst;h=79d76e1f6359a579f6116ffd967169be82fdbeb4;hb=c8f9e99c7abdd4b2e4aae09313ba8f12df263a2a;hp=8c355ec62adc568e037c4958c5b6e2c6cb5d58ed;hpb=e192ef80340cc1d95e6bf72c093f5e25daec2669;p=dpdk.git diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index 8c355ec62a..79d76e1f63 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -182,6 +182,8 @@ This section should contain new features added in this release. Sample format: * **Added i40e VEB switching support.** +* **Added Flow director enhancements in i40e.** + * **Added PF reset event reporting in i40e VF driver.** * **Added fm10k Rx interrupt support.** @@ -341,6 +343,12 @@ Drivers The driver now set the MDIO clock speed prior to initializing PHY ops and again after the MAC reset. +* **ixgbe: Fixed maximum number of available TX queues.** + + In IXGBE, the maximum number of TX queues varies depending on the NIC operating + mode. This was not being updated in the device information, providing + an incorrect number in some cases. + * **i40e: Generated MAC address for each VFs.** It generates a MAC address for each VFs during PF host initialization, @@ -352,6 +360,12 @@ Drivers under stress with traffic, which might result in application launch failure. +* **i40e: Enabled vector driver by default.** + + Previously, vector driver is disabled by default as it cannot fill packet type + info for l3fwd to work well. Now there is an option for l3fwd to analysis + packet type softly, so enable vector driver by default. + * **mlx5: Fixed possible crash during initialization.** A crash could occur when failing to allocate private device context. @@ -404,6 +418,11 @@ Examples other than IPv4 or IPv6, the mbuf was not released, and caused a memory leak. +* **l3fwd: Fixed using packet type blindly.** + + l3fwd makes use of packet type information without even query if devices or PMDs + really set it. For those don't set ptypes, add an option to parse it softly. + * **examples/vhost: Fixed frequent mbuf allocation failure.** vhost-switch often fails to allocate mbuf when dequeue from vring because it @@ -476,6 +495,9 @@ ABI Changes * The RETA entry size in ``rte_eth_rss_reta_entry64`` has been increased from 8-bit to 16-bit. +* The ethdev flow director structure ``rte_eth_fdir_flow`` structure was + changed. New fields were added to extend flow director's input set. + * The cmdline buffer size has been increase from 256 to 512.