On Mon, Jan 27, 2025 at 06:24:47PM +0900, Kunihiko Hayashi wrote:
The maximum number of Rx and Tx queues is defined by MTL_MAX_RX_QUEUESand
MTL_MAX_TX_QUEUES respectively.these
There are some places where Rx and Tx are used in reverse. Currently
two values as the same and there is no impact, but need to fix the usage
to keep consistency.
I disagree that this should be targetting the net tree - I think it
should be the net-next tree. Nothing is currently broken, this isn't
fixing a regression, there is no urgent need to get it into mainline.
It is merely a cleanup because both macros have the same value:
include/linux/stmmac.h:#define MTL_MAX_RX_QUEUES 8
include/linux/stmmac.h:#define MTL_MAX_TX_QUEUES 8
Currently these two values as the same and there is no impact
Please re-send for net-next after the merge window and net-next has
re-opened.