From: Minchan Kim <minchan.kernel.2@gmail.com>
To: Nitin Gupta <ngupta@vflare.org>
Cc: Greg KH <greg@kroah.com>, Jerome Marchand <jmarchan@redhat.com>,
Seth Jennings <sjenning@linux.vnet.ibm.com>,
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
Dan Carpenter <dan.carpenter@oracle.com>,
Sam Hansen <solid.se7en@gmail.com>,
Linux Driver Project <devel@linuxdriverproject.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 2/2] zram: reduce metadata overhead
Date: Fri, 30 Nov 2012 23:37:44 +0900 [thread overview]
Message-ID: <20121130143744.GB22196@blaptop> (raw)
In-Reply-To: <1354258489-2703-2-git-send-email-ngupta@vflare.org>
On Thu, Nov 29, 2012 at 10:54:49PM -0800, Nitin Gupta wrote:
> Changelog v2 vs v1:
> - Use is_zero_page() instead of direct handle comparison
> - Use 1 as invalid handle value instead of -1 since handle
> is unsigned and thus -1 may refer to a valid object. While 1
> is guaranteed to be invalid since <pfn:0,offset:1> can never
> refer to (end of) a valid object.
Ho, Hmm, another coupling between zram and zsmalloc.
The zram knows internal of zsmalloc very well. Sigh.
I don't like it really. Nonetheless, if you really want it,
please put "#define ZS_INVALID_HANDLE 1" in zsmalloc.h and use it.
But the concern about my suggestion is that user can imagine
it's equal to 0 so they might try to use it instead of 0.
Maybe we need more clear name.
Off-topic:
Anyway, my assumption about user's mistake is only vaild in case of
general allocator but zsmalloc already wasn't general allocator by
following as.
zs_map_object
zs_get_objsize
ZS_INVALID_HANDLE
Now I'm sure we shouldn't put it in under /lib. :(
> - Remove references to 'table' in comments and messages since
> we just have a plain array of handles now.
>
> For every allocated object, zram maintains the the handle, size,
> flags and count fields. Of these, only the handle is required
> since zsmalloc now provides the object size given the handle.
> The flags field was needed only to mark a given page as zero-filled.
> Instead of this field, we now use an invalid value (-1) to mark such
ZS_INAVLID_HANDLE or something.
> pages. Lastly, the count field was unused, so was simply removed.
>
> Signed-off-by: Nitin Gupta <ngupta@vflare.org>
> Reviewed-by: Jerome Marchand <jmarchan@redhat.com>
> ---
> drivers/staging/zram/zram_drv.c | 97 ++++++++++++++++-----------------------
> drivers/staging/zram/zram_drv.h | 20 ++------
> 2 files changed, 43 insertions(+), 74 deletions(-)
>
Otherwise, looks good to me.
--
Kind regards,
Minchan Kim
next prev parent reply other threads:[~2012-11-30 14:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-30 6:54 [PATCH v2 1/2] zsmalloc: add function to query object size Nitin Gupta
2012-11-30 6:54 ` [PATCH v2 2/2] zram: reduce metadata overhead Nitin Gupta
2012-11-30 14:37 ` Minchan Kim [this message]
2012-11-30 13:54 ` [PATCH v2 1/2] zsmalloc: add function to query object size Minchan Kim
2012-12-03 7:20 ` Nitin Gupta
2012-12-03 7:52 ` Minchan Kim
2012-12-08 0:45 ` Nitin Gupta
2012-12-11 3:59 ` Minchan Kim
2012-12-11 7:19 ` feel " Nitin Gupta
2012-12-11 7:50 ` Minchan Kim
-- strict thread matches above, loose matches on Subject: below --
2012-11-29 7:48 Nitin Gupta
2012-11-29 7:48 ` [PATCH v2 2/2] zram: reduce metadata overhead Nitin Gupta
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=20121130143744.GB22196@blaptop \
--to=minchan.kernel.2@gmail.com \
--cc=dan.carpenter@oracle.com \
--cc=devel@linuxdriverproject.org \
--cc=greg@kroah.com \
--cc=jmarchan@redhat.com \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ngupta@vflare.org \
--cc=sjenning@linux.vnet.ibm.com \
--cc=solid.se7en@gmail.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