On Thu, 19 Sep 2019 14:15:19 +0000 Ciara Loftus <ciara.loftus at intel.com> wrote: > +char driver_array[NUM_DRIVERS][NAME_MAX] = {"i40e", "ixgbe", "mlx5_core"}; This only makes sense in this file. Should be static.