net/hns3: support IEEE 1588 PTP
authorMin Hu (Connor) <humin29@huawei.com>
Thu, 1 Apr 2021 13:38:04 +0000 (21:38 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 1 Apr 2021 16:39:55 +0000 (18:39 +0200)
commit38b539d96eb60cd8bb50e4b4f7bb8f5d4c01212c
treefe505a578393ea31e7bd4998be2750ca34874b37
parentd81d78eb86d50732ba98a8b255d19c2f6292521c
net/hns3: support IEEE 1588 PTP

Add hns3 support for new ethdev APIs to enable and read IEEE1588/
802.1AS PTP timestamps.

Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
12 files changed:
doc/guides/nics/features/hns3.ini
doc/guides/nics/hns3.rst
doc/guides/rel_notes/release_21_05.rst
drivers/net/hns3/hns3_cmd.h
drivers/net/hns3/hns3_ethdev.c
drivers/net/hns3/hns3_ethdev.h
drivers/net/hns3/hns3_ptp.c [new file with mode: 0644]
drivers/net/hns3/hns3_regs.h
drivers/net/hns3/hns3_rxtx.c
drivers/net/hns3/hns3_rxtx.h
drivers/net/hns3/hns3_rxtx_vec.c
drivers/net/hns3/meson.build