On Thu, 2 May 2024 15:51:43 +0100 Ferruh Yigit <ferruh.yi...@amd.com> wrote:
> I agree on the fix, only I don't think it belongs to this patch. > > As far as I can see 'rxq_fds' was already initialized to '-1' and > original code was already wrong. > > This patch merges 'rxq_fds' & 'txq_fds' to 'fds', but this patch doesn't > do anything that requires updating the above condition, or if I missing > it please show me. > > I think better to fix condition first in a separate patch. Your right rxq_fds was not checked correctly in original code. Let me split out that one.