Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Jan 8, 2025
1 parent 67933f1 commit 08f2081
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08f2081

Please sign in to comment.