Re: [PATCH 2/3] block: blk_interposer - sample

2020-12-10 Thread Mike Snitzer
On Thu, Dec 10 2020 at 10:54am -0500, Sergei Shtepa wrote: > The 12/09/2020 17:36, Mike Snitzer wrote: > > On Wed, Dec 09 2020 at 8:01am -0500, > > Sergei Shtepa wrote: > > > > > This sample demonstrates how to use blk_interposer. > > > It show how to properly connect the interposer module to

Re: [PATCH 2/3] block: blk_interposer - sample

2020-12-10 Thread Sergei Shtepa
The 12/09/2020 17:36, Mike Snitzer wrote: > On Wed, Dec 09 2020 at 8:01am -0500, > Sergei Shtepa wrote: > > > This sample demonstrates how to use blk_interposer. > > It show how to properly connect the interposer module to kernel, > > and perform the simplest monitoring of the number of bio. > >

Re: [PATCH 2/3] block: blk_interposer - sample

2020-12-09 Thread Mike Snitzer
On Wed, Dec 09 2020 at 8:01am -0500, Sergei Shtepa wrote: > This sample demonstrates how to use blk_interposer. > It show how to properly connect the interposer module to kernel, > and perform the simplest monitoring of the number of bio. > > Signed-off-by: Sergei Shtepa > --- > samples/blk_i

[PATCH 2/3] block: blk_interposer - sample

2020-12-09 Thread Sergei Shtepa
This sample demonstrates how to use blk_interposer. It show how to properly connect the interposer module to kernel, and perform the simplest monitoring of the number of bio. Signed-off-by: Sergei Shtepa --- samples/blk_interposer/Makefile | 2 + samples/blk_interposer/blk-interposer.c