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

2020-05-22 Thread Yang, Qiming
dk.org > Subject: [dpdk-dev] [PATCH] net/ixgbe: fix MAC security private API > > 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:

[dpdk-dev] [PATCH] net/ixgbe: fix MAC security 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/ixgbe_ethdev.c | 14 -- drivers/net/ixgbe/ixgbe_ethdev.h | 4 ++-- drivers/net/i