From: tamizhr@codeaurora.org
To: Tamizh Chelvam <tamizhr@codeaurora.org>
Cc: johannes@sipsolutions.net, linux-wireless@vger.kernel.org
Subject: Re: [PATCHv10 0/6] cfg80211/mac80211: Add support for TID specific configuration
Date: Tue, 21 Jan 2020 13:11:02 +0530 [thread overview]
Message-ID: <528d2b83942394ae1aad08ffe7548a8a@codeaurora.org> (raw)
In-Reply-To: <20200121071724.p6mbyiqjal3jjfin@bars>
On 2020-01-21 12:47, Sergey Matyukevich wrote:
>> Add infrastructure to support per TID configurations like noack
>> policy,
>> retry count, AMPDU control(disable/enable), RTSCTS
>> control(enable/disable)
>> and TX rate mask configurations.
>> This will be useful for the driver which can supports data TID
>> specific configuration rather than phy level configurations.
>> Here NL80211_CMD_SET_TID_CONFIG added to support this operation by
>> accepting TID configuration.
>> This command can accept STA mac addreess to make the configuration
>> station specific rather than applying to all the connected stations
>> to the netdev.
>> And this nested command configuration can accept multiple number of
>> data TID specific configuration in a single command,
>> enum ieee80211_tid_conf_mask used to notify the driver that which
>> configuration got modified for the TID.
>>
>> Tamizh chelvam (6):
>> nl80211: Add NL command to support TID speicific configurations
>> nl80211: Add support to configure TID specific retry configuration
>> nl80211: Add support to configure TID specific AMPDU configuration
>> nl80211: Add support to configure TID specific RTSCTS configuration
>> nl80211: Add support to configure TID specific txrate configuration
>> mac80211: Add api to support configuring TID specific configuration
>>
>> include/net/cfg80211.h | 65 ++++++++++
>> include/net/mac80211.h | 10 ++
>> include/uapi/linux/nl80211.h | 140 +++++++++++++++++++++
>> net/mac80211/cfg.c | 56 +++++++++
>> net/mac80211/driver-ops.h | 27 ++++
>> net/wireless/nl80211.c | 287
>> +++++++++++++++++++++++++++++++++++++++---
>> net/wireless/rdev-ops.h | 24 ++++
>> net/wireless/trace.h | 37 ++++++
>> 8 files changed, 629 insertions(+), 17 deletions(-)
>
> Hello Tamizh,
>
> Thanks for you fixes and patience! The last two versions look pretty
> good to me.
>
> Reviewed-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
>
Sergey,
Thanks for your continuous support in reviewing this patchset:)
Thanks,
Tamizh.
next prev parent reply other threads:[~2020-01-21 7:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-20 7:51 [PATCHv10 0/6] cfg80211/mac80211: Add support for TID specific configuration Tamizh Chelvam
2020-01-20 7:51 ` [PATCHv10 1/6] nl80211: Add NL command to support TID speicific configurations Tamizh Chelvam
2020-01-20 7:51 ` [PATCHv10 2/6] nl80211: Add support to configure TID specific retry configuration Tamizh Chelvam
2020-01-20 7:51 ` [PATCHv10 3/6] nl80211: Add support to configure TID specific AMPDU configuration Tamizh Chelvam
2020-01-20 7:51 ` [PATCHv10 4/6] nl80211: Add support to configure TID specific RTSCTS configuration Tamizh Chelvam
2020-01-20 7:51 ` [PATCHv10 5/6] nl80211: Add support to configure TID specific txrate configuration Tamizh Chelvam
2020-01-20 7:51 ` [PATCHv10 6/6] mac80211: Add api to support configuring TID specific configuration Tamizh Chelvam
2020-01-21 7:17 ` [PATCHv10 0/6] cfg80211/mac80211: Add support for " Sergey Matyukevich
2020-01-21 7:41 ` tamizhr [this message]
2020-02-24 12:58 ` Johannes Berg
2020-02-24 13:07 ` Johannes Berg
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=528d2b83942394ae1aad08ffe7548a8a@codeaurora.org \
--to=tamizhr@codeaurora.org \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.