Re: [dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout

2017-05-22 Thread Jens Freimann
On Mon, May 22, 2017 at 05:14:54PM +0800, Yuanhan Liu wrote: > On Thu, May 18, 2017 at 10:24:07PM +0800, Yuanhan Liu wrote: > > On Wed, May 17, 2017 at 01:30:21PM +0200, Jens Freimann wrote: > > > Hi Yuanhan, > > > > > > On Mon, May 08, 2017 at 01:02:57PM +0800, Yuanhan Liu wrote: > > > > On Fri,

Re: [dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout

2017-05-22 Thread Yuanhan Liu
On Thu, May 18, 2017 at 10:24:07PM +0800, Yuanhan Liu wrote: > On Wed, May 17, 2017 at 01:30:21PM +0200, Jens Freimann wrote: > > Hi Yuanhan, > > > > On Mon, May 08, 2017 at 01:02:57PM +0800, Yuanhan Liu wrote: > > > On Fri, May 05, 2017 at 09:57:11AM -0400, Jens Freimann wrote: > > > > I'm implem

Re: [dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout

2017-05-18 Thread Yuanhan Liu
On Wed, May 17, 2017 at 01:30:21PM +0200, Jens Freimann wrote: > Hi Yuanhan, > > On Mon, May 08, 2017 at 01:02:57PM +0800, Yuanhan Liu wrote: > > On Fri, May 05, 2017 at 09:57:11AM -0400, Jens Freimann wrote: > > > I'm implementing the receive path now to eventually get some benchmark > > > result

Re: [dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout

2017-05-17 Thread Jens Freimann
Hi Yuanhan, On Mon, May 08, 2017 at 01:02:57PM +0800, Yuanhan Liu wrote: > On Fri, May 05, 2017 at 09:57:11AM -0400, Jens Freimann wrote: > > I'm implementing the receive path now to eventually get some benchmark > > results for that as well (Patches not included yet) > > Good to know. Any progre

Re: [dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout

2017-05-08 Thread Jens Freimann
On Mon, May 08, 2017 at 01:02:57PM +0800, Yuanhan Liu wrote: > On Fri, May 05, 2017 at 09:57:11AM -0400, Jens Freimann wrote: > > Hi Yuanhan, > > > > I rebased your patches on next-virtio/for-testing to current master, > > made sure every patch compiles and still works. > > Thanks for that. > >

Re: [dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout

2017-05-07 Thread Yuanhan Liu
On Fri, May 05, 2017 at 09:57:11AM -0400, Jens Freimann wrote: > Hi Yuanhan, > > I rebased your patches on next-virtio/for-testing to current master, > made sure every patch compiles and still works. Thanks for that. > I'm implementing the receive path now to eventually get some benchmark > res

[dpdk-dev] [RFC PATCH 00/11] net/virtio: packed ring layout

2017-05-05 Thread Jens Freimann
Hi Yuanhan, I rebased your patches on next-virtio/for-testing to current master, made sure every patch compiles and still works. I'm implementing the receive path now to eventually get some benchmark results for that as well (Patches not included yet) Any comments to the existing patches are wel