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 resetting.
Chengchang Tang (3):
net/hns3: fix register length when dump registers
net/hns3: fix data overwriting during register dump
net/hns3: fix dump register out of range
Chengwen Feng (2):
net/hns3: support RTE TM get ops function
net/hns3: fix VF query link status in dev init
Hongbo Zheng (1):
net/hns3: use new opcode for clearing hardware resource
Lijun Ou (2):
net/hns3: use C11 atomics builtins for resetting
net/hns3: remove unused assignment for RSS key
Series applied to dpdk-next-net/main, thanks.