lkml.org 
[lkml]   [2019]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH net-next 1/7] net: hns3: add ethtool_ops.set_channels support for HNS3 VF driver
From
Date


On 2019/9/11 1:25, David Miller wrote:
> From: Huazhong Tan <tanhuazhong@huawei.com>
> Date: Tue, 10 Sep 2019 16:58:22 +0800
>
>> + /* Set to user value, no larger than max_rss_size. */
>> + if (kinfo->req_rss_size != kinfo->rss_size && kinfo->req_rss_size &&
>> + kinfo->req_rss_size <= max_rss_size) {
>> + dev_info(&hdev->pdev->dev, "rss changes from %u to %u\n",
>> + kinfo->rss_size, kinfo->req_rss_size);
>> + kinfo->rss_size = kinfo->req_rss_size;
>
> Please do not emit kernel log messages for normal operations.
>

Will remove this log in V2.
Thanks.

> .
>

\
 
 \ /
  Last update: 2019-09-11 04:02    [W:0.026 / U:0.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site