Message ID | 20190703091559.11781-1-cian.ferriter@intel.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | [19.08] doc: announce infinite Rx PCAP PMD feature | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | warning | coding style issues |
ci/Intel-compilation | success | Compilation OK |
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
Signed-off-by: Cian Ferriter <cian.ferriter@intel.com> --- doc/guides/rel_notes/release_19_08.rst | 6 ++++++ 1 file changed, 6 insertions(+)