Re: [RFC V3 PATCH 0/8] Packed ring for vhost

2018-04-23 Thread Jason Wang
On 2018年04月24日 04:11, Konrad Rzeszutek Wilk wrote: On Mon, Apr 23, 2018 at 10:59:43PM +0300, Michael S. Tsirkin wrote: On Mon, Apr 23, 2018 at 03:31:20PM -0400, Konrad Rzeszutek Wilk wrote: On Mon, Apr 23, 2018 at 01:34:52PM +0800, Jason Wang wrote: Hi all: This RFC implement packed ring la

Re: [RFC V3 PATCH 0/8] Packed ring for vhost

2018-04-23 Thread Konrad Rzeszutek Wilk
On Mon, Apr 23, 2018 at 10:59:43PM +0300, Michael S. Tsirkin wrote: > On Mon, Apr 23, 2018 at 03:31:20PM -0400, Konrad Rzeszutek Wilk wrote: > > On Mon, Apr 23, 2018 at 01:34:52PM +0800, Jason Wang wrote: > > > Hi all: > > > > > > This RFC implement packed ring layout. The code were tested with >

Re: [RFC V3 PATCH 0/8] Packed ring for vhost

2018-04-23 Thread Michael S. Tsirkin
On Mon, Apr 23, 2018 at 03:31:20PM -0400, Konrad Rzeszutek Wilk wrote: > On Mon, Apr 23, 2018 at 01:34:52PM +0800, Jason Wang wrote: > > Hi all: > > > > This RFC implement packed ring layout. The code were tested with > > Tiwei's RFC V2 a thttps://lkml.org/lkml/2018/4/1/48. Some fixups and > > twe

Re: [RFC V3 PATCH 0/8] Packed ring for vhost

2018-04-23 Thread Konrad Rzeszutek Wilk
On Mon, Apr 23, 2018 at 01:34:52PM +0800, Jason Wang wrote: > Hi all: > > This RFC implement packed ring layout. The code were tested with > Tiwei's RFC V2 a thttps://lkml.org/lkml/2018/4/1/48. Some fixups and > tweaks were needed on top of Tiwei's code to make it run. TCP stream > and pktgen does

[RFC V3 PATCH 0/8] Packed ring for vhost

2018-04-22 Thread Jason Wang
Hi all: This RFC implement packed ring layout. The code were tested with Tiwei's RFC V2 a thttps://lkml.org/lkml/2018/4/1/48. Some fixups and tweaks were needed on top of Tiwei's code to make it run. TCP stream and pktgen does not show obvious difference compared with split ring. Changes from V2: