Hi, all maintainers, Kindly ping for patch 2/5-5/5.
Best regards, Jie Hai On 2023/7/11 18:24, Dongdong Liu wrote:
This patchset is to do some performance optimizations for hns3. Huisong Li (5): net/hns3: fix incorrect index to look up table in NEON Rx net/hns3: fix the order of NEON Rx code net/hns3: optimize free mbuf code for SVE Tx net/hns3: optimize the rearm mbuf function for SVE Rx net/hns3: optimize SVE Rx performance drivers/net/hns3/hns3_rxtx_vec.c | 51 ------ drivers/net/hns3/hns3_rxtx_vec.h | 51 ++++++ drivers/net/hns3/hns3_rxtx_vec_neon.h | 82 ++++----- drivers/net/hns3/hns3_rxtx_vec_sve.c | 230 ++++---------------------- 4 files changed, 114 insertions(+), 300 deletions(-) -- 2.22.0 .