[dpdk-dev] SR-IOV: dpdk16.07 on guest and ixgbe 3.19.1 on host - will that be a problem ? (requested invalid api version)

2016-08-20 Thread Lu, Wenzhuo
HI Gopakumar, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Gopakumar > Choorakkot Edakkunni > Sent: Saturday, August 20, 2016 10:57 PM > To: dev at dpdk.org > Subject: [dpdk-dev] SR-IOV: dpdk16.07 on guest and ixgbe 3.19.1 on host - will > that be a probl

[dpdk-dev] SR-IOV: dpdk16.07 on guest and ixgbe 3.19.1 on host - will that be a problem ? (requested invalid api version)

2016-08-20 Thread Gopakumar Choorakkot Edakkunni
I see the below message "requested invalid api version" on host ? Will that be an issue or is it benign ? Should I upgrade the host ixgbe to a later version ? On the host: *[69576.199458] ixgbe :88:00.1 p4p2: VF 2 requested invalid api version 3* root# lsb_release -a No LSB modules are avail

[dpdk-dev] [RFC v2] ethdev: introduce generic flow API

2016-08-20 Thread Lu, Wenzhuo
Hi Adrien, Thanks for the V2. May I ask a question that may a little out of the scope here. As currently we don't store all the flow rules in the driver of Intel NICs, we're trying to fill this gap. Considering we need to order the flow rules by the priority, I think it's better to introduce a

[dpdk-dev] [PATCH 2/2] examples/vhost: support multiple socket files

2016-08-20 Thread Jiayu Hu
When examples/vhost runs in client mode, only one QEMU can be connected. This is because that examples/vhost just supports one socket file. This patch is to add multiple sockets support for examples/vhost. Signed-off-by: Jiayu Hu Reviewed-by: Maxime Coquelin --- examples/vhost/main.c | 45 +

[dpdk-dev] [PATCH 1/2] examples/vhost: rename dev-basename

2016-08-20 Thread Jiayu Hu
In examples/vhost, "dev-basename" is a program option, which is to set the vhost-net socket used by vhost-user, or the character device used by vhost-cuse. Since vhost-cuse should be dropped, and "dev-basename" is not a suitable name for the vhost-net socket. Therefore, this patch is to change this

[dpdk-dev] [PATCH 0/2] examples/vhost: rename a CLI option and support multiple socket files

2016-08-20 Thread Jiayu Hu
Patch 1: rename the CLI option "dev-basename". Patch 2: add multiple socket files support. --- Changes in v2: -Change "int nb_sockets" into "static int nb_sockets". -Remove the initialization of socket_files and nb_sockets. -Remove redundant comments. -Break the lo

[dpdk-dev] help

2016-08-20 Thread harshavardhan Reddy
Hi Jay, You can refer the below sample applications from the doc. 23. Multi-process Sample Application 35. Distributor Sample Application you can also enable multi queue with s