Re: [PATCH net-next v3 1/5] ice: remove FW logging code
From: Leon Romanovsky <leon@kernel.org>
Date: 2023-08-15 18:34:31
From: Leon Romanovsky <leon@kernel.org>
Date: 2023-08-15 18:34:31
On Tue, Aug 15, 2023 at 09:57:46AM -0700, Tony Nguyen wrote:
From: Paul M Stillwell Jr <redacted> The FW logging code doesn't work because there is no way to set cq_ena or uart_ena so remove the code. This code is the original (v1) way of FW logging so it should be replaced with the v2 way. Signed-off-by: Paul M Stillwell Jr <redacted> Tested-by: Pucha Himasekhar Reddy <redacted> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> --- .../net/ethernet/intel/ice/ice_adminq_cmd.h | 78 ------- drivers/net/ethernet/intel/ice/ice_common.c | 217 ------------------ drivers/net/ethernet/intel/ice/ice_common.h | 1 - drivers/net/ethernet/intel/ice/ice_main.c | 3 - drivers/net/ethernet/intel/ice/ice_type.h | 20 -- 5 files changed, 319 deletions(-)
Thanks, Reviewed-by: Leon Romanovsky <leonro@nvidia.com>