> -Original Message-
> From: Ye, Xiaolong
> Sent: Thursday, July 25, 2019 8:47 PM
> To: Zhang, Qi Z
> Cc: Lu, Wenzhuo ; Wu, Jingjing
> ; Yao, Lei ; dev@dpdk.org;
> sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2] net/iavf: fix endless loop
>
> On 07
On 07/25, Qi Zhang wrote:
>Change loop index from uint16_t to uint32_t since max
>index 65535 could be exceeded when ring size is 2k+.
>
>Fixes: 69dd4c3d0898 ("net/avf: enable queue and device")
>Cc: sta...@dpdk.org
>
>Reported-by: Lei Yao
>Signed-off-by: Qi Zhang
>---
>v2:
>- add missing fix in
Change loop index from uint16_t to uint32_t since max
index 65535 could be exceeded when ring size is 2k+.
Fixes: 69dd4c3d0898 ("net/avf: enable queue and device")
Cc: sta...@dpdk.org
Reported-by: Lei Yao
Signed-off-by: Qi Zhang
---
v2:
- add missing fix in reset_tx_queue.
drivers/net/iavf/ia
3 matches
Mail list logo