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

2019-10-30 Thread Ye Xiaolong
On 10/30, 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 [snip] > >+void >+ixgbe_dev_macsec_regis

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

2019-10-29 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 --- v5: * modified function name v4: * Deleted e