Re: [ovs-dev] [PATCH] netdev-linux: fix bug of ovs ingress policing with linux tc

2015-08-20 Thread ychen
yes, maybe it is not a perfect resolution, but it did resolved this problem: when tapB deleted from ovs bridge, tapA's ingress rule disappeared and of course, there maybe some problem I haven't consider, so I want more detailed suggestions, thanks! At 2015-08-20 13:03:53, "Ben Pfaff" wrote

[ovs-dev] Dev@openvswitch.org

2015-08-20 Thread oakley
The original message was received at Thu, 20 Aug 2015 14:30:06 +0700 from [147.45.33.92] - The following addresses had permanent fatal errors - - Transcript of the session follows - ... while talking to 219.189.62.132: >>> RCPT To: <<< 550 5.1.1 ... Not known here _

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Russell Bryant
acked this earlier, but just came across something while reviewing the next patch ... let me know if I'm missing something. On 08/18/2015 05:58 PM, Alex Wang wrote: > This commit adds the vtep module to ovn-controller-vtep. The > module will scan through the Port_Binding table in OVN-SB database,

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Alex Wang
On Thu, Aug 20, 2015 at 8:24 AM, Russell Bryant wrote: > acked this earlier, but just came across something while reviewing the > next patch ... let me know if I'm missing something. > > On 08/18/2015 05:58 PM, Alex Wang wrote: > > This commit adds the vtep module to ovn-controller-vtep. The > >

Re: [ovs-dev] [ovn-controller-vtep V7 1/3] ovn-controller-vtep: Add vtep module.

2015-08-20 Thread Alex Wang
As well as a test to cover that~ ;D On Thu, Aug 20, 2015 at 9:06 AM, Alex Wang wrote: > > > On Thu, Aug 20, 2015 at 8:24 AM, Russell Bryant > wrote: > >> acked this earlier, but just came across something while reviewing the >> next patch ... let me know if I'm missing something. >> >> On 08/18

Re: [ovs-dev] [ovn-controller-vtep V7 2/3] ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.

2015-08-20 Thread Russell Bryant
Looks good to me except for the one thing I noticed that was introduced in the last patch. On 08/18/2015 05:58 PM, Alex Wang wrote: > This commit extends the vtep module to support creating the > 'Ucast_Macs_Remote' table entries in the vtep database for > MAC addresses on the ovn logical ports. >

Re: [ovs-dev] [ovn-controller-vtep V7 3/3] ovn-controller-vtep: Update related documentation.

2015-08-20 Thread Russell Bryant
On 08/18/2015 05:58 PM, Alex Wang wrote: > This commit conducts the following documentation changes: > > * add a description in ovn-architecture manual for > the life cycle about VTEP gateway. > > * add TODOs related to ovn-controller-vtep. > > * refine the ovn-sb, ovn-nb schema manual

[ovs-dev] (无主题)

2015-08-20 Thread 陈燕明
发自网易邮箱大师 ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [ovn-controller-vtep V7 2/3] ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.

2015-08-20 Thread Alex Wang
On Thu, Aug 20, 2015 at 9:09 AM, Russell Bryant wrote: > Looks good to me except for the one thing I noticed that was introduced > in the last patch. > > On 08/18/2015 05:58 PM, Alex Wang wrote: > > This commit extends the vtep module to support creating the > > 'Ucast_Macs_Remote' table entries

Re: [ovs-dev] [ovn-controller-vtep V7 2/3] ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.

2015-08-20 Thread Russell Bryant
On 08/20/2015 09:34 AM, Alex Wang wrote: > > > On Thu, Aug 20, 2015 at 9:09 AM, Russell Bryant > wrote: > > Looks good to me except for the one thing I noticed that was introduced > in the last patch. > > On 08/18/2015 05:58 PM, Alex Wang wrote: > > T

Re: [ovs-dev] [ovn-controller-vtep V7 2/3] ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.

2015-08-20 Thread Alex Wang
On Thu, Aug 20, 2015 at 9:40 AM, Russell Bryant wrote: > On 08/20/2015 09:34 AM, Alex Wang wrote: > > > > > > On Thu, Aug 20, 2015 at 9:09 AM, Russell Bryant > > wrote: > > > > Looks good to me except for the one thing I noticed that was > introduced > > in the

[ovs-dev] [PATCH 3/3] ovn: Add bootstrap options for OVN controllers.

2015-08-20 Thread Gurucharan Shetty
This lets the central controller to push its certificate to the OVN controllers. Signed-off-by: Gurucharan Shetty --- ovn/controller-vtep/ovn-controller-vtep.8.xml |5 +++-- ovn/controller-vtep/ovn-controller-vtep.c |6 ++ ovn/controller/ovn-controller.8.xml |5 +++-

[ovs-dev] [PATCH 1/3] ovs-vsctl: Add the missing ssl bootstrapping option parsing.

2015-08-20 Thread Gurucharan Shetty
'man ovs-vsctl' mentions that ovs-vsctl can bootstrap itself by getting the certificate from the server. But the option was never parsed in the code. Signed-off-by: Gurucharan Shetty --- utilities/ovs-vsctl.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/utilities/ovs-vsctl.c b/ut

[ovs-dev] [PATCH 2/3] ovsdb-server: Add the ability to push peer-cert.

2015-08-20 Thread Gurucharan Shetty
In OVN, ovsdb-server is the daemon that manages the databases and can be called as the central controller. So it would be nice for ovsdb-server to be able to push its self-signed certificate to all the other nodes where ovn-controller runs. Signed-off-by: Gurucharan Shetty --- lib/automake.mk

Re: [ovs-dev] [PATCH v2] tunneling: Remove gre64 tunnel support.

2015-08-20 Thread Pravin Shelar
On Wed, Aug 19, 2015 at 4:17 PM, Jesse Gross wrote: > On Tue, Aug 18, 2015 at 12:18 PM, Pravin B Shelar wrote: >> GRE64 was introduced to extend gre key from 32-bit to 64-bit using >> gre-key and sequence number field. But GRE64 is not standard >> protocol. There are not many users of this protoc

Re: [ovs-dev] [PATCH] datapath: skip checksum of gro packet

2015-08-20 Thread Pravin Shelar
I sent patch attached to the mail. Only direct recipients got the patch. I am planning on sending formal patch to netdev mailing list soon. On Wed, Aug 19, 2015 at 9:05 PM, Ben Pfaff wrote: > I don't think you attached the patch. > > On Mon, Aug 10, 2015 at 10:37:04AM -0700, Pravin Shelar wrote:

Re: [ovs-dev] [PATCH v2] tunneling: Remove gre64 tunnel support.

2015-08-20 Thread Nithin Raju
> On Aug 18, 2015, at 12:18 PM, Pravin B Shelar wrote: > > GRE64 was introduced to extend gre key from 32-bit to 64-bit using > gre-key and sequence number field. But GRE64 is not standard > protocol. There are not many users of this protocol. Therefore we > have decided to remove it. > > Signe

Re: [ovs-dev] [PATCH 1/2] odp-util: Fix put_nd_key().

2015-08-20 Thread Jarno Rajahalme
> On Aug 19, 2015, at 9:50 PM, Ben Pfaff wrote: > > On Tue, Aug 18, 2015 at 04:17:54PM -0700, Jarno Rajahalme wrote: >> Actually copy the 'nd_target' from the key. >> >> Found by inspection. >> >> Signed-off-by: Jarno Rajahalme > > Ouch. > > Acked-by: Ben Pfaff Thanks for the review. Push

[ovs-dev] What's your wife's favorite time-spending?

2015-08-20 Thread Russell
Spend holidays in bed, and do not forget style2 { text-align: center; color: #D90003; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; font-size: 20px; font-weight: bold; } style4 {border: 1px solid #707070; } style5 {text-align

[ovs-dev] Returned mail: see transcript for details

2015-08-20 Thread Post Office
P}?#SüÁ1ò•“R~ÍûŒ»Ý´‹tνÚɞ£çb‰¶û"•Ñ…è„éàÍk9h»dƒÀ›m(UíöqÞEX°˜4éì’{²Q)–ŁÔÅ Éh÷†œÐü&pÖü<ž·kі¢ßÑ÷àN¹HÓDޛeRœd„ý¿è£K’x©În}fN®s5^)Ú¯T×yÏ¡˜f7iÑã›tëBBþÔFtU{Énš¶‰& аó‚#ùÎ>Ç¥5 9Øû¥0“éI!»’ Î'ŠåûÇ2Ä©åMÒMÕ#ن§¯eמZØåN»\þ8‡Á1®1“ž¤äēP´Ç7ª%ãÛ Å9֔ª·Ø‘Ÿ¸j:5 Içæv1/§dXóð;8ö¦aJ#}1·š·a¸½ß éx拎uК‰3èëÍPýû»Wö

Re: [ovs-dev] [PATCH 2/2] meta-flow: Fix ip_frag handling in mf_set_wild().

2015-08-20 Thread Jarno Rajahalme
> On Aug 19, 2015, at 9:51 PM, Ben Pfaff wrote: > > On Tue, Aug 18, 2015 at 04:17:55PM -0700, Jarno Rajahalme wrote: >> The wildcard bits were set when they should have been cleared. >> >> Found by inspection. >> >> Signed-off-by: Jarno Rajahalme > > Double ouch. > > I assume you'll backpor

[ovs-dev] [PATCH 1/3] vswitch.xml: OpenFlow 1.5 has been released.

2015-08-20 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- vswitchd/vswitch.xml | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 457f34a..c075975 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -692,17 +692,9 @@

[ovs-dev] [PATCH 3/3] ofp-errors: Introduce OF1.6 (proposed) error code for OFPBFC_BAD_VERSION.

2015-08-20 Thread Ben Pfaff
ONF-JIRA: EXT-550 Signed-off-by: Ben Pfaff --- lib/ofp-errors.h | 6 +++--- lib/ofp-util.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h index c020f7a..9e0ea5a 100644 --- a/lib/ofp-errors.h +++ b/lib/ofp-errors.h @@ -675,9 +675,9 @@ e

[ovs-dev] [PATCH 2/3] Add skeleton for OF1.6 support.

2015-08-20 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- FAQ.md | 33 +-- build-aux/extract-ofp-errors | 3 +- build-aux/extract-ofp-msgs | 3 +- include/openflow/openflow-common.h | 5 ++- lib/ofp-actions.c | 1 + lib/ofp-errors.c

[ovs-dev] [PATCH/RFC] ovs-ctl: do not attempt to restore flows when called with --delete-bridges

2015-08-20 Thread Simon Horman
When called with --delete-bridges saved flows cannot be restored as the bridges to which they belong no longer exist. This results in the following error messages on restart. ovs-ofctl: br0 is not a bridge or a socket Restoring saved flows ... failed! Although there is no effect of this error oth

Re: [ovs-dev] [PATCH] ofp-util: For OF1.0, don't wildcard PCP field when 802.1Q header absent.

2015-08-20 Thread Ben Pfaff
On Thu, Aug 06, 2015 at 01:10:04PM -0700, Jarno Rajahalme wrote: > > On Aug 5, 2015, at 9:59 PM, Ben Pfaff wrote: > > > > OpenFlow 1.0.1 says: > > > >The dl_vlan_pcp field must be ignored when the OFPFW_DL_VLAN wildcard > >bit is set or when the dl_vlan value is set to OFP_VLAN_NONE. Fi

[ovs-dev] [PATCH 1/2] Set release dates for 2.4.0.

2015-08-20 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS |2 +- debian/changelog | 115 - 2 files changed, 113 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index fc07fbf..9836bf4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.4.0 - xx

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

2015-08-20 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS |4 configure.ac |2 +- debian/changelog |7 +++ 3 files changed, 12 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 9836bf4..4976d4e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v2.4.1 - 20 Aug 2015 +--

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

2015-08-20 Thread The Post Office
¨˜û‚0:Líæý¾P„Tá̍D®˜Ôøoïéz܏Œ;ª´ÄVð&™•÷§Ú?×ej*©ë&‰M7_4šÅýà·aœÄ1Ü*zëœá4  È·EZiNCS¯Gšš{*Â[Èoº;¯j‚fTnvƒ!ÁhðjWÌÐg"6Aý“Ì4°_#yPÞù {~åÞD55–¬2ot†ë¬ íÅ£wbð®¢?¯¨5Ǟïs ‰÷.Ñ^$ï*ßÍ»Âxtñžàä ºø ÝN™PÝ'¬U„)"á9qҕ÷:fç"×[!®Mjº“ '„xØ·‹Z]ÄwʶJkƒ<(–#͈¯Ç_%amñâ™yªª¬N×ouAF9Cw£¯ %'Ñ©ƒ_/z_?ܔR-Êø­ïµ“ÄÐV’Æ(‘F²“¾éëÄ4¡  c

[ovs-dev] Bookkeeping and Basic Accounting: Sept. 17

2015-08-20 Thread Jhie Tejada
This email newsletter was sent to you in graphical HTML format. If you're seeing this version, your email program prefers plain text emails. You can read the original version online: http://ymlp184.com/zBwBsE