Re: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample for vDPA

2019-01-17 Thread Shahaf Shuler
Thursday, January 17, 2019 5:13 PM, Ye Xiaolong: > Subject: Re: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new > sample for vDPA > > Hi, > > On 01/17, Shahaf Shuler wrote: > >Hi, > > > >Going back to this merged commit, > > > >Sa

Re: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample for vDPA

2019-01-17 Thread Ye Xiaolong
Hi, On 01/17, Shahaf Shuler wrote: >Hi, > >Going back to this merged commit, > >Saturday, September 29, 2018 12:48 AM, Xiaolong Ye: >> Subject: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample >> for vDPA >> >> The vdpa sample application creates vhost-user sockets by using the v

Re: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample for vDPA

2019-01-17 Thread Shahaf Shuler
Hi, Going back to this merged commit, Saturday, September 29, 2018 12:48 AM, Xiaolong Ye: > Subject: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample > for vDPA > > The vdpa sample application creates vhost-user sockets by using the vDPA > backend. vDPA stands for vhost Data Pat

Re: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample for vDPA

2018-10-03 Thread Ferruh Yigit
On 10/3/2018 7:04 AM, Ye Xiaolong wrote: > Hi, Ferruh, > > On 10/02, Ferruh Yigit wrote: >> On 9/28/2018 10:47 PM, Xiaolong Ye wrote: >>> The vdpa sample application creates vhost-user sockets by using the >>> vDPA backend. vDPA stands for vhost Data Path Acceleration which utilizes >>> virtio rin

Re: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample for vDPA

2018-10-02 Thread Ye Xiaolong
Hi, Ferruh, On 10/02, Ferruh Yigit wrote: >On 9/28/2018 10:47 PM, Xiaolong Ye wrote: >> The vdpa sample application creates vhost-user sockets by using the >> vDPA backend. vDPA stands for vhost Data Path Acceleration which utilizes >> virtio ring compatible devices to serve virtio driver directly

Re: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample for vDPA

2018-10-02 Thread Ferruh Yigit
On 9/28/2018 10:47 PM, Xiaolong Ye wrote: > The vdpa sample application creates vhost-user sockets by using the > vDPA backend. vDPA stands for vhost Data Path Acceleration which utilizes > virtio ring compatible devices to serve virtio driver directly to enable > datapath acceleration. As vDPA dri