[dpdk-dev,v3,2/2] doc: update release notes

Message ID 1446105751-28018-3-git-send-email-xutao.sun@intel.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Xutao Sun Oct. 29, 2015, 8:02 a.m. UTC
  Update release notes with the newly resolved issues about statistics on i40e.

Signed-off-by: Xutao Sun <xutao.sun@intel.com>
---
 doc/guides/rel_notes/release_2_1.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_2_1.rst b/doc/guides/rel_notes/release_2_1.rst
index 103a5ee..897f939 100644
--- a/doc/guides/rel_notes/release_2_1.rst
+++ b/doc/guides/rel_notes/release_2_1.rst
@@ -676,6 +676,11 @@  Resolved Issues
 * **i40e: Fix registers access from big endian CPU.**
 
 
+* **i40e: Fix statistics of packets.**
+
+  Add discarding packets on VSI to the stats and rectify the old statistics.
+
+
 * **i40evf: Clear command when error occurs.**