Re: [PATCH] drivers: net: xgene: Fix the order

From: David Miller
Date: Mon Jan 27 2020 - 05:18:36 EST


From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Date: Sun, 26 Jan 2020 11:44:29 +0100

> 'alloc_etherdev_mqs()' expects first 'tx', then 'rx'. The semantic here
> looks reversed.
>
> Reorder the arguments passed to 'alloc_etherdev_mqs()' in order to keep
> the correct semantic.
>
> In fact, this is a no-op because both XGENE_NUM_[RT]X_RING are 8.
>
> Fixes: 107dec2749fe ("drivers: net: xgene: Add support for multiple queues")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Applied, thanks.