[dpdk-dev] [PATCH] mlx4: remove old VMware compatibility code

2015-03-25 Thread Adrien Mazarguil
CONFIG_RTE_LIBRTE_MLX4_COMPAT_VMWARE has no effect since this option enables MLX4_PMD_COMPAT_VMWARE. This macro is not used by the PMD which expects MLX4_COMPAT_VMWARE instead. Because this option does not work and the related code is no longer useful for VMware (as it actually supports the flow s

[dpdk-dev] [PATCH] mlx4: remove old VMware compatibility code

2015-03-25 Thread Neil Horman
On Wed, Mar 25, 2015 at 11:34:31AM +0100, Adrien Mazarguil wrote: > CONFIG_RTE_LIBRTE_MLX4_COMPAT_VMWARE has no effect since this option enables > MLX4_PMD_COMPAT_VMWARE. This macro is not used by the PMD which expects > MLX4_COMPAT_VMWARE instead. > > Because this option does not work and the rel

[dpdk-dev] [PATCH] mlx4: remove old VMware compatibility code

2015-03-27 Thread Thomas Monjalon
> > CONFIG_RTE_LIBRTE_MLX4_COMPAT_VMWARE has no effect since this option enables > > MLX4_PMD_COMPAT_VMWARE. This macro is not used by the PMD which expects > > MLX4_COMPAT_VMWARE instead. > > > > Because this option does not work and the related code is no longer useful > > for VMware (as it actu