From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Hariprasad Shenai <hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org,
leedom-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org,
nirranjan-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH for-4.1 0/2] Adds support for user mode bar2 mapping and bar2 qid density
Date: Thu, 11 Jun 2015 01:01:21 -0400 [thread overview]
Message-ID: <1433998881.71666.147.camel@redhat.com> (raw)
In-Reply-To: <1433854392-6531-1-git-send-email-hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1986 bytes --]
On Tue, 2015-06-09 at 18:23 +0530, Hariprasad Shenai wrote:
> Hi,
>
> This patch series adds support for user mode bar2 mappings for T4 adapter
> and also adds support for bar2 qid densities exceeding page size.
>
> This patch series has been created against Doug's github tree 'for-4.1'
> branch and includes patches on cxgb4 and iw_cxgb4 driver.
>
> We have included all the maintainers of respective drivers. Kindly review
> the change and let us know in case of any review comments.
I didn't catch this in my original responses to this thread. But, your
subject calls this out for 4.1. You do realize that 4.1 is already at
4.1-rc7. Did you really mean for a patchset this large to go in at this
late stage of the rc cycles? And if so, what's the justification?
Otherwise, I fixed up the cast issue I brought up and have this ready to
apply to 4.2. But if you *really* mean 4.1, speak up with the problem
this solves and why it's so bad it can't wait.
> Thanks
>
> Hariprasad Shenai (2):
> cxgb4: Support for user mode bar2 mappings with T4
> iw_cxgb4: support for bar2 qid densities exceeding the page size
>
> drivers/infiniband/hw/cxgb4/cq.c | 22 ++++-----
> drivers/infiniband/hw/cxgb4/device.c | 16 ++-----
> drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 5 +-
> drivers/infiniband/hw/cxgb4/qp.c | 64 ++++++++++++++++---------
> drivers/infiniband/hw/cxgb4/t4.h | 60 +++++++++++++++--------
> drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 1 +
> drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 4 +-
> drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | 1 +
> drivers/net/ethernet/chelsio/cxgb4/sge.c | 4 +-
> drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 7 +--
> 10 files changed, 109 insertions(+), 75 deletions(-)
>
--
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
GPG KeyID: 0E572FDD
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-06-11 5:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-09 12:53 [PATCH for-4.1 0/2] Adds support for user mode bar2 mapping and bar2 qid density Hariprasad Shenai
[not found] ` <1433854392-6531-1-git-send-email-hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2015-06-09 12:53 ` [PATCH for-4.1 1/2] cxgb4: Support for user mode bar2 mappings with T4 Hariprasad Shenai
2015-06-09 12:53 ` [PATCH for-4.1 2/2] iw_cxgb4: support for bar2 qid densities exceeding the page size Hariprasad Shenai
[not found] ` <1433854392-6531-3-git-send-email-hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2015-06-09 14:03 ` Doug Ledford
[not found] ` <1433858594.90034.14.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-09 14:07 ` Steve Wise
2015-06-09 14:16 ` Doug Ledford
[not found] ` <1433859363.90034.19.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-09 14:18 ` Steve Wise
2015-06-09 14:25 ` Doug Ledford
2015-06-11 5:01 ` Doug Ledford [this message]
[not found] ` <1433998881.71666.147.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-11 14:08 ` [PATCH for-4.1 0/2] Adds support for user mode bar2 mapping and bar2 qid density Steve Wise
2015-06-11 14:10 ` Doug Ledford
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=1433998881.71666.147.camel@redhat.com \
--to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org \
--cc=leedom-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nirranjan-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org \
--cc=swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox