pci: remove loop over drivers in device detach
[dpdk.git] / lib / librte_cfgfile / rte_cfgfile.h
index a267ed0..fa10d40 100644 (file)
@@ -80,6 +80,12 @@ enum {
         * section.
         */
        CFG_FLAG_GLOBAL_SECTION = 1,
+
+       /**
+        * Indicates that file supports key value entries where the value can
+        * be zero length (e.g., "key=").
+        */
+       CFG_FLAG_EMPTY_VALUES = 2,
 };
 /**@} */