Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754329AbdHYAvZ (ORCPT ); Thu, 24 Aug 2017 20:51:25 -0400 Received: from mail-pg0-f45.google.com ([74.125.83.45]:36776 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753428AbdHYAvY (ORCPT ); Thu, 24 Aug 2017 20:51:24 -0400 Date: Fri, 25 Aug 2017 09:51:41 +0900 From: Sergey Senozhatsky To: Nick Terrell Cc: "sergey.senozhatsky.work@gmail.com" , "linux-kernel@vger.kernel.org" , "minchan@kernel.org" Subject: Re: [PATCH] zram: add zstd to the supported algorithms list Message-ID: <20170825005141.GA743@jagdpanzerIV.localdomain> References: <20170824014936.4738-1-sergey.senozhatsky@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 278 Lines: 11 On (08/24/17 21:33), Nick Terrell wrote: > On Thu, Aug 24, 2017 at 10:49:36AM +0900, Sergey Senozhatsky wrote: > > Add ZSTD to the list of supported compression algorithms. > > > > Official benchmarks [1]: > > Awesome! Let me know if you need anything from me. thanks! -ss