[dpdk-dev] [PATCH] vhost: Expose virtio interrupt requirement on rte_vhos API

2017-09-23 Thread Jan Scheurich
to users of the API. This patch adds a function to the API to query it. Signed-off-by: Jan Scheurich --- lib/librte_vhost/rte_vhost.h | 12 lib/librte_vhost/vhost.c | 19 +++ 2 files changed, 31 insertions(+) diff --git a/lib/librte_vhost/rte_vhost.h b/lib

[dpdk-dev] [PATCH v2] vhost: Expose virtio interrupt need on rte_vhost API

2017-09-23 Thread Jan Scheurich
of the API. This patch adds a function to the API to query it. Signed-off-by: Jan Scheurich --- v1 -> v2: Fixed too long commit lines Fixed white-space errors and warnings lib/librte_vhost/rte_vhost.h | 12 lib/librte_vhost/vhost.c | 19 +++

[dpdk-dev] [PATCH v3] vhost: Expose virtio interrupt need on rte_vhost API

2017-09-23 Thread Jan Scheurich
of the API. This patch adds a function to the API to query it. Signed-off-by: Jan Scheurich --- v2 -> v3: Fixed even more white-space errors and warnings v1 -> v2: Fixed too long commit lines Fixed white-space errors and warnings lib/librte_vhost/rte_vhost.

Re: [dpdk-dev] [PATCH v3] vhost: Expose virtio interrupt need on rte_vhost API

2017-10-04 Thread Jan Scheurich
Friendly reminder: Could somebody please have a look at this patch now that the DPDK summit is over? Thanks, Jan > -Original Message- > From: Jan Scheurich > Sent: Saturday, 23 September, 2017 22:32 > To: 'dev@dpdk.org' > Subject: [PATCH v3] vhost: Expose

Re: [dpdk-dev] dev Digest, Vol 164, Issue 196

2017-10-16 Thread Jan Scheurich
> Date: Fri, 6 Oct 2017 14:40:15 +0800 > From: Yuanhan Liu > To: Jan Scheurich > Cc: "'dev@dpdk.org'" > Subject: Re: [dpdk-dev] [PATCH v3] vhost: Expose virtio interrupt need > on rte_vhost API > Message-ID: <20171006064015.GD1545@yliu-home&g

Re: [dpdk-dev] [PATCH v3] vhost: Expose virtio interrupt need on rte_vhost API

2017-10-16 Thread Jan Scheurich
Fixed the subject. > Date: Fri, 6 Oct 2017 14:40:15 +0800 > From: Yuanhan Liu > To: Jan Scheurich > Cc: "'dev@dpdk.org'" > Subject: Re: [dpdk-dev] [PATCH v3] vhost: Expose virtio interrupt need > on rte_vhost API > Message-ID: <20171006064015.

Re: [dpdk-dev] [ovs-dev] [PATCH] netdev-dpdk: defer MTU set after interface start

2017-12-13 Thread Jan Scheurich
> > The issue only arises with the qede PMD and 67fe6d635193 > > ("netdev-dpdk: use rte_eth_dev_set_mtu.") > > I had some more time to look at this today but this patch will break OVS DPDK > for existing supported DPDK ports during testing. > > I tested with an XL710 and the MTU will fail to apply