Re: [PATCH net-next v4 9/9] net: ethernet: ti: am65-cpsw: remove cpsw_ale_classifier_setup_default()
From: Roger Quadros <rogerq@kernel.org>
Date: 2025-08-13 13:12:53
Also in:
linux-omap, lkml
From: Roger Quadros <rogerq@kernel.org>
Date: 2025-08-13 13:12:53
Also in:
linux-omap, lkml
Hi Simon, On 16/05/2025 12:25, Simon Horman wrote:
On Wed, May 14, 2025 at 03:04:29PM +0300, Roger Quadros wrote:quoted
The RX classifier can now be configured by user using ethtool -N. So drop cpsw_ale_classifier_setup_default(). Signed-off-by: Roger Quadros <rogerq@kernel.org>Hi Roger, Could you shed some light on how this effects user's experience, say after probing the driver but without issuing any ethtool commands?
Default behavior is that all traffic is routed to channel 0. I will mention this in the commit log. -- cheers, -roger