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

2015-10-12 Thread Pravin Shelar
On Mon, Oct 12, 2015 at 7:58 PM, David Miller wrote: > From: Thomas F Herbert > Date: Sat, 10 Oct 2015 19:40:30 -0400 > >> Thomas F Herbert (3): >> openvswitch: 802.1ad uapi changes. >> Check for vlan ethernet types for 8021.q or 802.1ad >> 802.1AD: Flow handling, actions, vlan parsing and

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

2015-10-12 Thread Pravin Shelar
On Sat, Oct 10, 2015 at 4:40 PM, Thomas F Herbert wrote: > 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 encode

[ovs-dev] RETURNED MAIL: DATA FORMAT ERROR

2015-10-12 Thread Post Office
t8\ñƒú£æ~èÈ¡UËÀÎA0ÎÒ³¾øä¤×3TgÙTRÂÒv÷V» i0a¢nÆÇ1Eà9ñE™2ûOHjlî ¬]D‘kš ‚Š´dÖÃßRí4i>ÝcUñ¾C ’ÙCúx´7Pû2ÒëǶn`©ƒncʕ÷ÊýŸ89\úÂÍʺtñé6¨ÒE •¯§~› $3¢¤÷÷üëydyâK_éCc¢z ¸9àWVFÑPZ"Ã҅ ¦í˜H¾œ†EiN;[-2&îë¶}À6lT/»³eÛk¬Æ‘HB}܍k”Œ¥‰õúZ.š‹ã„>{‹‚C™å†rzËpÚ½Åèg»… àåã¦Ý*pvU£÷ŒS}»I°ã8dsSä¾‚Ñ ê9`ðÀ0ÊHPQ5Nf™ÙÎUšDéÊë64ß2Cà

Re: [ovs-dev] ovs-atomic: loss some patches for v2.3.2

2015-10-12 Thread linhaifeng
于 2015/10/12 23:24, Ben Pfaff 写道: Please propose which ones you want to cherry-pick, and what problems they fix. we apply cmap patches from v2.4 for v2.3.2 found that dead loop in cmap_find__. because read_even_counter read the counter is 3 . because the counter is not atomic and 860f83f3f290

[ovs-dev] Delivery reports about your e-mail

2015-10-12 Thread Automatic Email Delivery Software
The original message was received at Tue, 13 Oct 2015 09:47:03 +0700 from 214.169.212.179 - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-12 Thread Russell Bryant
I wrote up this tutorial for exercising OVN features using the command line tools. It may help give an idea of how you'd integrate with it from another system. https://github.com/openvswitch/ovs/blob/master/tutorial/OVN-Tutorial.md -- Russell Bryant On 10/10/2015 03:52 PM, Han Zhou wrote: > Hi

Re: [ovs-dev] [PATCH] bridge: Coding style fix.

2015-10-12 Thread Ben Pfaff
On Mon, Oct 12, 2015 at 11:31:29AM -0700, Andy Zhou wrote: > On Mon, Oct 12, 2015 at 11:27 AM, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > > --- > > vswitchd/bridge.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Andy Zhou Thanks Andy, I applied this to master. __

Re: [ovs-dev] [v3 04/10] lib/damon: add --user option

2015-10-12 Thread ALeX Wang
Thx, all make sense, On 12 October 2015 at 11:25, Andy Zhou wrote: > On Sun, Oct 11, 2015 at 10:33 PM, ALeX Wang wrote: > > Hey Andy, > > > > Sorry for this late post, just very interested in the feature > > implemented in this series, one question below, > > > >> + > >> +user_spec += strsp

[ovs-dev] POWER BY GOOGLE WINNER

2015-10-12 Thread GOOGLE
KINDLY OPEN THE ATTACHMENT ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] My newest stock tip is here

2015-10-12 Thread StockTips.com
Statler here. My NEWEST MONSTER PICK is - Safer Shot Inc. And they trade under the tickersymbol - SAFSD orSAFS I don’t know if you know this, but technically, 0.0001 is the lowest that astock can trade at on the open market… 0.0001 is THE FLOOR! So it stands to reason, if you get in at the gr

Re: [ovs-dev] [PATCH] bridge: Coding style fix.

2015-10-12 Thread Andy Zhou
On Mon, Oct 12, 2015 at 11:27 AM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- > vswitchd/bridge.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Andy Zhou ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailm

[ovs-dev] [PATCH] bridge: Coding style fix.

2015-10-12 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- vswitchd/bridge.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 232a334..b966d92 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1046,8 +1046,9 @@ bridge_configure_datapath_id(struct bridge

Re: [ovs-dev] [v3 04/10] lib/damon: add --user option

2015-10-12 Thread Andy Zhou
On Sun, Oct 11, 2015 at 10:33 PM, ALeX Wang wrote: > Hey Andy, > > Sorry for this late post, just very interested in the feature > implemented in this series, one question below, > >> + >> +user_spec += strspn(user_spec, " \t\r\n"); > > > > In which circumstance will the option value be prefix

Re: [ovs-dev] [PATCH v5] dpif-netdev: proper tx queue id

2015-10-12 Thread Ben Pfaff
Daniele, are you the right person to review this? If not, do you know who should review it? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] ofp-util: Reject bad group type and command with error instead of abort.

2015-10-12 Thread Ben Pfaff
Signed-off-by: Ben Pfaff Reported-by: Manpreet Singh Reported-at: http://openvswitch.org/pipermail/discuss/2015-October/019048.html --- AUTHORS| 1 + lib/ofp-util.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 99bcf60..8123f43 100644 --

Re: [ovs-dev] [PATCH] netdev_dpdk.c: Add QoS functionality.

2015-10-12 Thread Stokes, Ian
Hi Daniele, Thanks for providing feedback, answers inline. > -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Friday, October 09, 2015 6:53 PM > To: Stokes, Ian > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev_dpdk.c: Add QoS function

Re: [ovs-dev] ovs-atomic: loss some patches for v2.3.2

2015-10-12 Thread Ben Pfaff
On Sun, Oct 11, 2015 at 05:32:07PM +0800, linhaifeng wrote: > I found the function atomic_store_explicit and atomic_read_explicit for > branch v2.3.2 not use volatile this cause some problems in multi-core > system. > > should we merge these pathes to branch v2.3.2? Please propose which ones you

Re: [ovs-dev] [PATCH RFC] ofproto: RFC extended statistics patch

2015-10-12 Thread Ben Pfaff
On Mon, Oct 12, 2015 at 09:04:54AM +, Weglicki, MichalX wrote: > Hello, > > "Wouldn't it make more sense to use the OF1.5 extensible port statistics > feature?" > [MW] To be honest I double checked the OF1.5 documentation, and did you mean > "Extensible Flow Statistics - OXS"? > At least I

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

2015-10-12 Thread Sergei Shtylyov
Hello. On 10/11/2015 2:40 AM, Thomas F Herbert wrote: Signed-off-by: Thomas F Herbert --- include/linux/if_vlan.h | 17 + 1 file changed, 17 insertions(+) diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 67ce5bd..88d1be4 100644 --- a/include/linux/if_vla

[ovs-dev] My newest stock tip is here

2015-10-12 Thread StockTips.com
Statler here. My NEWEST MONSTER PICK is - Safer Shot Inc. And they trade under the tickersymbol - SAFSD orSAFS I don’t know if you know this, but technically, 0.0001 is the lowest that astock can trade at on the open market… 0.0001 is THE FLOOR! So it stands to reason, if you get in at the gr

Re: [ovs-dev] [PATCH RFC] ofproto: RFC extended statistics patch

2015-10-12 Thread Weglicki, MichalX
Hello, "Wouldn't it make more sense to use the OF1.5 extensible port statistics feature?" [MW] To be honest I double checked the OF1.5 documentation, and did you mean "Extensible Flow Statistics - OXS"? At least I can't find anything about Extensible port statistics. I've also checked the code

[ovs-dev] Dev@openvswitch.org

2015-10-12 Thread Mail Delivery Subsystem
The original message was received at Mon, 12 Oct 2015 14:47:14 +0700 from [197.192.26.111] - The following addresses had permanent fatal errors - - Transcript of the session follows - ... while talking to 107.108.1.115: >>> MAIL FROM:"Mail Delivery Subsystem" <<< 501 User unknow