On Tue, Sep 10, 2024 at 05:56:29PM +0800, Jiawen Wu wrote: > The number of transmit and receive descriptors must be a multiple of 128 > due to the hardware limitation. If it is set to a multiple of 8 instead of > a multiple 128, the queues will easily be hung. > > Cc: stable@xxxxxxxxxxxxxxx > Fixes: 883b5984a5d2 ("net: wangxun: add ethtool_ops for ring parameters") > Signed-off-by: Jiawen Wu <jiawenwu@xxxxxxxxxxxxxx> Reviewed-by: Simon Horman <horms@xxxxxxxxxx>