vlib: pci cleanup and improvements
[vpp.git] / .clang-format
index 2265e96..a49d164 100644 (file)
@@ -1,4 +1,4 @@
-# Minimal clang-format version is 8
+# Minimal clang-format version is 11
 
 BasedOnStyle: GNU
 UseTab: Always
@@ -20,6 +20,8 @@ ForEachMacros:
   - 'vlib_foreach_rx_tx'
   - 'foreach_vlib_main'
   - 'foreach_set_bit_index'
+  - 'foreach_vlib_frame_bitmap_set_bit_index'
+  - 'FOREACH_ARRAY_ELT'
   - 'RTE_ETH_FOREACH_DEV'
 
 StatementMacros:
@@ -28,3 +30,7 @@ StatementMacros:
   - 'VNET_DEVICE_CLASS_TX_FN'
   - '__clib_section'
   - '__clib_aligned'
+
+WhitespaceSensitiveMacros:
+  - 'WARN_ON'
+  - 'WARN_OFF'