Re: [ovs-dev] [PATCH 2/9] tests: Convert ovsdb-monitor-sort utility from Perl to Python.

2017-11-16 Thread Aaron Conole
Hi Ben, Ben Pfaff writes: > Perl is unfashionable and Python is more widely available and understood, > so this commit converts one of the OVS uses of Perl into Python. > > Signed-off-by: Ben Pfaff > --- > tests/automake.mk | 2 +- >

Re: [ovs-dev] [PATCH V2 3/4] tc: Add header rewrite using tc pedit action

2017-11-16 Thread Simon Horman
On Wed, Oct 25, 2017 at 02:24:15PM +0300, Roi Dayan wrote: > > > On 27/09/2017 12:08, Simon Horman wrote: > > On Mon, Sep 25, 2017 at 04:31:42PM +0300, Paul Blakey wrote: > > > > > > > > > On 18/09/2017 18:01, Simon Horman wrote: > > > > On Mon, Sep 18, 2017 at 07:16:03AM +0300, Roi Dayan

Re: [ovs-dev] [PATCH V2 0/4] Add offload support for action set

2017-11-16 Thread Simon Horman
On Mon, Sep 18, 2017 at 07:16:00AM +0300, Roi Dayan wrote: > Hi, > > This series adds support for offloading action set using > tc interface. > > V1->V2: > - Check patch whitespaces fixes > - Changed flower_pedit_map to be non sparse. > - Missing handling of unsupported attributes

[ovs-dev] [PATCH] netdev-dpdk: defer MTU set after interface start

2017-11-16 Thread Matteo Croce
Some PMD assumes that the RX buffers are already allocated when setting the device MTU, because the RX buffer size depends on the MTU. This worked until 67fe6d635193 added a call to rte_eth_dev_set_mtu() in the init code, which would set the MTU before the RX buffer allocation, triggering a

[ovs-dev] Latest pricelist

2017-11-16 Thread Bonesca - Jona
If you are not able to see this mail, click http://r.newsletter.bonescamail.nl/7xa28kh26oatrf.html      [ Click here for our latest pricelist! Haga clic aquí para ver la lista de ofertas! Klicken Sie hier für die letzte Preisliste! Klik hier voor de meest recente prijslijst! Cliquez ici

Re: [ovs-dev] [PATCH 7/9] tests: Convert dot2pic build tool from Perl to Python.

2017-11-16 Thread Aaron Conole
Hi Ben, Ben Pfaff writes: > Perl is unfashionable and Python is more widely available and understood, > so this commit converts one of the OVS uses of Perl into Python. > > Signed-off-by: Ben Pfaff > --- > ovn/automake.mk | 4 +- > ovsdb/dot2pic| 155

Re: [ovs-dev] [PATCH 5/9] tests: Convert soexpand build tool from Perl to Python.

2017-11-16 Thread Aaron Conole
Ben Pfaff writes: > Perl is unfashionable and Python is more widely available and understood, > so this commit converts one of the OVS uses of Perl into Python. > > Signed-off-by: Ben Pfaff > --- > Makefile.am | 4 +-- > build-aux/automake.mk | 3 +- >

Re: [ovs-dev] [PATCH 6/9] tests: Convert sodepends build tool from Perl to Python.

2017-11-16 Thread Aaron Conole
Ben Pfaff writes: > Perl is unfashionable and Python is more widely available and understood, > so this commit converts one of the OVS uses of Perl into Python. > > Signed-off-by: Ben Pfaff > --- > Makefile.am| 6 +-- > build-aux/automake.mk | 1 + >

[ovs-dev] (no subject)

2017-11-16 Thread Robert Charles
-- Bewerben Sie sich für schnelle und einfache Kredite.Sie sind garantiert, Ihr Darlehen innerhalb von 48 Stunden der Anwendung zu bekommen.Wir geben persönliche und Business-Darlehen zu einem niedrigen Zinssatz von 2% .Wenn Sie interessiert sind, kontaktieren Sie uns über

[ovs-dev] Mackerel Filets Iceland

2017-11-16 Thread Bonesca - Jona
If you are not able to see this mail, click http://r.newsletter.bonescamail.nl/7xa28khumoatrf.html  [ ]( http://r.newsletter.bonescamail.nl/track/click/vp48y9ze5aoatrd )  Special offer Mackerel Filets From Iceland   Product : Mackerel Filets Skin On PBI Size : Average 110 grs check below

Re: [ovs-dev] [PATCH v2 0/8] Add minimum network namespace support.

2017-11-16 Thread Flavio Leitner
On Tue, 14 Nov 2017 14:54:20 -0800 Gregory Rose wrote: > On 11/9/2017 9:30 AM, Flavio Leitner wrote: > > Today Open vSwitch doesn't know about network namespaces (netns), but > > users are moving internal ports to other namespaces. Although packets > > are still flowing,

[ovs-dev] failed to build in some Debian arch

2017-11-16 Thread Thomas Goirand
Hi, I took over OpenVSwitch packaging in Debian within the OpenStack packaging group, as Ben mentioned in the bug report that he'd be happy to have co-maintainers. So Ben & myself will be co-maintaining OVS within the Debian OpenStack team. OpenVSwitch 2.8.1 fails to builds on some Debian arch

[ovs-dev] [PATCH 1/2] netdev-dpdk: DPDK v17.11 upgrade

2017-11-16 Thread Mark Kavanagh
This commit adds support for DPDK v17.11: - minor updates to accomodate DPDK API changes - update references to DPDK version in Documentation - update DPDK version in travis' linux-build script Signed-off-by: Mark Kavanagh Acked-by: Maxime Coquelin

[ovs-dev] [PATCH 0/2] DPDK v17.11 Support

2017-11-16 Thread Mark Kavanagh
This patchset adds support for DPDK v17.11: - the first patch introduces minor code updates to accomodate DPDK API changes, and also updates Documentation and travis scripts. - the second patch adds a new vhost-user port option, vhost-iommu-support; this is required in order to take advantage

[ovs-dev] [PATCH 2/2] netdev-dpdk: add support for vhost IOMMU feature

2017-11-16 Thread Mark Kavanagh
DPDK v17.11 introduces support for the vHost IOMMU feature. This is a security feature, that restricts the vhost memory that a virtio device may access. This feature also enables the vhost REPLY_ACK protocol, the implementation of which is known to work in newer versions of QEMU (i.e. v2.10.0),

Re: [ovs-dev] vlan on dpdk port

2017-11-16 Thread Jan Scheurich
Yes, the tag option works also on dpdk ports in the same way as for non-dpdk interfaces. It basically just associates the received untagged packet with the specified VLAN tag inside the OVS bridge. If the packet is sent out on another port with the same tag, it is sent out untagged. Only if it

Re: [ovs-dev] (no subject)

2017-11-16 Thread frontoff...@careind.net
Your email address just won £500,000 pounds from Sonia Davies Donation,Reply for More Info. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH] Upcall/Slowpath rate limiter for OVS

2017-11-16 Thread Manohar Krishnappa Chidambaraswamy
Hi, Does anyone have any comments on this add-on to upcalls? Thanx Manu On 10/11/17, 7:06 PM, "ovs-dev-boun...@openvswitch.org on behalf of Manohar Krishnappa Chidambaraswamy" wrote: In

[ovs-dev] [PATCH RFC] netdev-dpdk: Fix device obtain mac address when received first packet in vhost type

2017-11-16 Thread Hailin Chen
The stp could not work on netdev-dpdk if network is loop. Because the stp protocol negotiates designate port by sending BPDU packets which contains MAC address. However the device doesn't have MAC address in vhostuser type. Thus, function send_bpdu_cb would not send BPDU packets. This patch will