在 2021/3/30 22:12, Ferruh Yigit 写道:
On 3/26/2021 8:56 AM, Min Hu (Connor) wrote:
Add hns3 support for new ethdev APIs to enable and read IEEE1588/
802.1AS PTP timestamps.
Signed-off-by: Min Hu (Connor) <humi...@huawei.com>
---
doc/guides/nics/features/hns3.ini | 2 +
doc/guides/nics/hns3.rst | 1 +
drivers/net/hns3/hns3_cmd.h | 33 +++++
drivers/net/hns3/hns3_ethdev.c | 59 +++++++-
drivers/net/hns3/hns3_ethdev.h | 25 ++++
drivers/net/hns3/hns3_ptp.c | 294
++++++++++++++++++++++++++++++++++++++
drivers/net/hns3/hns3_regs.h | 25 ++++
drivers/net/hns3/hns3_rxtx.c | 56 +++++++-
drivers/net/hns3/hns3_rxtx.h | 12 ++
drivers/net/hns3/hns3_rxtx_vec.c | 19 ++-
drivers/net/hns3/meson.build | 3 +-
Can you please update release notes too?
Will update doc/guides/rel_notes/release_21_05.rst
in v2
Thanks
.