[dpdk-dev] [PATCH v3 2/9] lib_vhost: Support multiple queues in virtio dev

2015-06-18 Thread Flavio Leitner
On Mon, Jun 15, 2015 at 03:56:39PM +0800, Ouyang Changchun wrote: > Each virtio device could have multiple queues, say 2 or 4, at most 8. > Enabling this feature allows virtio device/port on guest has the ability to > use different vCPU to receive/transmit packets from/to each queue. > > In

[dpdk-dev] [PATCH v3 2/9] lib_vhost: Support multiple queues in virtio dev

2015-06-18 Thread Flavio Leitner
On Mon, Jun 15, 2015 at 03:56:39PM +0800, Ouyang Changchun wrote: > Each virtio device could have multiple queues, say 2 or 4, at most 8. > Enabling this feature allows virtio device/port on guest has the ability to > use different vCPU to receive/transmit packets from/to each queue. > > In

[dpdk-dev] [PATCH] vhost: make vhost lockless enqueue configurable

2015-04-29 Thread Flavio Leitner
On Wed, 29 Apr 2015 13:56:58 +0200 Thomas Monjalon wrote: > 2015-04-29 13:38 GMT+02:00 Panu Matilainen : > > On 04/29/2015 02:29 PM, Huawei Xie wrote: > >> > >> vhost enabled vSwitch could have their own thread-safe vring > >> enqueue policy. > >> Add the RTE_LIBRTE_VHOST_LOCKLESS_ENQ macro for

[dpdk-dev] [PATCH v4 02/12] vhost: support multiple queues in virtio dev

2015-08-14 Thread Flavio Leitner
On Fri, Aug 14, 2015 at 02:29:51AM +, Ouyang, Changchun wrote: > > -Original Message- > > From: Flavio Leitner [mailto:fbl at sysclose.org] > > Sent: Thursday, August 13, 2015 8:52 PM > > To: Ouyang, Changchun > > Cc: dev at dpdk.org > > Subject: R

[dpdk-dev] [ovs-dev] Status of Open vSwitch with DPDK

2015-08-15 Thread Flavio Leitner
On Fri, Aug 14, 2015 at 04:04:40PM +, Gray, Mark D wrote: > Hi Daniele, > > Thanks for starting this conversation. It is a good list :) I have > crossed-posted this > to dpdk.org as I feel that some of the points could be interesting to that > community > as they are related to how DPDK is

[dpdk-dev] [PATCH] net: get rid of SET_ETHTOOL_OPS

2014-07-01 Thread Flavio Leitner
The SET_ETHTOOL_OPS has been removed from upstream, so it breaks the dpdk build with recent kernels. Signed-off-by: Flavio Leitner --- lib/librte_eal/linuxapp/kni/ethtool/igb/igb_ethtool.c | 4 ++-- lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe.h | 1 - lib/librte_eal/linuxapp/kni

[dpdk-dev] [PATCH] net: get rid of SET_ETHTOOL_OPS

2014-07-02 Thread Flavio Leitner
On Wed, Jul 02, 2014 at 11:48:51AM +0200, Thomas Monjalon wrote: > Hi Flavio, > > 2014-07-01 15:19, Flavio Leitner: > > The SET_ETHTOOL_OPS has been removed from upstream, so it > > breaks the dpdk build with recent kernels. > > > > Signed-off-by: Flav

[dpdk-dev] [PATCH] vhost: Add -lfuse into the LDFLAGS list

2015-01-20 Thread Flavio Leitner
e build issue here. Reported-by: Flavio Leitner Tested-by: Flavio Leitner Thanks Neil! fbl

[dpdk-dev] [PATCH v7 4/8] vhost: rxtx: use queue id instead of constant ring index

2015-10-24 Thread Flavio Leitner
On Thu, Oct 22, 2015 at 02:32:31PM +0300, Michael S. Tsirkin wrote: > On Thu, Oct 22, 2015 at 05:49:55PM +0800, Yuanhan Liu wrote: > > On Wed, Oct 21, 2015 at 05:26:18PM +0300, Michael S. Tsirkin wrote: > > > On Wed, Oct 21, 2015 at 08:48:15PM +0800, Yuanhan Liu wrote: > > > > > Please note that

[dpdk-dev] [PATCH v7 4/8] vhost: rxtx: use queue id instead of constant ring index

2015-10-28 Thread Flavio Leitner
On Sat, Oct 24, 2015 at 08:47:10PM +0300, Michael S. Tsirkin wrote: > On Sat, Oct 24, 2015 at 12:34:08AM -0200, Flavio Leitner wrote: > > On Thu, Oct 22, 2015 at 02:32:31PM +0300, Michael S. Tsirkin wrote: > > > On Thu, Oct 22, 2015 at 05:49:55PM +0800, Yuanhan Liu wrote: >

[dpdk-dev] [PATCH v3] vhost: Fix wrong handling of virtqueue array index

2015-10-29 Thread Flavio Leitner
On Wed, Oct 28, 2015 at 12:47:40PM +0900, Tetsuya Mukawa wrote: > The patch fixes wrong handling of virtqueue array index when > GET_VRING_BASE message comes. > > Signed-off-by: Tetsuya Mukawa > --- vhost-user segfaults without this patch with MQ enabled. LGTM Acked-by: Flavio Leitner

[dpdk-dev] DPDK 2.2 roadmap

2015-09-10 Thread Flavio Leitner
On Thu, Sep 10, 2015 at 02:43:59PM +0200, Thomas Monjalon wrote: > 2015-09-09 12:56, O'Driscoll, Tim: > > Vhost Multi-Queue Support: The vhost-user library will be updated to > > provide multi-queue support in the host similar to the RSS model so that > > guest driver may allocate multiple

[dpdk-dev] [PATCH v7 4/8] vhost: rxtx: use queue id instead of constant ring index

2015-11-16 Thread Flavio Leitner
On Wed, Oct 28, 2015 at 11:12:25PM +0200, Michael S. Tsirkin wrote: > On Wed, Oct 28, 2015 at 06:30:41PM -0200, Flavio Leitner wrote: > > On Sat, Oct 24, 2015 at 08:47:10PM +0300, Michael S. Tsirkin wrote: > > > On Sat, Oct 24, 2015 at 12:34:08AM -0200, Flavio Leitner wrote: >

[dpdk-dev] [PATCH v7 4/8] vhost: rxtx: use queue id instead of constant ring index

2015-11-17 Thread Flavio Leitner
On Tue, Nov 17, 2015 at 10:23:38AM +0200, Michael S. Tsirkin wrote: > On Mon, Nov 16, 2015 at 02:20:57PM -0800, Flavio Leitner wrote: > > On Wed, Oct 28, 2015 at 11:12:25PM +0200, Michael S. Tsirkin wrote: > > > On Wed, Oct 28, 2015 at 06:30:41PM -0200, Flavio Leitner wrote: >

[dpdk-dev] [RFC] vhost-user public struct refactor (was Re: [PATCH RFC 2/4] vhost: make buf vector for scatter RX) local.

2016-04-06 Thread Flavio Leitner
On Tue, Apr 05, 2016 at 01:47:33PM +0800, Yuanhan Liu wrote: > On Fri, Feb 19, 2016 at 03:06:50PM +0800, Yuanhan Liu wrote: > > On Fri, Feb 19, 2016 at 09:32:41AM +0300, Ilya Maximets wrote: > > > Array of buf_vector's is just an array for temporary storing information > > > about available