[dpdk-dev] [PATCH v2 0/5] virtio support for container

2016-04-14 Thread Tan, Jianfeng
Hi Thomas, On 4/14/2016 12:14 AM, Thomas Monjalon wrote: > Hi Jianfeng, > > Thanks for raising the container issues and proposing some solutions. > General comments below. > > 2016-02-05 19:20, Jianfeng Tan: >> This patchset is to provide high performance networking interface (virtio) >> for

[dpdk-dev] [PATCH v2 0/5] virtio support for container

2016-04-13 Thread Thomas Monjalon
Hi Jianfeng, Thanks for raising the container issues and proposing some solutions. General comments below. 2016-02-05 19:20, Jianfeng Tan: > This patchset is to provide high performance networking interface (virtio) > for container-based DPDK applications. The way of starting DPDK apps in >

[dpdk-dev] [PATCH v2 0/5] virtio support for container

2016-03-25 Thread Tan, Jianfeng
On 3/24/2016 9:45 PM, Neil Horman wrote: > On Thu, Mar 24, 2016 at 11:10:50AM +0800, Tan, Jianfeng wrote: >> Hi Neil, >> >> On 3/24/2016 3:17 AM, Neil Horman wrote: >>> On Fri, Feb 05, 2016 at 07:20:23PM +0800, Jianfeng Tan wrote: v1->v2: - Rebase on the patchset of virtio 1.0

[dpdk-dev] [PATCH v2 0/5] virtio support for container

2016-03-25 Thread Neil Horman
On Fri, Mar 25, 2016 at 09:25:49AM +0800, Tan, Jianfeng wrote: > > > On 3/24/2016 9:45 PM, Neil Horman wrote: > >On Thu, Mar 24, 2016 at 11:10:50AM +0800, Tan, Jianfeng wrote: > >>Hi Neil, > >> > >>On 3/24/2016 3:17 AM, Neil Horman wrote: > >>>On Fri, Feb 05, 2016 at 07:20:23PM +0800, Jianfeng

[dpdk-dev] [PATCH v2 0/5] virtio support for container

2016-03-24 Thread Tan, Jianfeng
Hi Neil, On 3/24/2016 3:17 AM, Neil Horman wrote: > On Fri, Feb 05, 2016 at 07:20:23PM +0800, Jianfeng Tan wrote: >> v1->v2: >> - Rebase on the patchset of virtio 1.0 support. >> - Fix cannot create non-hugepage memory. >> - Fix wrong size of memory region when "single-file" is used. >> -

[dpdk-dev] [PATCH v2 0/5] virtio support for container

2016-03-24 Thread Neil Horman
On Thu, Mar 24, 2016 at 11:10:50AM +0800, Tan, Jianfeng wrote: > Hi Neil, > > On 3/24/2016 3:17 AM, Neil Horman wrote: > >On Fri, Feb 05, 2016 at 07:20:23PM +0800, Jianfeng Tan wrote: > >>v1->v2: > >> - Rebase on the patchset of virtio 1.0 support. > >> - Fix cannot create non-hugepage memory.

[dpdk-dev] [PATCH v2 0/5] virtio support for container

2016-03-23 Thread Neil Horman
On Fri, Feb 05, 2016 at 07:20:23PM +0800, Jianfeng Tan wrote: > v1->v2: > - Rebase on the patchset of virtio 1.0 support. > - Fix cannot create non-hugepage memory. > - Fix wrong size of memory region when "single-file" is used. > - Fix setting of offset in virtqueue to use virtual address. >

[dpdk-dev] [PATCH v2 0/5] virtio support for container

2016-02-05 Thread Jianfeng Tan
v1->v2: - Rebase on the patchset of virtio 1.0 support. - Fix cannot create non-hugepage memory. - Fix wrong size of memory region when "single-file" is used. - Fix setting of offset in virtqueue to use virtual address. - Fix setting TUNSETVNETHDRSZ in vhost-user's branch. - Add mac option