Re: [dpdk-dev] [PATCH v2] ixgbe: fix wrong VMDq function name

2017-01-10 Thread Ferruh Yigit
On 1/10/2017 2:19 AM, Wenzhuo Lu wrote: > The function name ixgbe_vmdq_mode_check is not right. > This function checks if Virtualization Technology is > enabled. It's for both VMDq and IOV. > Others may be misled by the current name. > > Fixes: fe3a45fd4104 ("ixgbe: add VMDq support") > > CC: sta

[dpdk-dev] [PATCH v2] ixgbe: fix wrong VMDq function name

2017-01-09 Thread Wenzhuo Lu
The function name ixgbe_vmdq_mode_check is not right. This function checks if Virtualization Technology is enabled. It's for both VMDq and IOV. Others may be misled by the current name. Fixes: fe3a45fd4104 ("ixgbe: add VMDq support") CC: sta...@dpdk.org Signed-off-by: Wenzhuo Lu Acked-by: Bernar