From: kbuild test robot <lkp@intel.com>
To: "Toke Høiland-Jørgensen" <toke@toke.dk>
Cc: kbuild-all@01.org, make-wifi-fast@lists.bufferbloat.net,
linux-wireless@vger.kernel.org,
"Toke Høiland-Jørgensen" <toke@toke.dk>,
"Michal Kazior" <michal.kazior@tieto.com>,
"Felix Fietkau" <nbd@nbd.name>
Subject: Re: [Make-wifi-fast] [PATCH] mac80211: Dynamically set CoDel parameters per station.
Date: Sun, 11 Sep 2016 00:09:51 -0000 [thread overview]
Message-ID: <201609110845.10LoXp5P%fengguang.wu@intel.com> (raw)
In-Reply-To: <20160910193315.30738-1-toke@toke.dk>
[-- Attachment #1: Type: text/plain, Size: 3725 bytes --]
Hi Toke,
[auto build test WARNING on ]
url: https://github.com/0day-ci/linux/commits/Toke-H-iland-J-rgensen/mac80211-Dynamically-set-CoDel-parameters-per-station/20160911-033626
base:
reproduce: make htmldocs
All warnings (new ones prefixed by >>):
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' description in 'ieee80211_sta_set_expected_throughput'
vim +/pubsta +4106 include/net/mac80211.h
4090
4091 /**
4092 * ieee80211_sta_set_expected_throughput - set the expected throughput for a
4093 * station
4094 *
4095 * Call this function to notify mac80211 about a change in expected throughput
4096 * to a station. A driver for a device that does rate control in firmware can
4097 * call this function when the expected throughput estimate towards a station
4098 * changes. The information is used to tune the CoDel AQM applied to traffic
4099 * going towards that station (which can otherwise be too aggressive and cause
4100 * slow stations to starve).
4101 *
4102 * @sta: the station to set throughput for.
4103 * @thr: the current expected throughput in kbps.
4104 */
4105 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta,
> 4106 u32 thr);
4107
4108 /**
4109 * ieee80211_tx_status - transmit status callback
4110 *
4111 * Call this function for all transmitted frames after they have been
4112 * transmitted. It is permissible to not call this function for
4113 * multicast frames but this can affect statistics.
4114 *
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 6422 bytes --]
next prev parent reply other threads:[~2016-09-11 0:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-10 19:33 Toke Høiland-Jørgensen
2016-09-10 19:54 ` Jim Gettys
2016-09-10 20:09 ` Toke Høiland-Jørgensen
2016-09-11 3:16 ` Loganaden Velvindron
2016-09-11 0:09 ` kbuild test robot [this message]
2017-04-05 16:18 ` [Make-wifi-fast] [PATCH v2] " Toke Høiland-Jørgensen
2017-04-06 7:56 ` kbuild test robot
2017-04-06 8:45 ` kbuild test robot
2017-04-06 9:38 ` [Make-wifi-fast] [PATCH v3] " Toke Høiland-Jørgensen
2017-04-06 10:51 ` Eric Dumazet
2017-04-06 15:58 ` Toke Høiland-Jørgensen
2017-04-13 18:26 ` Dave Taht
2017-05-17 14:06 ` Johannes Berg
2017-05-19 9:27 ` Toke Høiland-Jørgensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/make-wifi-fast.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201609110845.10LoXp5P%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-wireless@vger.kernel.org \
--cc=make-wifi-fast@lists.bufferbloat.net \
--cc=michal.kazior@tieto.com \
--cc=nbd@nbd.name \
--cc=toke@toke.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox