]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ice: Extend Sideband Queue command to support flags
authorAnil Samal <anil.samal@intel.com>
Tue, 9 Jul 2024 20:29:47 +0000 (13:29 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 11 Jul 2024 02:09:45 +0000 (19:09 -0700)
commita317f873ea85e1e3abf7963670e88fd6f23f8c68
tree3f715ec9a418499420198402dddc46f86a98c4f6
parentd00ba1d734f78c8f0a4826acd1f19ec42bbcb9be
ice: Extend Sideband Queue command to support flags

Current driver implementation for Sideband Queue supports a
fixed flag (ICE_AQ_FLAG_RD). To retrieve FEC statistics from
firmware, Sideband Queue command is used with a different flag.

Extend API for Sideband Queue command to use 'flags' as input
argument.

Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Anil Samal <anil.samal@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Link: https://patch.msgid.link/20240709202951.2103115-2-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/ice/ice_common.c
drivers/net/ethernet/intel/ice/ice_common.h
drivers/net/ethernet/intel/ice/ice_ptp_hw.c