On Thu, Dec 19, 2024 at 11:40 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > On Wed, 18 Dec 2024 14:45:26 +0000 Taehee Yoo wrote: > > +#define BNXT_HDS_THRESHOLD_MAX 1023 > > + u16 hds_threshold; > > How about we add hds_threshold to struct ethtool_netdev_state ? > That way in patch 6 we don't have to call the driver to get it. I agree, it looks much better! I will change it. Thanks a lot! Taehee Yoo