> -邮件原件-
> 发件人: Xing, Beilei
> 发送时间: 2021年6月28日 10:27
> 收件人: Feifei Wang
> 抄送: dev@dpdk.org; nd ; Ruifeng Wang
> ; nd ; nd
> 主题: RE: [PATCH v1 1/2] net/i40e: improve performance for scalar Tx
>
>
>
> > -Original Message-
> > From: Feifei Wang
> > Sent: Friday, June 25, 2021
> > int n = txq->tx_rs_thresh;
> > int32_t i = 0, j = 0;
> > const int32_t k = RTE_ALIGN_FLOOR(n, RTE_I40E_TX_MAX_FREE_BUF_SZ);
> > const int32_t m = n % RTE_I40E_TX_MAX_FREE_BUF_SZ; struct rte_mbuf
> > *free[RTE_I40E_TX_MAX_FREE_BUF_SZ];
> >
> > For FAST_FREE_MODE:
> >
> > if (k) {
> > for
Sorry for a mistake for the code, it should be:
int n = txq->tx_rs_thresh;
int32_t i = 0, j = 0;
const int32_t k = RTE_ALIGN_FLOOR(n, RTE_I40E_TX_MAX_FREE_BUF_SZ);
const int32_t m = n % RTE_I40E_TX_MAX
Hi, Beilei
Thanks for your comments, please see below.
> -邮件原件-
> 发件人: Xing, Beilei
> 发送时间: 2021年6月22日 14:08
> 收件人: Feifei Wang
> 抄送: dev@dpdk.org; nd ; Ruifeng Wang
>
> 主题: RE: [PATCH v1 1/2] net/i40e: improve performance for scalar Tx
>
>
>
> > -Original Message-
> > From:
4 matches
Mail list logo