From a7d2f41ae9e25b07e1d21336ec5bea9d330516d9 Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Thu, 4 Jul 2024 11:58:51 +0200 Subject: [PATCH] Update zc.rst --- doc/zc.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/zc.rst b/doc/zc.rst index 4a61ff1ad..31029dc3e 100644 --- a/doc/zc.rst +++ b/doc/zc.rst @@ -22,7 +22,7 @@ simple yet powerful API). Sample applications for testing are available in userland/examples_zc. PF_RING ZC for Intel -==================== +-------------------- These drivers, available in PF_RING/drivers/, are standard drivers with support for the PF_RING ZC library. They can be used as standard kernel drivers or in zero-copy @@ -45,7 +45,7 @@ Note: if you omit 'zc:' you will open the device in standard PF_RING kernel mode acceleration). Supported Cards ---------------- +~~~~~~~~~~~~~~~ In order to exploit ZC, you need a PF_RING aware driver with ZC support. @@ -86,13 +86,13 @@ or use the *load_driver.sh* script provided with the drivers as explained in the * ZC drivers need hugepages (the load_driver.sh script takes care of hugepages configuration). For more informations please read the `Hugepages Support `_ section. Other Drivers -============= +------------- PF_RING ZC supports other adapters in addition to Intel, including NVIDIA/Mellanox and Napatech. For the full list please refer to the Drivers and Modules section. ZC Library/API -============== +-------------- PF_RING ZC (Zero Copy) is a flexible packet processing framework that allows you to achieve 1/10 Gbit line-rate packet processing (both RX and TX) at any packet size.