Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix API parameter checking

2017-01-11 Thread Ferruh Yigit
On 1/11/2017 5:24 PM, Bernard Iremonger wrote: > Add checks to rte_pmd_ixgbe_* API's to ensure that the port > is an ixgbe port. > > Fixes: 49e248223e9f ("net/ixgbe: add API for VF management") > > CC: sta...@dpdk.org > Signed-off-by: Bernard Iremonger Acked-by: Ferruh Yigit Applied to dpdk-n

[dpdk-dev] [PATCH v2] net/ixgbe: fix API parameter checking

2017-01-11 Thread Bernard Iremonger
Add checks to rte_pmd_ixgbe_* API's to ensure that the port is an ixgbe port. Fixes: 49e248223e9f ("net/ixgbe: add API for VF management") CC: sta...@dpdk.org Signed-off-by: Bernard Iremonger --- Changes in v2: Moved pmd checks into new function is_ixgbe_pmd. drivers/net/ixgbe/ixgbe_ethdev.c |