Re: [PATCH net-next v2 2/5] virtio_ring: support creating packed ring

2018-09-12 Thread Michael S. Tsirkin
On Wed, Sep 12, 2018 at 03:51:40PM +0800, Tiwei Bie wrote: > On Mon, Sep 10, 2018 at 10:28:37AM +0800, Tiwei Bie wrote: > > On Fri, Sep 07, 2018 at 10:03:24AM -0400, Michael S. Tsirkin wrote: > > > On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote: > > > > This commit introduces the support

Re: [PATCH net-next v2 2/5] virtio_ring: support creating packed ring

2018-09-12 Thread Michael S. Tsirkin
On Mon, Sep 10, 2018 at 10:28:37AM +0800, Tiwei Bie wrote: > On Fri, Sep 07, 2018 at 10:03:24AM -0400, Michael S. Tsirkin wrote: > > On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote: > > > This commit introduces the support for creating packed ring. > > > All split ring specific functions

Re: [PATCH net-next v2 2/5] virtio_ring: support creating packed ring

2018-09-12 Thread Tiwei Bie
On Mon, Sep 10, 2018 at 10:28:37AM +0800, Tiwei Bie wrote: > On Fri, Sep 07, 2018 at 10:03:24AM -0400, Michael S. Tsirkin wrote: > > On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote: > > > This commit introduces the support for creating packed ring. > > > All split ring specific functions

Re: [PATCH net-next v2 2/5] virtio_ring: support creating packed ring

2018-09-09 Thread Tiwei Bie
On Fri, Sep 07, 2018 at 10:03:24AM -0400, Michael S. Tsirkin wrote: > On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote: > > This commit introduces the support for creating packed ring. > > All split ring specific functions are added _split suffix. > > Some necessary stubs for packed ring a

Re: [PATCH net-next v2 2/5] virtio_ring: support creating packed ring

2018-09-07 Thread Michael S. Tsirkin
On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote: > This commit introduces the support for creating packed ring. > All split ring specific functions are added _split suffix. > Some necessary stubs for packed ring are also added. > > Signed-off-by: Tiwei Bie I'd rather have a patch just

[PATCH net-next v2 2/5] virtio_ring: support creating packed ring

2018-07-10 Thread Tiwei Bie
This commit introduces the support for creating packed ring. All split ring specific functions are added _split suffix. Some necessary stubs for packed ring are also added. Signed-off-by: Tiwei Bie --- drivers/virtio/virtio_ring.c | 801 +++ include/linux/virtio_r