Re: [ovs-dev] [CudaMailTagged] [patch_v1] ovn: Add additional comments regarding arp responders.

2016-09-27 Thread Han Zhou
On Tue, Sep 27, 2016 at 5:11 PM, Darrell Ball wrote: >> >> These port types are skipped because ARP responder is not supposed to handle ARP requests that come from physical network. > > > There is a special case of the l2gateway where > a request comes from the physical network

Re: [ovs-dev] [PATCH v3 2/4] ovn: OCF script for OVN OVSDB servers

2016-09-27 Thread Babu Shanmugam
Hi Andrew, I have added "Signed-off-by" on your behalf. Hope you don't mind. On Wednesday 28 September 2016 10:00 AM, bscha...@redhat.com wrote: From: Babu Shanmugam Co-authored-by: Numan Siddique Signed-off-by: Numan Siddique

[ovs-dev] [PATCH v3 4/4] ovn: Add ovndb servers ocf script in debian packager

2016-09-27 Thread bschanmu
From: Babu Shanmugam The OCF script will be present in the ovn-common package and installed in the openvswitch scripts folder and a symbolic link to this file will be created in the OCF resources folder. The OCF resource agent name for this resource is ocf:ovn:ovndb-servers

[ovs-dev] [PATCH v3 2/4] ovn: OCF script for OVN OVSDB servers

2016-09-27 Thread bschanmu
From: Babu Shanmugam Co-authored-by: Numan Siddique Signed-off-by: Numan Siddique Co-authored-by: Andrew Beekhof Signed-off-by: Andrew Beekhof Signed-off-by: Babu Shanmugam

[ovs-dev] [PATCH v3 1/4] ovn: ovn-ctl support for HA ovn DB servers

2016-09-27 Thread bschanmu
From: Babu Shanmugam This patch adds support to start_ovsdb() function in ovn-ctl to start the ovn db servers in backup mode. This can be done in the following ways 1. Use parameters --ovn-nb-sync-from-addr and --ovn-sb-sync-from-addr to set the addresses of the active

[ovs-dev] [PATCH v3 3/4] ovn: Add ovn db servers ocf script in fedora packager

2016-09-27 Thread bschanmu
From: Babu Shanmugam The OCF script will be present in the ovn-common package and installed in the openvswitch scripts folder. A symbolic link to this file will be created in the OCF resources folder. The OCF resource agent name for this resource is ocf:ovn:ovndb-servers

[ovs-dev] [PATCH v3 0/4] High availability support for OVN DB servers using pacemaker

2016-09-27 Thread bschanmu
v2 -> v3: - Handling few edged cases in the OCF script as suggested by Andrew Beekhof This patch contains changes required to run a pacemaker resource agent to manage OVN db servers in active/standby mode in a HA cluster. Babu Shanmugam (4): ovn: ovn-ctl support for HA ovn DB servers

Re: [ovs-dev] OVS+DPDK: Requested device 0000:01:00.0 cannot be used

2016-09-27 Thread ychen
It is my fault, though the image version is 3.10.45, but I didn't update package linux-libc-dev, it is still in version 3.2 After update package linux-libc-dev, the problem gone, and process ovs-vswitched is up! At 2016-09-28 10:03:10, "ychen" wrote: some additional

[ovs-dev] [PATCH v2, 0/1] ovn: Extend Address_Set to Set to support define port name sets

2016-09-27 Thread Zongkai LI
This patch tries to extend table Address_Set to set, to support define port name sets which could be used by ACL entries. By using port name set, CMS can skinny down ACL entries to maintain. v1 -> v2 rebase on upstream, add a new test for ACL using port name set and address set case *** BLURB

[ovs-dev] [PATCH v2, 1/1] ovn: Extend Address_Set to Set to support define port name sets

2016-09-27 Thread Zongkai LI
From: Zongkai LI This patch aims to extend table Address_Set to Set, make it more common to accept variable set, not only address. And by that, we can skinny down ACLs, if we use Set to defines port name sets for ACL to use, since lots of ACL entries are similar

Re: [ovs-dev] OVS+DPDK: Requested device 0000:01:00.0 cannot be used

2016-09-27 Thread ychen
some additional information: 1.$DPDK_DIR/tools/dpdk-devbind.py --status Network devices using DPDK-compatible driver :01:00.0 '82599EB 10-Gigabit SFI/SFP+ Network Connection' drv=vfio-pci unused= Network devices using kernel driver

Re: [ovs-dev] [CudaMailTagged] [patch_v1] ovn: Add additional comments regarding arp responders.

2016-09-27 Thread Darrell Ball
On Tue, Sep 27, 2016 at 4:49 PM, Han Zhou wrote: > > > On Tue, Sep 27, 2016 at 2:36 PM, Darrell Ball wrote: > > > > There has been enough confusion regarding arp responders in > > ovn to warrant some additional comments; hence add a > > general description

Re: [ovs-dev] [CudaMailTagged] [patch_v1] ovn: Add additional comments regarding arp responders.

2016-09-27 Thread Han Zhou
On Tue, Sep 27, 2016 at 2:36 PM, Darrell Ball wrote: > > There has been enough confusion regarding arp responders in > ovn to warrant some additional comments; hence add a > general description regarding why they exist and document > the special cases. > > The patch goes along

Re: [ovs-dev] [PATCH] sparse: Fix conflict between netinet/in.h and linux/in.h

2016-09-27 Thread Daniele Di Proietto
On 27/09/2016 15:19, "Joe Stringer" wrote: >On 8 June 2016 at 13:49, Daniele Di Proietto wrote: >> >> >> >> >> >> On 08/06/2016 13:30, "Ben Pfaff" wrote: >> >>>On Wed, Jun 08, 2016 at 01:07:32PM -0700, Ben Pfaff wrote: On Wed, Jun

Re: [ovs-dev] [PATCH v2 3/3] ofp-actions: Always consider inconsistent CT actions as an error.

2016-09-27 Thread Jarno Rajahalme
Thanks for the fast review, Joe! Series pushed to master, branch-2.6, and branch-2.5. Jarno > On Sep 27, 2016, at 2:38 PM, Joe Stringer wrote: > > On 27 September 2016 at 14:32, Jarno Rajahalme > wrote: >> We can't downgrade to OF1.0 and

Re: [ovs-dev] [PATCH] sparse: Fix conflict between netinet/in.h and linux/in.h

2016-09-27 Thread Joe Stringer
On 8 June 2016 at 13:49, Daniele Di Proietto wrote: > > > > > > On 08/06/2016 13:30, "Ben Pfaff" wrote: > >>On Wed, Jun 08, 2016 at 01:07:32PM -0700, Ben Pfaff wrote: >>> On Wed, Jun 01, 2016 at 07:23:29PM -0700, Daniele Di Proietto wrote: >>> > linux/in.h

Re: [ovs-dev] [PATCH] system-traffic: Collapse FTP NAT tests.

2016-09-27 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Sep 7, 2016, at 4:34 PM, Joe Stringer wrote: > > Previously we had the following tests: > * FTP with NAT > * FTP with NAT (seq-adj) > * FTP with NAT 2 > > Tests 1 and 2 share everything, except use different IP addresses. Test > 3

Re: [ovs-dev] [PATCH v2 3/3] ofp-actions: Always consider inconsistent CT actions as an error.

2016-09-27 Thread Joe Stringer
On 27 September 2016 at 14:32, Jarno Rajahalme wrote: > We can't downgrade to OF1.0 and expect inconsistent CT actions > be silently disgarded. Instead, datapath flow install fails, so > it is better to flag inconsistent CT actions as hard errors. > > Signed-off-by: Jarno

Re: [ovs-dev] [PATCH v2 2/3] ofp-actions: Check that 'alg=ftp' matches on TCP.

2016-09-27 Thread Joe Stringer
On 27 September 2016 at 14:32, Jarno Rajahalme wrote: > Datapath flow setup fails when setting the FTP helper on an > unsupported IP protocol. It is better to fail at the OpenFlow rule > set-up time instead. > > Signed-off-by: Jarno Rajahalme Acked-by: Joe

Re: [ovs-dev] [PATCH v2 1/3] ofp-actions: Style fixes.

2016-09-27 Thread Joe Stringer
On 27 September 2016 at 14:32, Jarno Rajahalme wrote: > Replace a tab by a space and remove an unnecessary variable. > > Signed-off-by: Jarno Rajahalme Acked-by: Joe Stringer ___ dev mailing list

[ovs-dev] [CudaMailTagged] [patch_v1] ovn: Add additional comments regarding arp responders.

2016-09-27 Thread Darrell Ball
There has been enough confusion regarding arp responders in ovn to warrant some additional comments; hence add a general description regarding why they exist and document the special cases. The patch goes along with patch fix for vtep ports here: https://patchwork.ozlabs.org/patch/675796/

[ovs-dev] [PATCH v2 1/3] ofp-actions: Style fixes.

2016-09-27 Thread Jarno Rajahalme
Replace a tab by a space and remove an unnecessary variable. Signed-off-by: Jarno Rajahalme --- include/openvswitch/ofp-actions.h | 2 +- lib/ofp-actions.c | 8 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git

[ovs-dev] [PATCH v2 2/3] ofp-actions: Check that 'alg=ftp' matches on TCP.

2016-09-27 Thread Jarno Rajahalme
Datapath flow setup fails when setting the FTP helper on an unsupported IP protocol. It is better to fail at the OpenFlow rule set-up time instead. Signed-off-by: Jarno Rajahalme --- lib/ofp-actions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[ovs-dev] [PATCH v2 3/3] ofp-actions: Always consider inconsistent CT actions as an error.

2016-09-27 Thread Jarno Rajahalme
We can't downgrade to OF1.0 and expect inconsistent CT actions be silently disgarded. Instead, datapath flow install fails, so it is better to flag inconsistent CT actions as hard errors. Signed-off-by: Jarno Rajahalme --- lib/ofp-actions.c | 7 +--

Re: [ovs-dev] [PATCH] ofp-actions: Error on conntrack action inconsistency.

2016-09-27 Thread Jarno Rajahalme
> On Sep 27, 2016, at 11:06 AM, Joe Stringer wrote: > > On 26 September 2016 at 18:46, Jarno Rajahalme > wrote: >> Setting up a datapath flow that has a conntrack action with 'alg=ftp', >> but does not match on 'nw_proto=tcp' fails with

Re: [ovs-dev] 2.6 release update

2016-09-27 Thread Ben Pfaff
On Tue, Sep 27, 2016 at 01:41:06PM -0700, Jarno Rajahalme wrote: > > > On Sep 27, 2016, at 8:36 AM, Ben Pfaff wrote: > > > > The previous plan was to release last Thursday. When I surveyed the > > team at VMware, they said there were a few more bug fixes they wanted to > > get

Re: [ovs-dev] 2.6 release update

2016-09-27 Thread Jarno Rajahalme
> On Sep 27, 2016, at 8:36 AM, Ben Pfaff wrote: > > The previous plan was to release last Thursday. When I surveyed the > team at VMware, they said there were a few more bug fixes they wanted to > get into 2.6. I think that the last of these is this fix from Jarno: >

[ovs-dev] The LTE, LTE-Advanced & 5G Ecosystem: 2016 – 2030

2016-09-27 Thread James Bennett
The LTE, LTE-Advanced & 5G Ecosystem: 2016 – 2030 – Infrastructure, Devices, Operator Services, Verticals, Strategies & Forecasts Report Information Release Year: 2016 Number of Pages: 399 Number of Figures: 283 Report Overview As a natural upgrade path for mobile operators from the

Re: [ovs-dev] GRE over IPsec on CentOS using openvswitch 2.5.0

2016-09-27 Thread Mrityunjay Kumar
yes .. just seen... but his answer is not up to mark ... in IST day time will revert my finding. again my question ... it tested welll by some one or we need to test after having discussion. waiting for ovs dev team to reply on this ... *Regards*, Mrityunjay Kumar. Mobile: +91 - 9731528504

Re: [ovs-dev] Any updates on the "userspace meter" patches ?

2016-09-27 Thread Jarno Rajahalme
> On Sep 27, 2016, at 4:57 AM, Enas Ahmad wrote: > > Hi, > I know that meters are still not implemented in the OVS master branch. > However, I would like to enquiry about the "userspace meter" patches > submitted a while ago by Jarno Rajahalme, is there any updates on

Re: [ovs-dev] [PATCH v2] upcall: Don't start new revalidation round too soon after the last one.

2016-09-27 Thread Jarno Rajahalme
> On Sep 26, 2016, at 5:39 PM, Ben Pfaff wrote: > > On Tue, Sep 20, 2016 at 11:42:45AM -0700, Jarno Rajahalme wrote: >> The execution time of 'ovs-ofctl add-flows' with a large number of >> flows can be more than halved if revalidators are not running after >> each flow mod

Re: [ovs-dev] GRE over IPsec on CentOS using openvswitch 2.5.0

2016-09-27 Thread Guru Shetty
On 27 September 2016 at 12:55, Mrityunjay Kumar wrote: > Hi Team > Request you to please answer. GRE over IPsec on CentOS using openvswitch > 2.5.0 is working or not. we need to think accordingly. Please updat only > yes or not ? > Did you read Ansis's reply in

Re: [ovs-dev] [PATCH v2] INSTALL.md: Add details about kernel module preference.

2016-09-27 Thread Darrell Ball
On Tue, Sep 27, 2016 at 8:21 AM, Guru Shetty wrote: > > > On 26 September 2016 at 20:52, Darrell Ball wrote: > >> >> >> On Mon, Sep 26, 2016 at 7:34 AM, Gurucharan Shetty wrote: >> >>> Signed-off-by: Gurucharan Shetty >>> --- >>>

[ovs-dev] GRE over IPsec on CentOS using openvswitch 2.5.0

2016-09-27 Thread Mrityunjay Kumar
Hi Team Request you to please answer. GRE over IPsec on CentOS using openvswitch 2.5.0 is working or not. we need to think accordingly. Please updat only yes or not ? If yes.. let me know how? *Regards*, MJ ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH] travis: Work around glibtoolize error.

2016-09-27 Thread Joe Stringer
On 21 September 2016 at 14:01, Joe Stringer wrote: > On 21 September 2016 at 11:44, Lance Richardson wrote: >>> From: "Joe Stringer" >>> To: dev@openvswitch.org >>> Sent: Wednesday, September 21, 2016 2:36:42 PM >>> Subject: [ovs-dev] [PATCH]

Re: [ovs-dev] [PATCH 1/1] Using ethtool on failure using miimon

2016-09-27 Thread Joe Stringer
Hi David, Thanks for the submission. Since this is a bugfix for a long-running behaviour, I reduced the patch to just the functional changes and applied it to master, branch-2.6 and branch-2.5. Here's the final change, please let me know if it is still missing something:

[ovs-dev] [PATCH v3] ovn-vtep: fix arping from vtep-gw physical port

2016-09-27 Thread Ramu Ramamurthy
Currently, arping from a vtep-gw physical-switch port to a VIF IP address does not work. When a physical-switch-port arps for an IP address of a VIF, that arp packet comes into the VIF hypervisor via a vxlan tunnel. That arp packet must not be responded-to by the arp responder table because,

[ovs-dev] [PATCH] vagrant: add CentOS 7.2 support

2016-09-27 Thread Thadeu Lima de Souza Cascardo
Signed-off-by: Thadeu Lima de Souza Cascardo --- Vagrantfile | 34 ++ 1 file changed, 34 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 91f943d..f83d3fc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -30,6 +30,15 @@ aptitude -y

Re: [ovs-dev] How to setup IVSHM in OVS-DPDK

2016-09-27 Thread Amit Pathania
Hi, this is amit.Did you get solution to your problem? I also want to carryout process to process communication between different VMs -- *Amit Pathania* ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] openvswitch: Allow external IPsec tunnel management.

2016-09-27 Thread pravin shelar
On Mon, Sep 26, 2016 at 1:15 PM, pravin shelar wrote: > On Mon, Sep 26, 2016 at 11:49 AM, Ansis Atteka wrote: >> >> >> On 26 September 2016 at 03:48, Pravin B Shelar wrote: >>> >>> OVS GRE IPsec tunnel support has multiple issues,

Re: [ovs-dev] [PATCH] ofp-actions: Error on conntrack action inconsistency.

2016-09-27 Thread Joe Stringer
On 26 September 2016 at 18:46, Jarno Rajahalme wrote: > Setting up a datapath flow that has a conntrack action with 'alg=ftp', > but does not match on 'nw_proto=tcp' fails with 'WARN' in > ovs-vswitchd.log. It is better to flag such inconsistencies during > OpenFlow rule set-up

Re: [ovs-dev] [PATCH] OVSDB: Fix segfalut during replication.

2016-09-27 Thread Andy Zhou
On Mon, Sep 26, 2016 at 8:30 PM, Ben Pfaff wrote: > On Tue, Sep 20, 2016 at 01:27:08PM -0700, Andy Zhou wrote: > > The newly added replication logic makes it possible for a monitor to > > receive delete and insertion of the same row back to back, which > > was not possible before.

Re: [ovs-dev] [PATCH] ovsdb: Fix memory leak when disposing 'replication_dbs'

2016-09-27 Thread Andy Zhou
On Mon, Sep 26, 2016 at 8:32 PM, Ben Pfaff wrote: > On Tue, Sep 20, 2016 at 05:49:47PM -0700, Andy Zhou wrote: > > Found by inspection. > > > > The 'replication_dbs' structure was not freed after use. > > Fix by adding a new function replication_dbs_destroy(). > > > > Also remove

Re: [ovs-dev] [PATCH 2/2] Prepare for 2.6.1.

2016-09-27 Thread Ben Pfaff
On Tue, Sep 27, 2016 at 10:16:26AM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Thanks! Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 1/2] Set release date for 2.6.0.

2016-09-27 Thread Ben Pfaff
On Tue, Sep 27, 2016 at 10:16:25AM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Let's give Jarno a bit of time to get his last fix in, but here's my ack in advance. Acked-by: Ben Pfaff ___ dev mailing list

Re: [ovs-dev] [branch-2.5 1/2] Set release date for 2.5.1.

2016-09-27 Thread Ben Pfaff
On Tue, Sep 27, 2016 at 10:23:03AM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [branch-2.5 2/2] Prepare for 2.5.2.

2016-09-27 Thread Ben Pfaff
On Tue, Sep 27, 2016 at 10:23:04AM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [branch-2.5 2/2] Prepare for 2.5.2.

2016-09-27 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS | 4 configure.ac | 2 +- debian/changelog | 7 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 570b995..62afe6e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v2.5.2 - xx xxx

[ovs-dev] [branch-2.5 1/2] Set release date for 2.5.1.

2016-09-27 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS | 4 ++-- debian/changelog | 13 ++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c31c7ad..570b995 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.5.1 - xx xxx +v2.5.1 - 27

[ovs-dev] [PATCH 1/2] Set release date for 2.6.0.

2016-09-27 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS | 5 + debian/changelog | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index fc5065c..d921ccf 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,4 @@ - -- - -v2.6.0 - xx xxx

[ovs-dev] [PATCH 2/2] Prepare for 2.6.1.

2016-09-27 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS | 4 configure.ac | 2 +- debian/changelog | 7 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d921ccf..e15ad09 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v2.6.1 - xx xxx

Re: [ovs-dev] GRE over IPsec on CentOS

2016-09-27 Thread Ansis Atteka
On Sep 26, 2016 7:02 PM, wrote: > > Hi all , > > I have been trying to test IPSEC over GRE on Centos7.3 . I am able to test on ubuntu14.04 . The ovs-monitor-ipsec daemon never was packaged (ie had *.rpm package) for CentOS. Just for debain/ubuntu. However, now we

[ovs-dev] 2.6 release update

2016-09-27 Thread Ben Pfaff
The previous plan was to release last Thursday. When I surveyed the team at VMware, they said there were a few more bug fixes they wanted to get into 2.6. I think that the last of these is this fix from Jarno: https://patchwork.ozlabs.org/patch/672410/ Once that's in, which I expect to

Re: [ovs-dev] [ovs-discuss] Configuring MTU for dpdk and vhost ports

2016-09-27 Thread Kapil Adhikesavalu
Thanks Mark, just figured that myself, i wasn't using the latest OVS, so mtu_request wasn't working.. Appreciate your help. Regards Kapil. On Tue, Sep 27, 2016 at 8:47 PM, Kavanagh, Mark B wrote: > > > >Hi, > > > >Is there a way to configure MTU for dpdk and vhost

[ovs-dev] [PATCH v3] INSTALL.md: Add details about kernel module preference.

2016-09-27 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- INSTALL.md | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index bb40e4a..a073465 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -322,9 +322,30 @@ Building the Sources 4. Run

Re: [ovs-dev] [PATCH v2] INSTALL.md: Add details about kernel module preference.

2016-09-27 Thread Guru Shetty
On 26 September 2016 at 20:52, Darrell Ball wrote: > > > On Mon, Sep 26, 2016 at 7:34 AM, Gurucharan Shetty wrote: > >> Signed-off-by: Gurucharan Shetty >> --- >> INSTALL.md | 23 ++- >> 1 file changed, 22 insertions(+), 1

Re: [ovs-dev] [ovs-discuss] Configuring MTU for dpdk and vhost ports

2016-09-27 Thread Kavanagh, Mark B
> >Hi, > >Is there a way to configure MTU for dpdk and vhost ports from its default 1500 >? >I read, "with OVS, Normally the MTU should be changed using operating system >specific >interfaces (e.g. ifconfig).", but as they are dpdk ports, how can i configure >them ? > Hi Kapil, Depending on

[ovs-dev] Configuring MTU for dpdk and vhost ports

2016-09-27 Thread Kapil Adhikesavalu
Hi, Is there a way to configure MTU for dpdk and vhost ports from its default 1500 ? I read, "with OVS, Normally the MTU should be changed using operating system specific interfaces (e.g. ifconfig).", but as they are dpdk ports, how can i configure them ? Regards Kapil

Re: [ovs-dev] OVS+DPDK: Requested device 0000:01:00.0 cannot be used

2016-09-27 Thread Aaron Conole
ychen writes: > hi, > I follow the doc "INSTALLDPDK.md" to build ovs dpdk envrioment, but failed to > start ovs-vswitchd > here is my configurations: > 1. kernel: 3.10.45-openstack-amd64 #1 SMP Tue Jul 1 01:52:20 UTC 2014 x86_64 > GNU/Linux > 2. NIC: > 01:00.0 Ethernet

Re: [ovs-dev] OVS+DPDK: Requested device 0000:01:00.0 cannot be used

2016-09-27 Thread Ilya Maximets
Yet another workaround: Disable all ports but one on each NIC. On 27.09.2016 15:18, Ilya Maximets wrote: >> 3. IOMMU support >> /sys/kernel/iommu_groups/12/devices/:01:00.0 >> /sys/kernel/iommu_groups/12/devices/:01:00.1 >> /sys/kernel/iommu_groups/9/devices/:06:00.0 >>

[ovs-dev] [PATCH ovs RFC 8/9] dpif-hw-netlink: support for flow dump from tc

2016-09-27 Thread Paul Blakey
added support dump flows from tc. Signed-off-by: Paul Blakey Signed-off-by: Shahar Klein --- lib/dpif-hw-netlink.c | 215 ++ 1 file changed, 199 insertions(+), 16 deletions(-) diff --git

[ovs-dev] [PATCH ovs RFC 7/9] dpif-hw-netlink: operate implementation

2016-09-27 Thread Paul Blakey
added flow offload with tc, supporting flow get, flow put, and flow del. Signed-off-by: Paul Blakey Signed-off-by: Shahar Klein --- lib/dpif-hw-netlink.c | 687 +- 1 file changed, 682 insertions(+), 5

[ovs-dev] [PATCH ovs RFC 2/9] dpif-hw-netlink: Add tc interface

2016-09-27 Thread Paul Blakey
Add tc interface in order to send/recv data from/to the HW. The kerenl side of tc will pass the tc messages to the driver and back. Signed-off-by: Shahar Klein Signed-off-by: Paul Blakey --- lib/automake.mk | 2 + lib/tc.c| 796

[ovs-dev] [PATCH ovs RFC 0/9] Introducing HW offload support for openvswitch

2016-09-27 Thread Paul Blakey
Openvswitch currently configures the kerenel datapath via netlink over an internal ovs protocol. This patch series offers a new provider: dpif-netlink-tc that uses the tc flower protocol to offload ovs rules into HW data-path through netdevices that e.g represent NIC e-switch ports. The user

[ovs-dev] [PATCH ovs RFC 3/9] dpif-hw-netlink: Added new maps

2016-09-27 Thread Paul Blakey
A flow in ovs can be accesses by ufid, and in tc by flow handle + priority. We use the protocol number as the priority so we save a map that maps from ovs flow id to/from tc flow handle + protocol. Also added a map to map ovs in_port to/from netdevice. Signed-off-by: Paul Blakey

[ovs-dev] [PATCH ovs RFC 5/9] dpif-hw-netlink: converting a tc flow back to ovs flow

2016-09-27 Thread Paul Blakey
new function that converts a tc flow back to dpif-flow. Signed-off-by: Paul Blakey Signed-off-by: Shahar Klein --- lib/dpif-hw-netlink.c | 169 ++ 1 file changed, 169 insertions(+) diff --git

[ovs-dev] [PATCH ovs RFC 1/9] dpif-hw-netlink: New dpif provider

2016-09-27 Thread Paul Blakey
Add infrastructure for a new provider that will be able to send some flows to the HW for offloading. Signed-off-by: Shahar Klein Signed-off-by: Paul Blakey --- lib/automake.mk | 2 + lib/dpif-hw-netlink.c | 463

[ovs-dev] [PATCH ovs RFC 9/9] netdev-linux: add tc ingress qdisc support

2016-09-27 Thread Paul Blakey
Add tc ingress qdisc support so we can add qdisc as a qos on port or through config. usage: ovs-vsctl -- set port qos=@newq -- --id=@newq create \ qos type=linux-ingress where is a already added port using vsctl add-port. Signed-off-by: Paul Blakey Signed-off-by: Shahar

[ovs-dev] [PATCH ovs RFC 6/9] dpif-hw-netlink: using port maps on init and changes

2016-09-27 Thread Paul Blakey
updating the port maps on dpif open (without create) and in port_add/port_del. Signed-off-by: Paul Blakey Signed-off-by: Shahar Klein --- lib/dpif-hw-netlink.c | 68 +-- 1 file changed, 60 insertions(+),

[ovs-dev] [PATCH ovs RFC 4/9] dpif-hw-netlink: added new user offload policy

2016-09-27 Thread Paul Blakey
Added a new framework so use can specify which flows to try and offload. A new map was added to save each flow's policy. Signed-off-by: Paul Blakey Signed-off-by: Shahar Klein --- lib/automake.mk | 2 ++ lib/dpif-hw-netlink.c | 59

Re: [ovs-dev] OVS+DPDK: Requested device 0000:01:00.0 cannot be used

2016-09-27 Thread Ilya Maximets
> 3. IOMMU support > /sys/kernel/iommu_groups/12/devices/:01:00.0 > /sys/kernel/iommu_groups/12/devices/:01:00.1 > /sys/kernel/iommu_groups/9/devices/:06:00.0 > /sys/kernel/iommu_groups/9/devices/:06:00.1 It's all because ports of your NICs are in the same iommu groups. You need

[ovs-dev] Any updates on the "userspace meter" patches ?

2016-09-27 Thread Enas Ahmad
Hi, I know that meters are still not implemented in the OVS master branch. However, I would like to enquiry about the "userspace meter" patches submitted a while ago by Jarno Rajahalme, is there any updates on these patches? has the implementation been extended to support "DSCP remark" action ?

[ovs-dev] OVS+DPDK: Requested device 0000:01:00.0 cannot be used

2016-09-27 Thread ychen
hi, I follow the doc "INSTALLDPDK.md" to build ovs dpdk envrioment, but failed to start ovs-vswitchd here is my configurations: 1. kernel: 3.10.45-openstack-amd64 #1 SMP Tue Jul 1 01:52:20 UTC 2014 x86_64 GNU/Linux 2. NIC: 01:00.0 Ethernet controller [0200]: Intel Corporation 82599EB

[ovs-dev] Mail System Error - Returned Mail

2016-09-27 Thread Post Office
The original message was received at Tue, 27 Sep 2016 11:39:38 +0530 from 160.24.197.253 - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH v2] INSTALL.md: Add details about kernel module preference.

2016-09-27 Thread Darrell Ball
On Mon, Sep 26, 2016 at 8:52 PM, Darrell Ball wrote: > > > On Mon, Sep 26, 2016 at 7:34 AM, Gurucharan Shetty wrote: > >> Signed-off-by: Gurucharan Shetty >> --- >> INSTALL.md | 23 ++- >> 1 file changed, 22 insertions(+), 1