2018-01-16 | Maxime Coquelin | vhost: destroy unused virtqueues when multiqueue not... Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2018-01-16 | Maxime Coquelin | vhost: extract virtqueue cleaning and freeing functions Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2018-01-16 | Maxime Coquelin | vhost: propagate set features handling error Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2018-01-16 | Maxime Coquelin | vhost: prevent features to be changed while device... Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-11-07 | Maxime Coquelin | net/vhost: add parameter to enable IOMMU feature Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-11-07 | Maxime Coquelin | vhost: add flag to enable IOMMU support Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-11-07 | Maxime Coquelin | vhost: disable reply-ack feature if IOMMU disabled Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-11-07 | Maxime Coquelin | vhost: postpone ring address translations at kick time... Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-24 | Maxime Coquelin | vhost: fix vring addresses not translated Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-13 | Maxime Coquelin | vhost: fetch ring address after NUMA reallocation Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-13 | Maxime Coquelin | vhost: fix IOTLB on NUMA realloc Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-13 | Maxime Coquelin | vhost: fix deadlock on IOTLB miss Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: distinguish master and slave requests Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: enable IOMMU support Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: invalidate vring in case of matching IOTLB invalidate Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: postpone device creation until rings are mapped Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: translate ring addresses when IOMMU enabled Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: postpone rings addresses translation Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: fix dereferencing invalid pointer after realloc Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: enable rings at the right time Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: use the guest IOVA to host VA helper Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: introduce guest IOVA to backend VA helper Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: handle IOTLB update and invalidate requests Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: initialize vrings IOTLB caches Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: support IOTLB miss slave requests Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: add pending IOTLB miss request list and helpers Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: add IOTLB helper functions Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: add IOMMU-related macros for old kernels Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: support slave requests channel Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: prepare for slave requests Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: make error handling consistent in Rx path Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-10-10 | Maxime Coquelin | vhost: revert workaround MQ fails to startup Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-07-01 | Maxime Coquelin | vhost: fix MTU device feature check Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-04-21 | Maxime Coquelin | doc: fix typo in PVP howto Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-04-01 | Maxime Coquelin | app/testpmd: print MTU in port info Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-04-01 | Maxime Coquelin | net/virtio: support MTU feature Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-04-01 | Maxime Coquelin | net/vhost: set MTU Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-04-01 | Maxime Coquelin | vhost: add API to get MTU value Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-04-01 | Maxime Coquelin | vhost: add new ready status flag Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-04-01 | Maxime Coquelin | vhost: support MTU protocol feature Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-04-01 | Maxime Coquelin | vhost: enable virtio MTU feature Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-02-17 | Maxime Coquelin | maintainers: claim responsibility for vhost and virtio Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2017-01-17 | Maxime Coquelin | vhost: introduce reply ack feature Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-12-20 | Maxime Coquelin | doc: introduce PVP reference benchmark Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-10-26 | Maxime Coquelin | vhost: support indirect descriptor in non-mergeable Rx Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-10-26 | Maxime Coquelin | vhost: support indirect descriptor in mergeable Rx Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-10-26 | Maxime Coquelin | vhost: access header only if offloading is supported Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-10-13 | Maxime Coquelin | examples/l2fwd: add option --[no-]mac-updating Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-10-05 | Maxime Coquelin | app/testpmd: reset headroom after txonly packet allocation Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-10-05 | Maxime Coquelin | mbuf: add function to reset headroom Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-09-28 | Maxime Coquelin | vhost: support indirect Tx descriptors Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-07-25 | Maxime Coquelin | vhost: fix off-by-one error on descriptor number check Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |
2016-07-15 | Maxime Coquelin | net/virtio-user: fix build with gcc 6 Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com> |
commit | commitdiff | tree |