Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750821AbeAPGSX (ORCPT + 1 other); Tue, 16 Jan 2018 01:18:23 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:4202 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750725AbeAPGSW (ORCPT ); Tue, 16 Jan 2018 01:18:22 -0500 Subject: Re: [RFC PATCH] ubifs: Add zstd support To: Richard Weinberger CC: , , , References: <20180112092421.22095-1-yuyufen@huawei.com> <7790203.HFZG64yrZx@blindfold> From: yuyufen Message-ID: <7c454b10-6bec-8123-e750-7e6e4772b76e@huawei.com> Date: Tue, 16 Jan 2018 14:16:44 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <7790203.HFZG64yrZx@blindfold> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.177.219.49] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 2018/1/12 18:45, Richard Weinberger wrote: > Yufen Yu, > > Am Freitag, 12. Januar 2018, 10:24:21 CET schrieb Yufen Yu: >> Add zstd compression and decompression support to ubifs. zstd at its >> fastest level compresses almost as well as zlib, while offering much >> faster compression and decompression, approaching lzo speeds. >> >> This patch is based on the patch: >> https://patchwork.kernel.org/patch/9892631/ >> >> zstd source repository: https://github.com/facebook/zstd > Do you have numbers on how much we gain for UBIFS on a typical embedded > device? > > Thanks, > //richard > > . > This is a RFC patch. I will post the test results after the full function completing. Thanks a lot. Yufen Yu