Re: [PATCH net-next v7 9/9] ice: Prevent ADQ, DCB, RDMA coexistence with Custom Tx scheduler
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-10-28 03:29:00
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-10-28 03:29:00
On Thu, 27 Oct 2022 15:00:49 +0200 Michal Wilczynski wrote:
ADQ, DCB, RDMA might interfere with Custom Tx Scheduler changes that user might introduce using devlink-rate API. Check if ADQ, DCB, RDMA is active, when user tries to change any setting in exported Tx scheduler tree. If any of those are active block the user from doing so, and log an appropriate message.
drivers/net/ethernet/intel/ice/ice_devlink.c:727: warning: Excess function parameter 'extack' description in 'ice_enable_custom_tx'