This patch set includes 3 features: check max SIMD bitwidth. support Rx checksum simple process. support runtime config of mask device capability.
Chengwen Feng (3): net/hns3: support runtime config of mask device capability net/hns3: support Rx checksum simple process net/hns3: check max SIMD bitwidth doc/guides/nics/hns3.rst | 9 +++ drivers/net/hns3/hns3_cmd.c | 67 ++++++++++++++++++++++ drivers/net/hns3/hns3_ethdev.c | 24 +++++++- drivers/net/hns3/hns3_ethdev.h | 4 ++ drivers/net/hns3/hns3_ethdev_vf.c | 3 +- drivers/net/hns3/hns3_rxtx.c | 19 +++---- drivers/net/hns3/hns3_rxtx.h | 103 ++++++++++++++-------------------- drivers/net/hns3/hns3_rxtx_vec_neon.h | 7 +-- drivers/net/hns3/hns3_rxtx_vec_sve.c | 6 +- 9 files changed, 155 insertions(+), 87 deletions(-) -- 2.7.4