Changeset 2138553 for lib/format_dpdk.c
- Timestamp:
- 02/13/14 15:00:10 (8 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, 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:
- accdd5b
- Parents:
- bcb2402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dpdk.c
rc04929c r2138553 138 138 */ 139 139 #ifdef HAVE_LIBRT 140 /* DONT CHANGE THIS !!!*/140 /* You can turn this on (set to 1) to prefer clock_gettime */ 141 141 #define USE_CLOCK_GETTIME 0 142 142 #else 143 /* You can turn this on (set to 1) to prefer clock_gettime*/143 /* DONT CHANGE THIS !!! */ 144 144 #define USE_CLOCK_GETTIME 0 145 145 #endif … … 853 853 854 854 /* Revert to the original PCI drivers */ 855 rte_eal_pci_exit(); 855 /* No longer in DPDK 856 rte_eal_pci_exit(); */ 856 857 return 0; 857 858 } … … 869 870 870 871 /* Revert to the original PCI drivers */ 871 rte_eal_pci_exit(); 872 /* No longer in DPDK 873 rte_eal_pci_exit(); */ 872 874 return 0; 873 875 }
Note: See TracChangeset
for help on using the changeset viewer.