mbox series

[v1,0/2] net/i40e: improve free mbuf

Message ID 20210527081714.1367611-1-feifei.wang2@arm.com (mailing list archive)
Headers
Series net/i40e: improve free mbuf |

Message

Feifei Wang May 27, 2021, 8:17 a.m. UTC
  For i40e Tx path, use bulk free of the buffers when mbuf fast free
mode is enabled. This can efficiently improve the performance.

Feifei Wang (2):
  net/i40e: improve performance for scalar Tx
  net/i40e: improve performance for vector Tx

 drivers/net/i40e/i40e_rxtx.c            |  5 ++++-
 drivers/net/i40e/i40e_rxtx_vec_common.h | 11 +++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)
  

Comments

Feifei Wang June 22, 2021, 1:52 a.m. UTC | #1
Hi, Qi

Can you help review these patches?
Thanks very much.

Best Regards
Feifei

> -----邮件原件-----
> 发件人: Feifei Wang <feifei.wang2@arm.com>
> 发送时间: 2021年5月27日 16:17
> 抄送: dev@dpdk.org; nd <nd@arm.com>; Feifei Wang
> <Feifei.Wang2@arm.com>
> 主题: [PATCH v1 0/2] net/i40e: improve free mbuf
> 
> For i40e Tx path, use bulk free of the buffers when mbuf fast free mode is
> enabled. This can efficiently improve the performance.
> 
> Feifei Wang (2):
>   net/i40e: improve performance for scalar Tx
>   net/i40e: improve performance for vector Tx
> 
>  drivers/net/i40e/i40e_rxtx.c            |  5 ++++-
>  drivers/net/i40e/i40e_rxtx_vec_common.h | 11 +++++++++++
>  2 files changed, 15 insertions(+), 1 deletion(-)
> 
> --
> 2.25.1