[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <786f8d29-241d-c5ec-033b-e0f60dea8291@aquantia.com>
Date: Mon, 19 Mar 2018 14:18:55 +0300
From: Igor Russkikh <igor.russkikh@...antia.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, darcari@...hat.com,
pavel.belous@...antia.com
Subject: Re: [PATCH net 4/7] net: aquantia: Add aq_tx_clean_budget and valid
budget handling logic
Hi David,
Thanks for the comments.
>>
>> +unsigned aq_tx_clean_budget = 256;
>> +module_param_named(aq_tx_clean_budget, aq_tx_clean_budget, uint, 0644);
>> +MODULE_PARM_DESC(aq_tx_clean_budget, "Maximum descriptors to cleanup on TX at once");
>> +
>> static void aq_nic_update_ndev_stats(struct aq_nic_s *self);
>
> Please do not add driver private module parameter knobs like this.
>
> Instead, please use a existing, device agnostic, runtime,
> configuration mechanism to control this.
I'm not aware of any existing standard way to configure tx cleanup budget.
Many drivers just have it hardcoded via define. Is that what you suggest then?
BR, Igor
Powered by blists - more mailing lists