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

2017-01-24 Thread Ferruh Yigit
On 1/24/2017 9:00 AM, Tiwei Bie wrote: > Add checks to rte_pmd_ixgbe_macsec_* APIs to ensure that the > port is an ixgbe port. > > Fixes: b35d309710fe ("net/ixgbe: add MACsec offload") > > Signed-off-by: Tiwei Bie Applied to dpdk-next-net/master, thanks.

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

2017-01-24 Thread Tiwei Bie
Add checks to rte_pmd_ixgbe_macsec_* APIs to ensure that the port is an ixgbe port. Fixes: b35d309710fe ("net/ixgbe: add MACsec offload") Signed-off-by: Tiwei Bie --- drivers/net/ixgbe/ixgbe_ethdev.c | 30 ++ drivers/net/ixgbe/rte_pmd_ixgbe.h | 4 2 files chan