Re: [ovs-dev] [PATCH v2] datapath: Add support for lwtunnel

2015-10-30 Thread Joe Stringer
On 19 October 2015 at 23:01, Pravin B Shelar wrote: > Following patch adds support for lwtunnel to OVS datapath. > With this change OVS datapath detect lwtunnel support and > make use of new APIs if available. On older kernel where the > support is not there the backported tunnel modules are used.

Re: [ovs-dev] [PATCH] test: Make test independent of the recirc_id

2015-10-30 Thread Andy Zhou
On Thu, Oct 29, 2015 at 3:25 PM, Jarno Rajahalme wrote: > LGTM, > > Acked-by: Jarno Rajahalme > Thanks for the review Jarno! I will push it to master in a few minutes, and back port this fix to branch 2.4 and branch 2.3. ___ dev mailing list dev@openvs

[ovs-dev] [PATCH net-next V19 3/3] openvswitch: 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-30 Thread Thomas F Herbert
Add support for 802.1ad including the ability to push and pop double tagged vlans. Add support for 802.1ad to netlink parsing and flow conversion. Uses double nested encap attributes to represent double tagged vlan. Inner TPID encoded along with ctci in nested attributes. Signed-off-by: Thomas F H

[ovs-dev] [PATCH net-next V19 1/3] openvswitch: 802.1ad uapi changes.

2015-10-30 Thread Thomas F Herbert
openvswitch: Add support for 8021.AD Change the description of the VLAN tpid field. Signed-off-by: Thomas F Herbert --- include/uapi/linux/openvswitch.h | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/op

[ovs-dev] [PATCH net-next V19 2/3] Check for vlan ethernet types for 8021.q or 802.1ad

2015-10-30 Thread Thomas F Herbert
This is to simplify using double tagged vlans. This function allows all valid vlan ethertypes to be checked in a single function call. Signed-off-by: Thomas F Herbert --- include/linux/if_vlan.h | 16 1 file changed, 16 insertions(+) diff --git a/include/linux/if_vlan.h b/inclu

[ovs-dev] [PATCH net-next V19 0/3] openvswitch: Add support for 802.1ad

2015-10-30 Thread Thomas F Herbert
V19: Rebased to latest net-next 4.3.0-rc6+ commit 6d08f617872cc048173d59f1ce4660b030bab5a6 plus a few reviewer's suggested changes. Note: changes to netdev-vport.c are not included. dev_queue_xmit() is now called directly as the send vport ops function and length adjustments for vlans don't apply.

Re: [ovs-dev] Not able to install openvswitch-kmod for kernel 3.18

2015-10-30 Thread Joe Stringer
On 30 October 2015 at 09:19, wrote: > Hi Team, > > I have upgraded my CentOS-7 kernel from 3.10 to 3.18. > For successfully compiling ovs -2.4 datapath against Linux kernel version > 3.18, I have applied the below patch. > http://openvswitch.org/pipermail/dev/2015-September/060253.html > Success

Re: [ovs-dev] Timestamp for flow miss and flow insert

2015-10-30 Thread Jarno Rajahalme
> On Oct 30, 2015, at 5:49 AM, Junguk Cho wrote: > > Hi, > > Is there command line tool or option to show flow miss timestamp and flow > insert timestamp when controller sends flow rules? > In other words, can we know when flow miss happens and when flow insert > happens? > ‘ovs-ofctl dump-f

[ovs-dev] Not able to install openvswitch-kmod for kernel 3.18

2015-10-30 Thread ravulakollu.kumar
Hi Team, I have upgraded my CentOS-7 kernel from 3.10 to 3.18. For successfully compiling ovs -2.4 datapath against Linux kernel version 3.18, I have applied the below patch. http://openvswitch.org/pipermail/dev/2015-September/060253.html Successfully able to compile both datapath and userspace.

Re: [ovs-dev] [RFC] Design for OVN Kubernetes integration.

2015-10-30 Thread Gurucharan Shetty
I have added a couple of example integrations that do basic connectivity here (for anyone that wants to try it out): Without OpenStack: https://github.com/shettyg/ovn-kubernetes/blob/master/Example_overlay.md With OpenStack: https://github.com/shettyg/ovn-kubernetes/blob/master/Example_underlay.m

Re: [ovs-dev] [PATCH] AUTHORS: use actual address for ema...@freebsd.org

2015-10-30 Thread Russell Bryant
On 10/30/2015 05:21 AM, Ed Maste wrote: > Signed-off-by: Ed Maste > --- > I don't recall how I ended up with this naive anti-spam obfuscation in > AUTHORS. In any case there's no reason to have one inconsistent entry > here. > > AUTHORS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[ovs-dev] Timestamp for flow miss and flow insert

2015-10-30 Thread Junguk Cho
Hi, Is there command line tool or option to show flow miss timestamp and flow insert timestamp when controller sends flow rules? In other words, can we know when flow miss happens and when flow insert happens? Thanks, ___ dev mailing list dev@openvswitc

[ovs-dev] (no subject)

2015-10-30 Thread Returned mail
ž9²¸YtǗ‡)^JÈ~ÌNSÁgeÅ ”™Ââaðby~¥?tº‡ndÝp±æg ÄÕ0ˆ\ÎN—±üŠU„žé¯n#ÜzKõ<)®°*xˆ(ˆÁÙø “q_*Ç%¤2W㊁ƒ©MuÁ çü°†™ÒÃu_kû¢hÝU«.Óz^!&ÀÙYwfÃð!)îÒÀóЋXô»»õ–Öهãóåk¤§mÏêæS•ÕT¾†w]p£{;ßú©÷W4™9߁œÃýd‡Q3Ìrqw™ß¨I; ¯è®È탿aۅY túQƒm!ÈIYRŸŽ›]çâeÎö\MüÞ<ؘKOëþŸ&´ÞKúñ´ã»Éöú… IO TÔÙÝU4ËΨ™îPH:Tl‹Ñ(êS¾Õî°ëN߃eâ °SJ

Re: [ovs-dev] [PATCH] INSTALL.DPDK: Mention issue with QEMU v2.4.0 & dpdkvhostuser

2015-10-30 Thread Loftus, Ciara
> > Hi, > > Is this a bug in OVS code? In this case I think we can work on a fix, > rather > than suggesting to downgrade QEMU. > > If this is a bug in DPDK librte_vhost, is there a fix available (on > master, or > on the mailing list)? Hi Daniele, The fix is available in DPDK master: http://d

[ovs-dev] STATUS

2015-10-30 Thread Bounced mail
÷_®ÒÔ4«7Î^]EQ!•[þ…Û“ÎHÚî¼J£qñdrŒFš5ÝÝ<\"Y†ÑNظ©º½üY]$ƒ¤R§"nb³5Âa1›åî ø|0/NO ØÌ.,¼ØÛ’ö¶ì¿¶"Ç¿¹±©çK3§š†µíWäq{2×úÐGŸBn… ŸÂZ«Šd£I[¡SDFäœB;¡Ÿ{-tȖ˜6óñqb”A¦7‰xúðOÎøØçñ}~ôV„l%7™>ê;ï/?ØÍ™y“îsuSØ(IºõÓ"õzL¦â²™?¢Æ¡0B­9¾D1¾Rr`­>—kÂ4‚ÂÍ"2w …Þ·_…¾K²ós9,7sÎËGm:H¯F„ÑM`ˆ˜(æm6¼ÏÙL®ç\ø‘> Ô93G4KX‘ý##©Tã^rr¶Ðס