Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1719636

Re: [RFC PATCH v2 1/7] ktask: add documentation

From Randy Dunlap <rdunlap@infradead.org>
Newsgroups linux.kernel
Subject Re: [RFC PATCH v2 1/7] ktask: add documentation
Date 2017-08-25 01:10 +0200
Message-ID <ui9qa-4Bp-15@gated-at.bofh.it> (permalink)
References <ui7eF-2Ut-5@gated-at.bofh.it> <ui7eG-2Ut-29@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 08/24/2017 01:49 PM, Daniel Jordan wrote:
> Motivates and explains the ktask API for kernel clients.
> 
> Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com>
> Reviewed-by: Steve Sistare <steven.sistare@oracle.com>
> Cc: Aaron Lu <aaron.lu@intel.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Dave Hansen <dave.hansen@linux.intel.com>
> Cc: Mel Gorman <mgorman@techsingularity.net>
> Cc: Michal Hocko <mhocko@kernel.org>
> Cc: Mike Kravetz <mike.kravetz@oracle.com>
> Cc: Pavel Tatashin <pasha.tatashin@oracle.com>
> Cc: Tim Chen <tim.c.chen@intel.com>
> ---
>  Documentation/core-api/index.rst |   1 +
>  Documentation/core-api/ktask.rst | 104 +++++++++++++++++++++++++++++++++++++++
>  2 files changed, 105 insertions(+)
>  create mode 100644 Documentation/core-api/ktask.rst
> 
> diff --git a/Documentation/core-api/ktask.rst b/Documentation/core-api/ktask.rst
> new file mode 100644
> index 000000000000..cb4b0d87c8c6
> --- /dev/null
> +++ b/Documentation/core-api/ktask.rst
> @@ -0,0 +1,104 @@
> +============================================
> +ktask: parallelize cpu-intensive kernel work
> +============================================

Hi,

I would prefer to use CPU instead of cpu.
Otherwise, Reviewed-by: Randy Dunlap <rdunlap@infradead.org>


-- 
~Randy

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC PATCH v2 1/7] ktask: add documentation Daniel Jordan <daniel.m.jordan@oracle.com> - 2017-08-24 22:50 +0200
  Re: [RFC PATCH v2 1/7] ktask: add documentation Randy Dunlap <rdunlap@infradead.org> - 2017-08-25 01:10 +0200
    Re: [RFC PATCH v2 1/7] ktask: add documentation Daniel Jordan <daniel.m.jordan@oracle.com> - 2017-08-25 16:20 +0200

csiph-web