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