[PATCH 11/31] FreeBSD OFED support for DPDK MLX5 PMD
The MLX5 core driver recognizes a VF device as a PF device
in FreeBSD VM, because mlx5_core_pci_table was not having VF
flag MLX5_PCI_DEV_IS_VF. Added MLX5_PCI_DEV_IS_VF flag in
mlx5_core_pci_table.
Updated PCI_VDEVICE macro in LinuxKPI for class and class_mask,
same as linux.