Changeset b13b939 for lib/format_dpdk.c
- Timestamp:
- 06/18/14 16:12:46 (8 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 85e87b5
- Parents:
- 82facc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dpdk.c
r17a3dff rb13b939 1595 1595 } 1596 1596 1597 1597 static struct libtrace_format_t dpdk = { 1598 1598 "dpdk", 1599 1599 "$Id: format_dpdk.c 1805 2013-03-08 02:01:35Z salcock $", … … 1635 1635 dpdk_trace_event, /* trace_event */ 1636 1636 dpdk_help, /* help */ 1637 NULL, /* next pointer */ 1638 {true, 8}, /* Live, NICs typically have 8 threads */ 1637 1639 dpdk_pstart_input, /* pstart_input */ 1638 1640 dpdk_pread_packet, /* pread_packet */ 1639 1641 dpdk_pause_input, /* ppause */ 1640 1642 dpdk_fin_input, /* p_fin */ 1641 dpdk_pconfig_input, /* pconfig_input */ 1642 NULL 1643 dpdk_pconfig_input /* pconfig_input */ 1643 1644 }; 1644 1645
Note: See TracChangeset
for help on using the changeset viewer.