[dpdk-dev] [PATCH v3 1/2] vhost: Add callback and private data for vhost PMD

2015-11-10 Thread Tetsuya Mukawa
On 2015/11/10 19:05, Panu Matilainen wrote: > On 11/10/2015 11:48 AM, Tetsuya Mukawa wrote: >> On 2015/11/10 16:16, Panu Matilainen wrote: >>> On 11/10/2015 05:13 AM, Tetsuya Mukawa wrote: On 2015/11/10 3:16, Aaron Conole wrote: > Greetings, > > Tetsuya Mukawa writes: >> These

[dpdk-dev] [PATCH v3 1/2] vhost: Add callback and private data for vhost PMD

2015-11-10 Thread Tetsuya Mukawa
On 2015/11/10 16:16, Panu Matilainen wrote: > On 11/10/2015 05:13 AM, Tetsuya Mukawa wrote: >> On 2015/11/10 3:16, Aaron Conole wrote: >>> Greetings, >>> >>> Tetsuya Mukawa writes: These variables are needed to be able to manage one of virtio devices using both vhost library APIs and vho

[dpdk-dev] [PATCH v3 1/2] vhost: Add callback and private data for vhost PMD

2015-11-10 Thread Tetsuya Mukawa
On 2015/11/10 3:16, Aaron Conole wrote: > Greetings, > > Tetsuya Mukawa writes: >> These variables are needed to be able to manage one of virtio devices >> using both vhost library APIs and vhost PMD. >> For example, if vhost PMD uses current callback handler and private data >> provided by vhost

[dpdk-dev] [PATCH v3 1/2] vhost: Add callback and private data for vhost PMD

2015-11-10 Thread Panu Matilainen
On 11/10/2015 11:48 AM, Tetsuya Mukawa wrote: > On 2015/11/10 16:16, Panu Matilainen wrote: >> On 11/10/2015 05:13 AM, Tetsuya Mukawa wrote: >>> On 2015/11/10 3:16, Aaron Conole wrote: Greetings, Tetsuya Mukawa writes: > These variables are needed to be able to manage one of vir

[dpdk-dev] [PATCH v3 1/2] vhost: Add callback and private data for vhost PMD

2015-11-10 Thread Panu Matilainen
On 11/10/2015 05:13 AM, Tetsuya Mukawa wrote: > On 2015/11/10 3:16, Aaron Conole wrote: >> Greetings, >> >> Tetsuya Mukawa writes: >>> These variables are needed to be able to manage one of virtio devices >>> using both vhost library APIs and vhost PMD. >>> For example, if vhost PMD uses current c

[dpdk-dev] [PATCH v3 1/2] vhost: Add callback and private data for vhost PMD

2015-11-09 Thread Tetsuya Mukawa
These variables are needed to be able to manage one of virtio devices using both vhost library APIs and vhost PMD. For example, if vhost PMD uses current callback handler and private data provided by vhost library, A DPDK application that links vhost library cannot use some of vhost library APIs. T

[dpdk-dev] [PATCH v3 1/2] vhost: Add callback and private data for vhost PMD

2015-11-09 Thread Aaron Conole
Greetings, Tetsuya Mukawa writes: > These variables are needed to be able to manage one of virtio devices > using both vhost library APIs and vhost PMD. > For example, if vhost PMD uses current callback handler and private data > provided by vhost library, A DPDK application that links vhost libr