> -Original Message-
> From: Wang, Haiyue
> Sent: Tuesday, December 14, 2021 3:29 PM
> To: Rong, Leyi ; Bin Zheng
> ; dev@dpdk.org
> Cc: lian...@liangbit.com; sta...@dpdk.org; jia@intel.com
> Subject: RE: [PATCH v3] net/ixgbe: add vector Rx parameter check
On Fri, Dec 10, 2021 at 04:22:09PM +0800, Bin Zheng wrote:
> Under the circumstance that `rx_tail` wrap back to zero
> and the advance speed of `rx_tail` is greater than `rxrearm_start`,
> `rx_tail` will catch up with `rxrearm_start` and surpass it.
> This may cause some mbufs be reused by applicat
> -Original Message-
> From: Rong, Leyi
> Sent: Monday, December 13, 2021 11:03
> To: Bin Zheng ; dev@dpdk.org
> Cc: Wang, Haiyue ; lian...@liangbit.com;
> sta...@dpdk.org; jia@intel.com
> Subject: RE: [PATCH v3] net/ixgbe: add vector Rx parameter check
&g
> -Original Message-
> From: Bin Zheng
> Sent: Friday, December 10, 2021 4:22 PM
> To: dev@dpdk.org
> Cc: Wang, Haiyue ; lian...@liangbit.com;
> sta...@dpdk.org; Rong, Leyi ; Bin Zheng
> ; jia@intel.com
> Subject: [PATCH v3] net/ixgbe: add vector Rx parame
Under the circumstance that `rx_tail` wrap back to zero
and the advance speed of `rx_tail` is greater than `rxrearm_start`,
`rx_tail` will catch up with `rxrearm_start` and surpass it.
This may cause some mbufs be reused by application.
So we need to make some restrictions to ensure that
`rx_tail
Under the circumstance that `rx_tail` wrap back to zero
and the advance speed of `rx_tail` is greater than `rxrearm_start`,
`rx_tail` will catch up with `rxrearm_start` and surpass it.
This may cause some mbufs be reused by application.
So we need to make some restrictions to ensure that
`rx_tail
6 matches
Mail list logo