Changes between Version 17 and Version 18 of SupportedTraceFormats
- Timestamp:
- 08/07/13 13:24:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SupportedTraceFormats
v17 v18 53 53 54 54 === Intel Data Plane Development Kit (dpdk:) - This format is currently experimental === 55 * Requires Intel DPDK to be installed and kernel modules to be loaded 55 56 * Better performance than int: and ring: under the correct conditions. 56 57 * Binds to a single CPU core and polls on a buffer, this means waiting for a packet uses 100% CPU on that bound core. 57 58 * You can only use a single instance of the dpdk: format at a given time - that is you can listen to a single interface or write to a single interface but not both. 59 60 For more information please read over [wiki:DPDKNotes], which describes the libtrace DPDK support in more detail. 58 61 59 62 === RT protocol ===