Re: [dpdk-dev] [PATCH] net/ixgbe: fix qos sched sample app performance drop

2019-11-20 Thread Wang, ShougangX
Hi, Xiaolong > -Original Message- [snip] > >+static void ixgbe_dev_macsec_init(struct rte_eth_dev *dev); > >+ > > /* > > * Define VF Stats MACRO for Non "cleared on read" register > > */ > >@@ -1095,6 +1097,8 @@ eth_ixgbe_dev_init(struct rte_eth_dev *eth_dev, > >void *init_params __rte_u

Re: [dpdk-dev] [PATCH] net/ixgbe: fix qos sched sample app performance drop

2019-11-20 Thread Ye Xiaolong
Hi, Guinan, could you take a look at this patch as well. On 11/20, Shougang Wang wrote: >Currently MACsec register is set without any conditions when start port. >It should be set only when user needs. To avoid wild value, I add init >function. This patch fixes the issue. > >Fixes: 50556c88104c (

[dpdk-dev] [PATCH] net/ixgbe: fix qos sched sample app performance drop

2019-11-20 Thread Shougang Wang
Currently MACsec register is set without any conditions when start port. It should be set only when user needs. To avoid wild value, I add init function. This patch fixes the issue. Fixes: 50556c88104c ("net/ixgbe: fix MACsec setting") Signed-off-by: Shougang Wang --- drivers/net/ixgbe/ixgbe_et