From 55d8f0d35f8fbe8421f93438cc4cea00903e9868 Mon Sep 17 00:00:00 2001 From: Cian Ferriter Date: Wed, 3 Jul 2019 12:04:16 +0100 Subject: [PATCH] doc: announce infinite Rx pcap This feature was added in the following commit: commit a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file") Signed-off-by: Cian Ferriter Acked-by: Ferruh Yigit --- 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 0c4c3b3970..306ea138d6 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -120,6 +120,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. + * **Added Intel QuickData Technology PMD** The PMD for Intel\ |reg| QuickData Technology, part of -- 2.20.1