On 2016/01/12 4:20, Markus Armbruster wrote:
> Marc-André Lureau writes:
>
>> Hi
>>
>> On Fri, Dec 4, 2015 at 3:55 PM, Tetsuya Mukawa wrote:
What's the use case or test case?
>>> One of example is userspace device driver like DPDK PMD.
>>> Actually, I've found this fd related behavior using
Marc-André Lureau writes:
> Hi
>
> On Fri, Dec 4, 2015 at 3:55 PM, Tetsuya Mukawa wrote:
>>> What's the use case or test case?
>>
>> One of example is userspace device driver like DPDK PMD.
>> Actually, I've found this fd related behavior using DPDK virtio-net PMD.
>> Could you please check belo
2015-12-07 20:31 GMT+09:00 Marc-André Lureau :
> Hi
>
> On Fri, Dec 4, 2015 at 3:55 PM, Tetsuya Mukawa wrote:
>>> What's the use case or test case?
>>
>> One of example is userspace device driver like DPDK PMD.
>> Actually, I've found this fd related behavior using DPDK virtio-net PMD.
>> Could yo
Hi
On Fri, Dec 4, 2015 at 3:55 PM, Tetsuya Mukawa wrote:
>> What's the use case or test case?
>
> One of example is userspace device driver like DPDK PMD.
> Actually, I've found this fd related behavior using DPDK virtio-net PMD.
> Could you please check below to know my use case more?
> http://t
2015-12-04 22:20 GMT+09:00 Marc-André Lureau :
> Hi
>
> On Fri, Dec 4, 2015 at 4:52 AM, Tetsuya Mukawa wrote:
>> If virtio-net driver allocates memory in vishmem shared memory,
>
> s/vishmem/ivshmem
Thanks, I will fix it.
>
> How can virtio-net allocate memory in ivshmem memory bar?
>
> What's t
Hi
On Fri, Dec 4, 2015 at 4:52 AM, Tetsuya Mukawa wrote:
> If virtio-net driver allocates memory in vishmem shared memory,
s/vishmem/ivshmem
How can virtio-net allocate memory in ivshmem memory bar?
What's the use case or test case?
> vhost-net will work correctly, but vhost-user will not wor
If virtio-net driver allocates memory in vishmem shared memory,
vhost-net will work correctly, but vhost-user will not work because
a fd of shared memory will not be sent to vhost-user backend.
This patch fixes ivshmem to store file descriptor of shared memory.
It will be used when vhost-user negot