Re: [PATCH 0/5] net/hns3: some performance optimizations

2023-09-25 Thread Ferruh Yigit
On 7/11/2023 1:26 PM, Ferruh Yigit wrote: > On 7/11/2023 12:27 PM, Dongdong Liu wrote: >> Hi, Ferruh >> On 2023/7/11 18:48, Ferruh Yigit wrote: >>> On 7/11/2023 11:24 AM, Dongdong Liu wrote: This patchset is to do some performance optimizations for hns3. Huisong Li (5):   net/hn

Re: [PATCH 0/5] net/hns3: some performance optimizations

2023-09-24 Thread Jie Hai
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

Re: [PATCH 0/5] net/hns3: some performance optimizations

2023-07-11 Thread Ferruh Yigit
On 7/11/2023 12:27 PM, Dongdong Liu wrote: > Hi, Ferruh > On 2023/7/11 18:48, Ferruh Yigit wrote: >> On 7/11/2023 11:24 AM, 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

Re: [PATCH 0/5] net/hns3: some performance optimizations

2023-07-11 Thread Dongdong Liu
Hi, Ferruh On 2023/7/11 18:48, Ferruh Yigit wrote: On 7/11/2023 11:24 AM, 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: optimiz

Re: [PATCH 0/5] net/hns3: some performance optimizations

2023-07-11 Thread Ferruh Yigit
On 7/11/2023 11:24 AM, 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:

[PATCH 0/5] net/hns3: some performance optimizations

2023-07-11 Thread Dongdong Liu
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: o