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

2019-10-29 Thread Sun, GuinanX
Hi, Xiaolong On 10/29, 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-of

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

2019-10-29 Thread Ye Xiaolong
On 10/29, 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 >--- >v2: >

[dpdk-dev] [PATCH v2] 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 --- v2: * Modified function name * Refactored th