Re: [dpdk-dev] [PATCH] net/ixgbe: fix MACsec private API

2020-05-22 Thread Ferruh Yigit
On 5/22/2020 6:59 AM, Guinan Sun wrote: > The driver type need to be checked in private API. > The patch fixes the issue. > > Fixes: 50556c88104c ("net/ixgbe: fix MACsec setting") > Cc: sta...@dpdk.org > > Signed-off-by: Guinan Sun Reviewed-by: Ferruh Yigit

Re: [dpdk-dev] [PATCH] net/ixgbe: fix MACsec private API

2020-05-22 Thread Kevin Traynor
On 22/05/2020 06:59, Guinan Sun wrote: > The driver type need to be checked in private API. > The patch fixes the issue. > > Fixes: 50556c88104c ("net/ixgbe: fix MACsec setting") > Cc: sta...@dpdk.org > > Signed-off-by: Guinan Sun > --- > drivers/net/ixgbe/rte_pmd_ixgbe.c | 6 ++ > 1 file c

[dpdk-dev] [PATCH] net/ixgbe: fix MACsec private API

2020-05-21 Thread Guinan Sun
The driver type need to be checked in private API. The patch fixes the issue. Fixes: 50556c88104c ("net/ixgbe: fix MACsec setting") Cc: sta...@dpdk.org Signed-off-by: Guinan Sun --- drivers/net/ixgbe/rte_pmd_ixgbe.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/ixgbe/rte