On Wed, Apr 30, 2025 at 10:11:52AM -0700, Jacob Keller wrote: > i40e, ice, and iAVF all use 'hena' as a shorthand for the "hash enable" > configuration. This comes originally from the X710 datasheet 'xxQF_HENA' > registers. In the context of the registers the meaning is fairly clear. > > However, on its own, hena is a weird name that can be more difficult to > understand. This is especially true in ice. The E810 hardware doesn't even > have registers with HENA in the name. > > Replace the shorthand 'hena' with 'hashcfg'. This makes it clear the > variables deal with the Hash configuration, not just a single boolean > on/off for all hashing. > > Do not update the register names. These come directly from the datasheet > for X710 and X722, and it is more important that the names can be searched. > > Suggested-by: Przemek Kitszel <przemyslaw.kits...@intel.com> > Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com> > Reviewed-by: Aleksandr Loktionov <aleksandr.loktio...@intel.com> > Reviewed-by: Przemek Kitszel <przemyslaw.kits...@intel.com>
Reviewed-by: Simon Horman <ho...@kernel.org>