DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature
@ 2019-07-03 11:04 Cian Ferriter
  2019-07-03 11:21 ` Ferriter, Cian
  2019-07-03 14:06 ` Ferruh Yigit
  0 siblings, 2 replies; 3+ messages in thread
From: Cian Ferriter @ 2019-07-03 11:04 UTC (permalink / raw)
  To: John McNamara, Marko Kovacevic; +Cc: dev, Cian Ferriter

This feature was added in the following commit:
commit a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file")

Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
---
 doc/guides/rel_notes/release_19_08.rst | 6 ++++++
 1 file changed, 6 insertions(+)

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.
 
+* **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.**
 
   Updated ``librte_telemetry`` to fetch the global metrics from the
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature
  2019-07-03 11:04 [dpdk-dev] [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature Cian Ferriter
@ 2019-07-03 11:21 ` Ferriter, Cian
  2019-07-03 14:06 ` Ferruh Yigit
  1 sibling, 0 replies; 3+ messages in thread
From: Ferriter, Cian @ 2019-07-03 11:21 UTC (permalink / raw)
  To: Mcnamara, John, Kovacevic, Marko; +Cc: 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 <john.mcnamara@intel.com>; Kovacevic, Marko
> <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org; Ferriter, Cian <cian.ferriter@intel.com>
> Subject: [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature
> 
> This feature was added in the following commit:
> commit a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file")
> 
> Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
> ---
>  doc/guides/rel_notes/release_19_08.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> 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.
> 
> +* **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.**
> 
>    Updated ``librte_telemetry`` to fetch the global metrics from the
> --
> 2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature
  2019-07-03 11:04 [dpdk-dev] [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature Cian Ferriter
  2019-07-03 11:21 ` Ferriter, Cian
@ 2019-07-03 14:06 ` Ferruh Yigit
  1 sibling, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2019-07-03 14:06 UTC (permalink / raw)
  To: Cian Ferriter, John McNamara, Marko Kovacevic; +Cc: dev, jonathan.ribas

On 7/3/2019 12:04 PM, Cian Ferriter wrote:
> This feature was added in the following commit:
> commit a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file")
> 
> Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>

<...>

> @@ -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.
>  
> +* **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.
> +

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/master, thanks.


(cc'ed Jonathan, this feature looks like his "dpdk-burst-replay" [1], in case he
is interested.)


[1]: http://git.dpdk.org/apps/dpdk-burst-replay/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-03 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-03 11:04 [dpdk-dev] [PATCH 19.08 v2] doc: announce infinite Rx PCAP PMD feature Cian Ferriter
2019-07-03 11:21 ` Ferriter, Cian
2019-07-03 14:06 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).