From 08f2081b560ce89269939977c761ec6a0bed7ab4 Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Wed, 8 Jan 2025 11:12:50 +0100 Subject: [PATCH] Fix table --- doc/modules/index.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/modules/index.rst b/doc/modules/index.rst index 5fa472e03..b524e2b0b 100644 --- a/doc/modules/index.rst +++ b/doc/modules/index.rst @@ -29,30 +29,30 @@ This table below helps you understanding what you can expect when using a given +--------------------------------+------------+-----------+-----------+-----------+ | Max Port Speed (Gbit) | 100 | 100 | 100 | 100 | +--------------------------------+------------+-----------+-----------+-----------+ -| On-board Memory (*) | Yes | No | No | Yes | +| On-board Memory (1) | Yes | No | No | Yes | +--------------------------------+------------+-----------+-----------+-----------+ -| Hardware Filtering | Yes | \*\*\*\* | Yes | Yes | +| Hardware Filtering | Yes | (4) | Yes | Yes | +--------------------------------+------------+-----------+-----------+-----------+ | Hardware Port Merge | Yes | No | No | Yes | +--------------------------------+------------+-----------+-----------+-----------+ -| Hardware Timestamps | Yes | \*\*\*\* | Yes | Yes | +| Hardware Timestamps | Yes | (4) | Yes | Yes | +--------------------------------+------------+-----------+-----------+-----------+ -| Pcap Chunk Mode Support (\*\*) | Yes | No | No | Yes | +| Pcap Chunk Mode Support (2) | Yes | No | No | Yes | +--------------------------------+------------+-----------+-----------+-----------+ -| Optimized for nProbe | Yes | Yes | \*\*\* | Yes | +| Optimized for nProbe | Yes | Yes | (3) | Yes | +--------------------------------+------------+-----------+-----------+-----------+ | nProbe Cento 100Gbit | Yes | No | Yes | Yes | +--------------------------------+------------+-----------+-----------+-----------+ | n2disk 1 x 10Gbit Line Rate | Yes | Yes | Yes | Yes | +--------------------------------+------------+-----------+-----------+-----------+ -| n2disk 2 x 10Gbit Line Rate | Yes | No | \*\*\* | Yes | +| n2disk 2 x 10Gbit Line Rate | Yes | No | (3) | Yes | +--------------------------------+------------+-----------+-----------+-----------+ | n2disk 100Gbit Line Rate | Yes | No | No | Yes | +--------------------------------+------------+-----------+-----------+-----------+ Note: -\* On-board memory helps mitigating traffic spikes/bursts and reduces the probability of packet loss during capture. -\*\* Pcap chunk mode allows the NIC to deliver many packets in one block to the application, instead of packet-by-packet. Thanks to chunk mode, the application (in particular n2disk) can significantly reduce the CPU load when dumping packets to disk. Please note that in case of index creation while dumping packets, n2disk still needs to iterate packets; even in this case chunk mode can help as it is usually more efficient than packet mode. -\*\*\* This needs to be tested or it is not applicable due to feature limitation. -\*\*\*\* Supported on some adapters +(1) On-board memory helps mitigating traffic spikes/bursts and reduces the probability of packet loss during capture. +(2) Pcap chunk mode allows the NIC to deliver many packets in one block to the application, instead of packet-by-packet. Thanks to chunk mode, the application (in particular n2disk) can significantly reduce the CPU load when dumping packets to disk. Please note that in case of index creation while dumping packets, n2disk still needs to iterate packets; even in this case chunk mode can help as it is usually more efficient than packet mode. +(3) This needs to be tested or it is not applicable due to feature limitation. +(4) Supported on some adapters