• Barry Song's avatar
    crypto: api - permit users to specify numa node of acomp hardware · 7bc13b5b
    Barry Song authored
    
    
    For a Linux server with NUMA, there are possibly multiple (de)compressors
    which are either local or remote to some NUMA node. Some drivers will
    automatically use the (de)compressor near the CPU calling acomp_alloc().
    However, it is not necessarily correct because users who send acomp_req
    could be from different NUMA node with the CPU which allocates acomp.
    
    Just like kernel has kmalloc() and kmalloc_node(), here crypto can have
    same support.
    
    Cc: Seth Jennings <sjenning@redhat.com>
    Cc: Dan Streetman <ddstreet@ieee.org>
    Cc: Vitaly Wool <vitaly.wool@konsulko.com>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    Signed-off-by: default avatarBarry Song <song.bao.hua@hisilicon.com>
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    7bc13b5b