Re: [dpdk-dev] [PATCH 0/8] TM and some bugfixes for hns3

2021-01-18 Thread Ferruh Yigit
On 1/14/2021 1:33 PM, Lijun Ou wrote: This series add TM feature support and fix some bugs for hns3 pmd driver. Because the TM need to use rte_atomicNN_xxx for the resetting of the hns3_reset_data structure. Therefore it needs to add a new updates patch for using C11 atomics builtins for resettin

[dpdk-dev] [PATCH 0/8] TM and some bugfixes for hns3

2021-01-14 Thread Lijun Ou
This series add TM feature support and fix some bugs for hns3 pmd driver. Because the TM need to use rte_atomicNN_xxx for the resetting of the hns3_reset_data structure. Therefore it needs to add a new updates patch for using C11 atomics builtins for resetting. Chengchang Tang (3): net/hns3: fix