doc: add new features and improvements to ixgbe

Message ID 20200214045000.24128-1-jiaqix.min@intel.com (mailing list archive)
State Accepted, archived
Delegated to: xiaolong ye
Headers
Series doc: add new features and improvements to ixgbe |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot success Travis build: passed
ci/Intel-compilation success Compilation OK

Commit Message

Min, JiaqiX Feb. 14, 2020, 4:50 a.m. UTC
  Added support for API rte_eth_tx_done_cleanup.
Added support setting VF MAC address by PF driver.
Added support for setting the link to specific speed.

Signed-off-by: Jiaqi Min <jiaqix.min@intel.com>
---
 doc/guides/rel_notes/release_20_02.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Xiaolong Ye Feb. 14, 2020, 9:54 a.m. UTC | #1
On 02/14, Jiaqi Min wrote:
>Added support for API rte_eth_tx_done_cleanup.
>Added support setting VF MAC address by PF driver.
>Added support for setting the link to specific speed.
>
>Signed-off-by: Jiaqi Min <jiaqix.min@intel.com>
>---
> doc/guides/rel_notes/release_20_02.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
>diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst
>index 786f9b119..b705bdf73 100644
>--- a/doc/guides/rel_notes/release_20_02.rst
>+++ b/doc/guides/rel_notes/release_20_02.rst
>@@ -92,6 +92,12 @@ New Features
>   * Added more supported device IDs.
>   * Updated virtual channel to latest AVF spec.
> 
>+* **Updated the Intel ixgbe driver.**
>+
>+  * Added support for API rte_eth_tx_done_cleanup.
>+  * Added support setting VF MAC address by PF driver.
>+  * Added support for setting the link to specific speed.
>+
> * **Updated Intel i40e driver.**
> 
>   Updated i40e PMD with new features and improvements, including:
>-- 
>2.17.1
>

Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

Applied to dpdk-next-net-intel, Thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst
index 786f9b119..b705bdf73 100644
--- a/doc/guides/rel_notes/release_20_02.rst
+++ b/doc/guides/rel_notes/release_20_02.rst
@@ -92,6 +92,12 @@  New Features
   * Added more supported device IDs.
   * Updated virtual channel to latest AVF spec.
 
+* **Updated the Intel ixgbe driver.**
+
+  * Added support for API rte_eth_tx_done_cleanup.
+  * Added support setting VF MAC address by PF driver.
+  * Added support for setting the link to specific speed.
+
 * **Updated Intel i40e driver.**
 
   Updated i40e PMD with new features and improvements, including: