From: "Allen Hubbe" <Allen.Hubbe@dell.com>
To: 'Shyam Sundar S K' <ssundark@amd.com>,
'Jon Mason' <jdmason@kudzu.us>,
'Dave Jiang' <dave.jiang@intel.com>
Cc: "'Yu, Xiangliang'" <Xiangliang.Yu@amd.com>,
"'Shah, Nehal-bakulchandra'" <Nehal-bakulchandra.Shah@amd.com>,
"'Agrawal, Nitesh-kumar'" <Nitesh-kumar.Agrawal@amd.com>,
"'Sen, Pankaj'" <Pankaj.Sen@amd.com>,
"'Su, Richard (Bin)'" <Richard1.Su@amd.com>,
"'Subramaniyan, Ramkumar'" <ramkumar.ks@amd.com>,
linux-ntb@googlegroups.com
Subject: RE: [PATCH 1/2] ntb_transport: Limit memory windows based on available, scratchpads
Date: Fri, 2 Dec 2016 11:57:43 -0500 [thread overview]
Message-ID: <003601d24cbd$33648000$9a2d8000$@dell.com> (raw)
In-Reply-To: <8648997a-6e7d-fadb-be24-dc8ecf71d27e@amd.com>
This should be subject: [PATCH v2 ...]
Next should be PATCH v3.
git format-patch -v3
From: Shyam Sundar S K
> - for (i = 0; i < MAX_SPAD; i++)
> + for (i = 0; i < ntb_spad_count(nt->ndev); i++)
count = ntb_spad_count(nt->ndev);
for (i = 0; i < count; i++) ...
The rest looks good. Thanks.
prev parent reply other threads:[~2016-12-02 16:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-01 19:11 [PATCH 1/2] ntb_transport: Limit memory windows based on available, scratchpads Shyam Sundar S K
2016-12-02 2:22 ` Allen Hubbe
2016-12-02 12:32 ` Shyam Sundar S K
2016-12-02 14:30 ` Allen Hubbe
2016-12-02 16:31 ` Shyam Sundar S K
2016-12-02 16:57 ` Allen Hubbe [this message]
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='003601d24cbd$33648000$9a2d8000$@dell.com' \
--to=allen.hubbe@dell.com \
--cc=Nehal-bakulchandra.Shah@amd.com \
--cc=Nitesh-kumar.Agrawal@amd.com \
--cc=Pankaj.Sen@amd.com \
--cc=Richard1.Su@amd.com \
--cc=Xiangliang.Yu@amd.com \
--cc=dave.jiang@intel.com \
--cc=jdmason@kudzu.us \
--cc=linux-ntb@googlegroups.com \
--cc=ramkumar.ks@amd.com \
--cc=ssundark@amd.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