Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-24 Thread Luis E Pena
[mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di Proietto Sent: Friday, July 24, 2015 1:33 PM To: Luis E Pena Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. I'm not able to reproduce it on my systems. From the log

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-24 Thread Traynor, Kevin
-Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Luis E Pena Sent: Friday, July 24, 2015 5:18 PM To: Stokes, Ian Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. I am going

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-24 Thread Luis E Pena
, July 24, 2015 1:33 PM To: Luis E Pena Cc: dev@openvswitch.orgmailto:dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. I'm not able to reproduce it on my systems. From the log, it looks like something might go wrong

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-24 Thread Luis E Pena
: dev@openvswitch.orgmailto:dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. I'm not able to reproduce it on my systems. From the log, it looks like something might go wrong in netdev_dpdk_construct(), but I can only guess from

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-24 Thread Stokes, Ian
Subject: Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. I'm not able to reproduce it on my systems. From the log, it looks like something might go wrong in netdev_dpdk_construct(), but I can only guess from there. Could you understand where the error

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-24 Thread Daniele Di Proietto
] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. netdev_dpdk_set_multiq() should not set the number of configured rxq and txq if the driver initialization fails (meaning that the driver failed to setup the queues). Otherwise, on a subsequent call to netdev_dpdk_set_multiq

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-23 Thread Luis E Pena
[mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di Proietto Sent: Thursday, July 16, 2015 7:48 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. netdev_dpdk_set_multiq() should not set the number of configured rxq

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-23 Thread Luis E Pena
] On Behalf Of Daniele Di Proietto Sent: Thursday, July 16, 2015 7:48 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. netdev_dpdk_set_multiq() should not set the number of configured rxq and txq if the driver

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-23 Thread Luis E Pena
: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. netdev_dpdk_set_multiq() should not set the number of configured rxq and txq if the driver initialization fails (meaning that the driver failed to setup the queues). Otherwise, on a subsequent call

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-23 Thread Ethan Jackson
, July 16, 2015 7:48 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. netdev_dpdk_set_multiq() should not set the number of configured rxq and txq if the driver initialization fails (meaning that the driver failed to setup

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-23 Thread Ethan Jackson
@openvswitch.org Subject: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. netdev_dpdk_set_multiq() should not set the number of configured rxq and txq if the driver initialization fails (meaning that the driver failed to setup the queues). Otherwise, on a subsequent

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-23 Thread Traynor, Kevin
-Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di Proietto Sent: Thursday, July 16, 2015 7:48 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. netdev_dpdk_set_multiq

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-17 Thread Stokes, Ian
-Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di Proietto Sent: Thursday, July 16, 2015 7:48 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails. netdev_dpdk_set_multiq

[ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-16 Thread Daniele Di Proietto
netdev_dpdk_set_multiq() should not set the number of configured rxq and txq if the driver initialization fails (meaning that the driver failed to setup the queues). Otherwise, on a subsequent call to netdev_dpdk_set_multiq(), the code may believe that the queues have already been setup and