Re: [dpdk-dev] [PATCH v6] net/ixgbe: fix macsec setting

2020-05-17 Thread Zhao1, Wei
Hi, Guinian > -Original Message- > From: dev On Behalf Of Sun GuinanX > Sent: Thursday, October 31, 2019 7:32 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Yang, Qiming > ; Sun, GuinanX ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v6] net/ixgbe: fix macsec set

Re: [dpdk-dev] [PATCH v6] net/ixgbe: fix macsec setting

2019-10-31 Thread Ye Xiaolong
On 10/31, Sun GuinanX wrote: >macsec setting is not valid when port is stopped. >In order to make it valid, the patch changes the setting >to where port is started. > >Fixes: 597f9fafe13b ("app/testpmd: convert to new Tx offloads API") >Cc: sta...@dpdk.org > >Signed-off-by: Sun GuinanX Reviewed-b

[dpdk-dev] [PATCH v6] net/ixgbe: fix macsec setting

2019-10-30 Thread Sun GuinanX
macsec setting is not valid when port is stopped. In order to make it valid, the patch changes the setting to where port is started. Fixes: 597f9fafe13b ("app/testpmd: convert to new Tx offloads API") Cc: sta...@dpdk.org Signed-off-by: Sun GuinanX --- v6: * Modified inappropriate parameter namin