Re: [ovs-dev] [PATCH] doc: Link to release FAQ from DPDK install guide

2017-04-11 Thread Darrell Ball
On 4/10/17, 7:10 AM, "Stephen Finucane" wrote: On Fri, 2017-04-07 at 15:28 +, Darrell Ball wrote: > > On 4/7/17, 6:58 AM, "ovs-dev-boun...@openvswitch.org on behalf of > Stephen Finucane"

Re: [ovs-dev] [PATCH RFC] dpif-netdev: Add Cuckoo Distributor to Accelerate Megaflow Search

2017-04-11 Thread Wang, Yipeng1
Thank you Jarno for pointing it out. I think we have been using default master head for comparison with conditional EMC insert for both orig and cd-ovs. To double-check I explicitly set emc_insert_inv_prob=100 and test again. The results are similar to the previous one. CD should benefit

Re: [ovs-dev] [PATCH RFC] dpif-netdev: Add Cuckoo Distributor to Accelerate Megaflow Search

2017-04-11 Thread Jarno Rajahalme
Thanks for your contribution! I haven’t looked at the patch yet, but based on the description I’d ask you to characterize the difference and/or feature interaction with the Exact Match Cache (EMC). Particularly, does “orig-ovs” and/or “cd-ovs” have the conditional EMC feature (merged to master

Re: [ovs-dev] [PATCH] datapath: Avoid struct copy on conntrack labels.

2017-04-11 Thread Jarno Rajahalme
Thanks for the review! Applied to master with an explanatory comment, Jarno > On Apr 10, 2017, at 5:11 PM, Andy Zhou wrote: > > On Sat, Apr 1, 2017 at 8:24 PM, Jarno Rajahalme > wrote: >> Older kernels have variable sized labels, and

[ovs-dev] [PATCH] docs: Update version numbers in doc config.

2017-04-11 Thread Russell Bryant
Update the version numbers in the documentation config to reflect 2.7.90 instead of 2.6.0. This patch also updates the build system to automatically update this file. conf.py is now a generated file from conf.py.in. We still include conf.py in the tree because it's needed for the docs to be

[ovs-dev] [RFC][PATCH] netdev-dpdk: add support for TSO

2017-04-11 Thread Mark Kavanagh
TCP Segmentation Offload (TSO) is a feature which enables the TCP/IP network stack to delegate segmentation of a TCP segment to the NIC, thus saving compute resources. This commit adds support for TSO in the DPDK vHost-User backend, to OvS v2.6.1; this enables a guest to offload segmentation of

Re: [ovs-dev] [PATCH v3] python: Allow tuning the session probe_interval from IDL

2017-04-11 Thread Daniel Alvarez Sanchez
Acked-by: Daniel Alvarez Looks good to me. Just a minor comment in case you need to submit another version of the patch: comments say that it will default to at least 1000 ms. In fact, it'll default to OVS minimum default value. If this changes at some point (unlikely),

[ovs-dev] [PATCH v3] python: Allow tuning the session probe_interval from IDL

2017-04-11 Thread Lucas Alvares Gomes
This patch is adding a new parameter called "probe_interval" to the constructor of the Idl class. This new parameter will be used to tune the database connection probing for that IDL session, some users might want to tune it to be less agressive than the current 5s default in OVS or even disable

[ovs-dev] [PATCH v3] python: Allow tuning the session probe_interval from IDL

2017-04-11 Thread lgomes
From: Lucas Alvares Gomes This patch is adding a new parameter called "probe_interval" to the constructor of the Idl class. This new parameter will be used to tune the database connection probing for that IDL session, some users might want to tune it to be less agressive

Re: [ovs-dev] [PATCH v2] python: Allow tuning the session probe_interval from IDL

2017-04-11 Thread Russell Bryant
On Mon, Apr 10, 2017 at 6:40 AM, Lucas Alvares Gomes wrote: > This patch is adding a new parameter called "probe_interval" to the > constructor of the Idl class. This new parameter will be used to tune > the database connection probing for that IDL session, some users might

Re: [ovs-dev] [PATCH v2] python: Allow tuning the session probe_interval from IDL

2017-04-11 Thread Russell Bryant
On Mon, Apr 10, 2017 at 2:06 PM, Lance Richardson wrote: > > > - Original Message - >> From: "Lance Richardson" >> To: "Terry Wilson" >> Cc: "ovs dev" , "Lucas Alvares Gomes" >>

Re: [ovs-dev] ovs-vsctl: Error detected while setting up 'dpdk-p0': Error attaching device '0000:43:00.0' to DPDK.

2017-04-11 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of Deepti Sabnani > Sent: Tuesday, April 11, 2017 4:15 AM > To: ovs-dev@openvswitch.org > Subject: [ovs-dev] ovs-vsctl: Error detected while setting up

[ovs-dev] [PATCH v5] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-04-11 Thread Sugesh Chandran
Openvswitch datapath recirculates packets for tunneling, i.e. the incoming packets are encapsulated at first pass. Further actions are applied on encapsulated packets on the second pass after recirculating. The proposed patch compute and append the post tunnel actions at the time of translation

Re: [ovs-dev] [PATCH v3] netdev-dpdk: Create separate memory pool for each port

2017-04-11 Thread Kevin Traynor
On 04/07/2017 09:20 AM, Robert Wojciechowicz wrote: > Since it's possible to delete memory pool in DPDK > we can try to estimate better required memory size > when port is reconfigured, e.g. with different number > of rx queues. > > Signed-off-by: Robert Wojciechowicz

Re: [ovs-dev] [PATCH RFC] dpif-netdev: Add Cuckoo Distributor to Accelerate Megaflow Search

2017-04-11 Thread Fischetti, Antonio
Any comment on this patch? As this is a sort of an addition to Subtable Ranking, maybe Jarno and/or Jan could have some comments? Thanks, Antonio > -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of yipeng1.w...@intel.com >