From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 0EBB42BA3 for ; Tue, 22 Mar 2016 17:01:33 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id p65so199073732wmp.1 for ; Tue, 22 Mar 2016 09:01:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/Gb3wRnAae1MJD5z2934xPyYE9Sjfibsg94xDL5QXhw=; b=atL/nWDvQJJDrH0IxnjUphGCvCE4Y8tdaytyNTrew9RxRq+DIOEU/wXh0yNHXUWlxL alHnrd27eLSrQHiI0gA/nsFzHPpMHa+/Sed7RZP8a48glK0bwsAspCyYEA+zaFBn2s7t Lp0XfnAiZuBXeLP5+Lo3B2zQc+IFOcAI9k3k4LM6Dh1qzZNcWlBi95iByJd6R4h4xbAZ QmiBYqFj3AbUgvqJA+UW64ufrQs4hz7Fa94IFd804kekRW4a6Fvajci6Qv4xJ0fJcrQ3 E+mSB9GYedEa7PsqezzGo4vV1g9dg6WuZooU4Mu4w/KCgkb00GcKrGkL3z7X+fNAdg8/ orZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/Gb3wRnAae1MJD5z2934xPyYE9Sjfibsg94xDL5QXhw=; b=b8lOdkMjqQf2aDk0IluhuM6LHswqIhnXzl3EC+TyKNnqNlOkpKwl6ccxTNOE5rADqy 0HuiMpT25e3FuQ1Fl6lgvc8RQ52c0faz4KEkdrUpFZmWFmYJ2aHxNDxF+xz5mLy/Ylw1 cSaxomIwt43vqXU3kAFayxtWDSgLkveeZxWxdT69uz99v5qb8L9tzaAHzz3VSu/m2O9t lnJ9clci3vGNfKccCsRaOG3FtyLaGEGnBUMWPKuQjilIBUp9ASPBf/4SJPhTcgPZifcJ 5WBglcZN0e6jz+NFtM/72xFx96nSNT8trHIqtY8wqN3bij6c+TNBeEvRktCiOsIcGDU7 m7MQ== X-Gm-Message-State: AD7BkJIKRGvJ0LjYyFIF4WUl6VHZXf75bAUFs+rPZou49hO7BgKGwEOaL/+fdrYM37rkT81L X-Received: by 10.194.76.161 with SMTP id l1mr37000461wjw.108.1458662492805; Tue, 22 Mar 2016 09:01:32 -0700 (PDT) Received: from XPS13.localdomain (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id i5sm30821092wja.23.2016.03.22.09.01.31 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Mar 2016 09:01:31 -0700 (PDT) From: Thomas Monjalon To: maryam.tahhan@intel.com Cc: dev@dpdk.org Date: Tue, 22 Mar 2016 16:57:43 +0100 Message-Id: <1458662263-16724-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1A27633A6DA49C4A92FCD5D4312DBF536B10163B@IRSMSX106.ger.corp.intel.com> References: <1A27633A6DA49C4A92FCD5D4312DBF536B10163B@IRSMSX106.ger.corp.intel.com> Subject: [dpdk-dev] [PATCH] doc: notify Rx errors not counting missed packets anymore X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 16:01:33 -0000 Fixes: 86057c9992f5 ("ethdev: remove missed packets from error counter") Suggested-by: Maryam Tahhan Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_16_04.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index e6a9144..060e1d4 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -410,6 +410,10 @@ This section should contain API changes. Sample format: * Add a short 1-2 sentence description of the API change. Use fixed width quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past tense. +* The ethdev statistics counter imissed is considered exclusive with ierrors. + Every drivers are now counting the missed packets only once, and not + incrementing ierrors anymore for not received packets. + * The ethdev structure ``rte_eth_dev_info`` was changed to support device speed capabilities. -- 2.7.0