| 
    DPDK
    19.08.0-rc0
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | RTE_VERSION_NUM(a, b, c, d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) | 
| #define | RTE_VERSION | 
Functions | |
| static const char * | rte_version (void) | 
Definitions of DPDK version numbers
Definition in file rte_version.h.
| #define RTE_VERSION_NUM | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | ((a) << 24 | (b) << 16 | (c) << 8 | (d)) | 
Macro to compute a version number usable for comparisons
Definition at line 25 of file rte_version.h.
| #define RTE_VERSION | 
All version numbers in one to compare with RTE_VERSION_NUM()
Definition at line 30 of file rte_version.h.
      
  | 
  inlinestatic | 
Function returning version string
Definition at line 42 of file rte_version.h.
 1.8.15