diff for duplicates of <20140410133211.GB18808@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 65fc22f..72c88b7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ Vivek > BRs > Zhiguo > -> On Sun, Oct 20, 2013 at 8:11 PM, Hong Zhiguo <honkiko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: +> On Sun, Oct 20, 2013 at 8:11 PM, Hong Zhiguo <honkiko@gmail.com> wrote: > > Token bucket algorithm(http://en.wikipedia.org/wiki/Token_bucket) > > is very simple and widely used for rate limiting and shaping. > > It's well suitable for blk-throttle. And it naturally works for @@ -33,8 +33,8 @@ Vivek > > behaves almost the same with original time-slicing implementation, > > and with less fluctuation. It's also tested on hierarchical setup. > > -> > Signed-off-by: Hong Zhiguo <zhiguohong-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org> -> > Tested-by: Hong Zhiguo <zhiguohong-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org> +> > Signed-off-by: Hong Zhiguo <zhiguohong@tencent.com> +> > Tested-by: Hong Zhiguo <zhiguohong@tencent.com> > > --- > > block/blk-throttle.c | 285 +++++++++------------------------------------------ > > 1 file changed, 50 insertions(+), 235 deletions(-) @@ -46,9 +46,9 @@ Vivek > > @@ -2,6 +2,8 @@ > > * Interface for controlling IO bandwidth on a request queue > > * -> > * Copyright (C) 2010 Vivek Goyal <vgoyal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> > * Copyright (C) 2010 Vivek Goyal <vgoyal@redhat.com> > > + * -> > + * Simplify the logic with token bucket, Hong Zhiguo <zhiguohong-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org> +> > + * Simplify the logic with token bucket, Hong Zhiguo <zhiguohong@tencent.com> > > */ > > > > #include <linux/module.h> diff --git a/a/content_digest b/N1/content_digest index 7e58672..4c224fc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,16 +2,15 @@ "ref\01382271072-15664-1-git-send-email-zhiguohong@tencent.com\0" "ref\01382271072-15664-2-git-send-email-zhiguohong@tencent.com\0" "ref\0CAA7+ByVJWjfs5HiMsnuum75egghrNQHt2KNNPTWeVa0-FWccaQ@mail.gmail.com\0" - "ref\0CAA7+ByVJWjfs5HiMsnuum75egghrNQHt2KNNPTWeVa0-FWccaQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" - "From\0Vivek Goyal <vgoyal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" + "From\0Vivek Goyal <vgoyal@redhat.com>\0" "Subject\0Re: [PATCH v4 1/2] blk-throttle: simplify logic by token bucket algorithm\0" "Date\0Thu, 10 Apr 2014 09:32:11 -0400\0" - "To\0Hong zhi guo <honkiko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Jens Axboe <axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " Hong Zhiguo <zhiguohong-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>\0" + "To\0Hong zhi guo <honkiko@gmail.com>\0" + "Cc\0Tejun Heo <tj@kernel.org>" + cgroups@vger.kernel.org + Jens Axboe <axboe@kernel.dk> + linux-kernel@vger.kernel.org + " Hong Zhiguo <zhiguohong@tencent.com>\0" "\00:1\0" "b\0" "On Thu, Apr 10, 2014 at 06:07:05PM +0800, Hong zhi guo wrote:\n" @@ -33,7 +32,7 @@ "> BRs\n" "> Zhiguo\n" "> \n" - "> On Sun, Oct 20, 2013 at 8:11 PM, Hong Zhiguo <honkiko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n" + "> On Sun, Oct 20, 2013 at 8:11 PM, Hong Zhiguo <honkiko@gmail.com> wrote:\n" "> > Token bucket algorithm(http://en.wikipedia.org/wiki/Token_bucket)\n" "> > is very simple and widely used for rate limiting and shaping.\n" "> > It's well suitable for blk-throttle. And it naturally works for\n" @@ -49,8 +48,8 @@ "> > behaves almost the same with original time-slicing implementation,\n" "> > and with less fluctuation. It's also tested on hierarchical setup.\n" "> >\n" - "> > Signed-off-by: Hong Zhiguo <zhiguohong-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>\n" - "> > Tested-by: Hong Zhiguo <zhiguohong-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>\n" + "> > Signed-off-by: Hong Zhiguo <zhiguohong@tencent.com>\n" + "> > Tested-by: Hong Zhiguo <zhiguohong@tencent.com>\n" "> > ---\n" "> > block/blk-throttle.c | 285 +++++++++------------------------------------------\n" "> > 1 file changed, 50 insertions(+), 235 deletions(-)\n" @@ -62,9 +61,9 @@ "> > @@ -2,6 +2,8 @@\n" "> > * Interface for controlling IO bandwidth on a request queue\n" "> > *\n" - "> > * Copyright (C) 2010 Vivek Goyal <vgoyal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> > * Copyright (C) 2010 Vivek Goyal <vgoyal@redhat.com>\n" "> > + *\n" - "> > + * Simplify the logic with token bucket, Hong Zhiguo <zhiguohong-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Simplify the logic with token bucket, Hong Zhiguo <zhiguohong@tencent.com>\n" "> > */\n" "> >\n" "> > #include <linux/module.h>\n" @@ -489,4 +488,4 @@ "> best regards\n" > Hong Zhiguo -49791e832b4d03347730fff189d804cb8b95dfcb9a47b96fb1d8f982bd1c02c7 +536d6f60041a13f42b5b1236d1a37b9e6f012f9cd0755f57134f4277877404f6
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.