mbox series

[v2,0/2] performance optimized for hns3 PMD

Message ID 20211116012212.64819-1-humin29@huawei.com (mailing list archive)
Headers
Series performance optimized for hns3 PMD |

Message

humin (Q) Nov. 16, 2021, 1:22 a.m. UTC
  This patch set contains two ways to optimized Tx performance.

Chengwen Feng (2):
  net/hns3: optimized Tx performance by mbuf fast free
  net/hns3: optimized Tx performance

 doc/guides/nics/features/hns3.ini |   1 +
 drivers/net/hns3/hns3_rxtx.c      | 129 +++++++++++++++---------------
 drivers/net/hns3/hns3_rxtx.h      |   2 +
 drivers/net/hns3/hns3_rxtx_vec.h  |   9 +++
 4 files changed, 77 insertions(+), 64 deletions(-)
---
v2:
* document hns3.ini and fix 'TE_ETH_TX_OFFLOAD_MBUF_FAST_FREE'
  

Comments

Ferruh Yigit Nov. 16, 2021, 2:36 p.m. UTC | #1
On 11/16/2021 1:22 AM, Min Hu (Connor) wrote:
> This patch set contains two ways to optimized Tx performance.
> 
> Chengwen Feng (2):
>    net/hns3: optimized Tx performance by mbuf fast free
>    net/hns3: optimized Tx performance
> 
>   doc/guides/nics/features/hns3.ini |   1 +
>   drivers/net/hns3/hns3_rxtx.c      | 129 +++++++++++++++---------------
>   drivers/net/hns3/hns3_rxtx.h      |   2 +
>   drivers/net/hns3/hns3_rxtx_vec.h  |   9 +++
>   4 files changed, 77 insertions(+), 64 deletions(-)
> ---
> v2:
> * document hns3.ini and fix 'TE_ETH_TX_OFFLOAD_MBUF_FAST_FREE'
> 

Is Connor's sign off in the v1 dropped intentionally, or forgotten?
  
fengchengwen Nov. 16, 2021, 3:04 p.m. UTC | #2
May be forgotten, I send v2 to him this morning, and maybe forgot adding the sign off. But the patch set is OK because we both check them.


发件人:Ferruh Yigit <ferruh.yigit@intel.com>
收件人:humin (Q) <humin29@huawei.com>;dev <dev@dpdk.org>
抄 送:thomas <thomas@monjalon.net>
时 间:2021-11-16 22:37:23
主 题:Re: [PATCH v2 0/2] performance optimized for hns3 PMD

On 11/16/2021 1:22 AM, Min Hu (Connor) wrote:
> This patch set contains two ways to optimized Tx performance.
>
> Chengwen Feng (2):
>    net/hns3: optimized Tx performance by mbuf fast free
>    net/hns3: optimized Tx performance
>
>   doc/guides/nics/features/hns3.ini |   1 +
>   drivers/net/hns3/hns3_rxtx.c      | 129 +++++++++++++++
  
humin (Q) Nov. 16, 2021, 3:12 p.m. UTC | #3
Hi, ferruh,
I forgot it,please added it for me when you merged them.thank you.
  
Ferruh Yigit Nov. 16, 2021, 3:38 p.m. UTC | #4
On 11/16/2021 3:12 PM, humin (Q) wrote:
> Hi, ferruh,
> I forgot it,please added it for me when you merged them.thank you.
> 

ack, adding it back in next-net.

> 
> 
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> 胡敏 Hu Min
> Mobile: +86-13528728164 <tel:+86-13528728164>
> Email: humin29@huawei.com <mailto:humin29@huawei.com>
> *发件人:*Fengchengwen <fengchengwen@huawei.com>
> *收件人:*Ferruh Yigit <ferruh.yigit@intel.com>;humin (Q) <humin29@huawei.com>;dev <dev@dpdk.org>
> *抄 送:*thomas <thomas@monjalon.net>
> *时 间:*2021-11-16 23:04:08
> *主 题:*RE: [PATCH v2 0/2] performance optimized for hns3 PMD
> 
> May be forgotten, I send v2 to him this morning, and maybe forgot adding the sign off. But the patch set is OK because we both check them.
> 
> 
> *发件人:*Ferruh Yigit <ferruh.yigit@intel.com>
> *收件人:*humin (Q) <humin29@huawei.com>;dev <dev@dpdk.org>
> *抄 送:*thomas <thomas@monjalon.net>
> *时 间:*2021-11-16 22:37:23
> *主 题:*Re: [PATCH v2 0/2] performance optimized for hns3 PMD
> 
> On 11/16/2021 1:22 AM, Min Hu (Connor) wrote:
>> This patch set contains two ways to optimized Tx performance.
>> 
>> Chengwen Feng (2):
>>    net/hns3: optimized Tx performance by mbuf fast free
>>    net/hns3: optimized Tx performance
>> 
>>   doc/guides/nics/features/hns3.ini |   1 +
>>   drivers/net/hns3/hns3_rxtx.c      | 129 +++++++++++++++
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
>>   drivers/net/hns3/hns3_rxtx.h      |   2 +
>>   drivers/net/hns3/hns3_rxtx_vec.h |   9 +++
>>   4 files changed, 77 insertions(+), 64 deletions(-)
>> ---
>> v2:
>> * document hns3.ini and fix 'TE_ETH_TX_OFFLOAD_MBUF_FAST_FREE'
>> 
> 
> Is Connor's sign off in the v1 dropped intentionally, or forgotten?
>
  
Ferruh Yigit Nov. 16, 2021, 3:43 p.m. UTC | #5
On 11/16/2021 1:22 AM, Min Hu (Connor) wrote:
> This patch set contains two ways to optimized Tx performance.
> 
> Chengwen Feng (2):
>    net/hns3: optimized Tx performance by mbuf fast free
>    net/hns3: optimized Tx performance
> 
>   doc/guides/nics/features/hns3.ini |   1 +
>   drivers/net/hns3/hns3_rxtx.c      | 129 +++++++++++++++---------------
>   drivers/net/hns3/hns3_rxtx.h      |   2 +
>   drivers/net/hns3/hns3_rxtx_vec.h  |   9 +++
>   4 files changed, 77 insertions(+), 64 deletions(-)
> ---
> v2:
> * document hns3.ini and fix 'TE_ETH_TX_OFFLOAD_MBUF_FAST_FREE'
> 

Series applied to dpdk-next-net/main, thanks.