From: Tejun Heo <tj@kernel.org>
To: Parav Pandit <pandit.parav@gmail.com>
Cc: cgroups@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org,
lizefan@huawei.com, hannes@cmpxchg.org, dledford@redhat.com,
liranl@mellanox.com, sean.hefty@intel.com,
jgunthorpe@obsidianresearch.com, haggaie@mellanox.com,
corbet@lwn.net, james.l.morris@oracle.com, serge@hallyn.com,
ogerlitz@mellanox.com, matanb@mellanox.com, raindel@mellanox.com,
akpm@linux-foundation.org, linux-security-module@vger.kernel.org
Subject: Re: [PATCHv5 0/3] rdmacg: IB/core: rdma controller support
Date: Sun, 31 Jan 2016 04:46:05 -0500 [thread overview]
Message-ID: <20160131094605.GR32380@htj.duckdns.org> (raw)
In-Reply-To: <1454214912-10965-1-git-send-email-pandit.parav@gmail.com>
On Sun, Jan 31, 2016 at 10:05:09AM +0530, Parav Pandit wrote:
> Changes from v4:
> * Fixed compilation errors for lockdep_assert_held reported by kbuild
> test robot
> * Fixed compilation warning reported by coccinelle for extra semicolon.
> * Fixed compilation error for inclusion of linux/parser.h which cannot
> be included in any header file, as that triggers multiple inclusion
> error. Instead parser.h is included in C files which intent to use it.
> * Removed unused header file inclusion in cgroup_rdma.c
>
> Changes from v3:
> * (To address comments from Tejun)
> 1. Renamed cg_resource to rdmacg_resource
> 2. Merged dealloc_cg_rpool and _dealloc_cg_rpool to single function
> 3. Renamed _find_cg_rpool to find_cg_rpool_locked()
> 5. Removed RDMACG_MAX_RESOURCE_INDEX limitation
> 6. Fixed few alignments.
> 7. Improved description for RDMA cgroup configuration menu
> 8. Renamed cg_list_lock to rpool_list_lock to reflect the lock
> is for rpools.
> 9. Renamed _get_cg_rpool to find_cg_rpool.
> 10. Made creator as int variable, instead of atomic as its not
> required to be atomic.
> * Fixed freeing right rpool during query_limit error path
> * Added copywrite for cgroup.c
> * Removed including parser.h from cgroup.c as its included by cgroup_rdma.h
> * Reduced try_charge functions to single function and removed duplicate
> comments.
Please don't send out patchsets in rapid succession while design
discussion is still in progress. It's tiring for everyone involved.
Thanks.
--
tejun
next prev parent reply other threads:[~2016-01-31 9:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-31 4:35 [PATCHv5 0/3] rdmacg: IB/core: rdma controller support Parav Pandit
[not found] ` <1454214912-10965-1-git-send-email-pandit.parav-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-01-31 4:35 ` [PATCHv5 1/3] rdmacg: Added rdma cgroup controller Parav Pandit
2016-01-31 4:35 ` [PATCHv5 2/3] IB/core: added support to use " Parav Pandit
2016-01-31 4:35 ` [PATCHv5 3/3] rdmacg: Added documentation for rdma controller Parav Pandit
2016-01-31 9:46 ` Tejun Heo [this message]
[not found] ` <20160131094605.GR32380-piEFEHQLUPpN0TnZuCh8vA@public.gmane.org>
2016-01-31 9:55 ` [PATCHv5 0/3] rdmacg: IB/core: rdma controller support Parav Pandit
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=20160131094605.GR32380@htj.duckdns.org \
--to=tj@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=cgroups@vger.kernel.org \
--cc=corbet@lwn.net \
--cc=dledford@redhat.com \
--cc=haggaie@mellanox.com \
--cc=hannes@cmpxchg.org \
--cc=james.l.morris@oracle.com \
--cc=jgunthorpe@obsidianresearch.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=liranl@mellanox.com \
--cc=lizefan@huawei.com \
--cc=matanb@mellanox.com \
--cc=ogerlitz@mellanox.com \
--cc=pandit.parav@gmail.com \
--cc=raindel@mellanox.com \
--cc=sean.hefty@intel.com \
--cc=serge@hallyn.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).