From: Amitkumar Karwar <amitkarwar@gmail.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org,
Amitkumar Karwar <amit.karwar@redpinesignals.com>,
Siva Rebbagondla <siva.rebbagondla@redpinesignals.com>
Subject: [PATCH 0/3] rsi: RX path improvements
Date: Wed, 28 Feb 2018 13:08:25 +0530 [thread overview]
Message-ID: <1519803508-27737-1-git-send-email-amitkarwar@gmail.com> (raw)
From: Amitkumar Karwar <amit.karwar@redpinesignals.com>
This patch series adds a thread for Rx handling and other related
enhancements for better throughput.
Prameela Rani Garnepudi (3):
rsi: improve RX handling in SDIO interface
rsi: use dynamic RX control blocks instead of MAX_RX_URB
rsi: improve RX packet handling in USB interface
drivers/net/wireless/rsi/rsi_91x_sdio.c | 45 +++++++---
drivers/net/wireless/rsi/rsi_91x_sdio_ops.c | 64 ++++++++++++---
drivers/net/wireless/rsi/rsi_91x_usb.c | 122 ++++++++++++++++------------
drivers/net/wireless/rsi/rsi_91x_usb_ops.c | 34 +++-----
drivers/net/wireless/rsi/rsi_hal.h | 1 +
drivers/net/wireless/rsi/rsi_main.h | 2 +-
drivers/net/wireless/rsi/rsi_sdio.h | 8 ++
drivers/net/wireless/rsi/rsi_usb.h | 5 +-
8 files changed, 181 insertions(+), 100 deletions(-)
--
2.7.4
next reply other threads:[~2018-02-28 7:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-28 7:38 Amitkumar Karwar [this message]
2018-02-28 7:38 ` [PATCH 1/3] rsi: improve RX handling in SDIO interface Amitkumar Karwar
2018-03-13 15:01 ` Kalle Valo
2018-03-13 16:43 ` [1/3] " Kalle Valo
2018-02-28 7:38 ` [PATCH 2/3] rsi: use dynamic RX control blocks instead of MAX_RX_URB Amitkumar Karwar
2018-02-28 7:38 ` [PATCH 3/3] rsi: improve RX packet handling in USB interface Amitkumar Karwar
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=1519803508-27737-1-git-send-email-amitkarwar@gmail.com \
--to=amitkarwar@gmail.com \
--cc=amit.karwar@redpinesignals.com \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=siva.rebbagondla@redpinesignals.com \
/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;
as well as URLs for NNTP newsgroup(s).