From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7FF87A0487 for ; Wed, 3 Jul 2019 13:21:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 656E62C60; Wed, 3 Jul 2019 13:21:36 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B7B1A2AB for ; Wed, 3 Jul 2019 13:21:33 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2019 04:21:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,446,1557212400"; d="scan'208";a="315542803" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga004.jf.intel.com with ESMTP; 03 Jul 2019 04:21:31 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.159]) by IRSMSX154.ger.corp.intel.com ([169.254.12.168]) with mapi id 14.03.0439.000; Wed, 3 Jul 2019 12:21:30 +0100 From: "Ferriter, Cian" To: "Mcnamara, John" , "Kovacevic, Marko" CC: "dev@dpdk.org" Thread-Topic: [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature Thread-Index: AQHVMY+KPFqfqC4jQUWFf3G6uSH4uKa4v4gg Date: Wed, 3 Jul 2019 11:21:30 +0000 Message-ID: <579B86492DFB364BBA627A48FB30C90E75D7E853@IRSMSX102.ger.corp.intel.com> References: <20190703110416.13193-1-cian.ferriter@intel.com> In-Reply-To: <20190703110416.13193-1-cian.ferriter@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmIyYjE0YTctNzY0Yi00ODk0LWE1YWEtZjJkNjU2OWY2YWE4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZ3JmQzdnMElzVlwvMExEU2MydzNBa1ZERk4yZDVKZnhZZlJWNXE4ZUZMajQrWlY5bUhMd0ZpaXdRdDJGUk1RanIifQ== dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" v2 changes: * added the commit ID to which the announcement is relevant > -----Original Message----- > From: Ferriter, Cian > Sent: 03 July 2019 12:04 > To: Mcnamara, John ; Kovacevic, Marko > > Cc: dev@dpdk.org; Ferriter, Cian > Subject: [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature >=20 > This feature was added in the following commit: > commit a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file") >=20 > Signed-off-by: Cian Ferriter > --- > doc/guides/rel_notes/release_19_08.rst | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_19_08.rst > b/doc/guides/rel_notes/release_19_08.rst > index 60c258136..c5acfe028 100644 > --- a/doc/guides/rel_notes/release_19_08.rst > +++ b/doc/guides/rel_notes/release_19_08.rst > @@ -116,6 +116,12 @@ New Features > * Enabled need_wakeup feature which can provide efficient support for > case > that application and driver executing on the same core. >=20 > +* **Enabled infinite Rx in the PCAP PMD.** > + > + Added an infinite Rx feature which allows packets in the Rx PCAP of a > + PCAP device to be received repeatedly at a high rate. This can be > + useful for quick performance testing of DPDK apps. > + > * **Updated telemetry library for global metrics support.** >=20 > Updated ``librte_telemetry`` to fetch the global metrics from the > -- > 2.17.1