RE: [PATCH 00/11] makedumpfile: Add zstd support for makedumpfile

2021-09-22 Thread 萩尾 一仁
Hi Tao Liu, Merged them into a patch and applied: https://github.com/makedumpfile/makedumpfile/commit/afd0a6db2a0543217f8e46955a1b44b71f7e7ef3 Thanks, Kazu > -Original Message- > Hi Tao Liu, > > -Original Message- > > Hello Kazu, > > > > Sorry for the late reply. > > > > On

RE: [PATCH 00/11] makedumpfile: Add zstd support for makedumpfile

2021-09-21 Thread 萩尾 一仁
Hi Tao Liu, -Original Message- > Hello Kazu, > > Sorry for the late reply. > > On Fri, Sep 17, 2021 at 07:03:50AM +, HAGIO KAZUHITO(萩尾 一仁) wrote: > > -Original Message- > > > -Original Message- > > > > > > > This patch set adds ZSTD compression support to

Re: [PATCH 00/11] makedumpfile: Add zstd support for makedumpfile

2021-09-21 Thread Tao Liu
Hello Kazu, Sorry for the late reply. On Fri, Sep 17, 2021 at 07:03:50AM +, HAGIO KAZUHITO(萩尾 一仁) wrote: > -Original Message- > > -Original Message- > > > > > > This patch set adds ZSTD compression support to makedumpfile. With > > > > > > ZSTD compression > > > > > >

RE: [PATCH 00/11] makedumpfile: Add zstd support for makedumpfile

2021-09-17 Thread 萩尾 一仁
-Original Message- > -Original Message- > > > > > This patch set adds ZSTD compression support to makedumpfile. With > > > > > ZSTD compression > > > > > support, the vmcore dump size and time consumption can have a better > > > > > balance than > > > > > zlib/lzo/snappy. > > > >

RE: [PATCH 00/11] makedumpfile: Add zstd support for makedumpfile

2021-09-16 Thread 萩尾 一仁
-Original Message- > > > > This patch set adds ZSTD compression support to makedumpfile. With ZSTD > > > > compression > > > > support, the vmcore dump size and time consumption can have a better > > > > balance than > > > > zlib/lzo/snappy. > > > > > > > > How to build: > > > > > > > >

RE: [PATCH 00/11] makedumpfile: Add zstd support for makedumpfile

2021-09-16 Thread 萩尾 一仁
Hi Tao Liu, -Original Message- > Hi Kazu, > > Thanks for reviewing the patchset! > > On Tue, Sep 14, 2021 at 07:04:24AM +, HAGIO KAZUHITO(萩尾 一仁) wrote: > > Hi Tao Liu, > > > > Thanks for the patchset! > > > > -Original Message- > > > This patch set adds ZSTD compression

Re: [PATCH 00/11] makedumpfile: Add zstd support for makedumpfile

2021-09-14 Thread Tao Liu
Hi Kazu, Thanks for reviewing the patchset! On Tue, Sep 14, 2021 at 07:04:24AM +, HAGIO KAZUHITO(萩尾 一仁) wrote: > Hi Tao Liu, > > Thanks for the patchset! > > -Original Message- > > This patch set adds ZSTD compression support to makedumpfile. With ZSTD > > compression > > support,

RE: [PATCH 00/11] makedumpfile: Add zstd support for makedumpfile

2021-09-14 Thread 萩尾 一仁
Hi Tao Liu, Thanks for the patchset! -Original Message- > This patch set adds ZSTD compression support to makedumpfile. With ZSTD > compression > support, the vmcore dump size and time consumption can have a better balance > than > zlib/lzo/snappy. > > How to build: > > Build using