Re: [dpdk-dev] [PATCH] vhost: fix offset while mmaping log base address

2018-02-19 Thread Maxime Coquelin
On 02/08/2018 05:59 PM, Tomasz Kulasek wrote: QEMU always set offset to 0 but for sanity we should take the offset into account. Fixes: 54f9e32305d4 ("vhost: handle dirty pages logging request") Cc: yuanhan@linux.intel.com Cc: sta...@dpdk.org Signed-off-by: Pawel Wodkowski Signed-off-by:

Re: [dpdk-dev] [PATCH] vhost: fix offset while mmaping log base address

2018-02-08 Thread Tan, Jianfeng
v] [PATCH] vhost: fix offset while mmaping log base > address > > QEMU always set offset to 0 but for sanity we should take the offset > into account. > > Fixes: 54f9e32305d4 ("vhost: handle dirty pages logging request") > Cc: yuanhan@linux.intel.com > Cc: sta...

[dpdk-dev] [PATCH] vhost: fix offset while mmaping log base address

2018-02-08 Thread Tomasz Kulasek
QEMU always set offset to 0 but for sanity we should take the offset into account. Fixes: 54f9e32305d4 ("vhost: handle dirty pages logging request") Cc: yuanhan@linux.intel.com Cc: sta...@dpdk.org Signed-off-by: Pawel Wodkowski Signed-off-by: Tomasz Kulasek --- lib/librte_vhost/vhost_user.