doc: add new features and improvements to ixgbe
Checks
Commit Message
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
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.
@@ -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: