doc: add new features and improvements to ice

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

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:21 a.m. UTC
  Added support for API rte_eth_tx_done_cleanup.

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

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.
>
>Signed-off-by: Jiaqi Min <jiaqix.min@intel.com>
>---
> doc/guides/rel_notes/release_20_02.rst | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst
>index 786f9b119..5d01dac58 100644
>--- a/doc/guides/rel_notes/release_20_02.rst
>+++ b/doc/guides/rel_notes/release_20_02.rst
>@@ -84,6 +84,7 @@ New Features
>   * Added support for MAC rules on specific port.
>   * Added support for MAC/VLAN with TCP/UDP in switch rule.
>   * Added support for 1/10G device.
>+  * Added support for API rte_eth_tx_done_cleanup.
> 
> * **Updated Intel iavf driver.**
> 
>-- 
>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..5d01dac58 100644
--- a/doc/guides/rel_notes/release_20_02.rst
+++ b/doc/guides/rel_notes/release_20_02.rst
@@ -84,6 +84,7 @@  New Features
   * Added support for MAC rules on specific port.
   * Added support for MAC/VLAN with TCP/UDP in switch rule.
   * Added support for 1/10G device.
+  * Added support for API rte_eth_tx_done_cleanup.
 
 * **Updated Intel iavf driver.**