> -----Original Message-----
> From: Ye, Xiaolong
> Sent: Thursday, July 25, 2019 8:47 PM
> To: Zhang, Qi Z <[email protected]>
> Cc: Lu, Wenzhuo <[email protected]>; Wu, Jingjing
> <[email protected]>; Yao, Lei <[email protected]>; [email protected];
> [email protected]
> Subject: Re: [dpdk-dev] [PATCH v2] net/iavf: fix endless loop
>
> 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: [email protected]
> >
> >Reported-by: Lei Yao <[email protected]>
> >Signed-off-by: Qi Zhang <[email protected]>
> >---
>
> Reviewed-by: Xiaolong Ye <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi