Re: [ovs-dev] [PATCH 0/4] ovn: Schema modification for DPDK/userspace tunneling support in OVN-Openstack integration.

2015-09-07 Thread Chandran, Sugesh
Hi All, Any update on this proposal for adding a new bridge called "br-phy" for DPDK-User space datapath support in OVN??. Please let me know your thoughts on this. Regards _Sugesh -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Chandran, Sugesh Sent:

[ovs-dev] Fwd: understanding for redundant data structures in vswitchd implementation

2015-09-07 Thread RishiRaj Maulick
Hi, I have a query with respect to the design of ovs-vswitchd .( please forgive me for my long email ) I was going through the code and there were some design concepts which I came across - 1) *IDL *- there is code generated pertaining to the DB schema that is defined. For example the code in

Re: [ovs-dev] [PATCH 3/3] The netdev-dpdk uses the struct ether_addr rather than struct eth_addr internal ovs datatype.

2015-09-07 Thread Kavanagh, Mark B
Hi Ben, I pushed a patch that addresses that same issue early last week (September 2 - http://openvswitch.org/pipermail/dev/2015-September/059541.html) - just curious if there was any particular reason why this patch (which seems to have been submitted on September 4th) was selected over mine?

Re: [ovs-dev] OVN: RFC add a new JSON-RPC selective monitoring method

2015-09-07 Thread Liran Schour
Andy Zhou wrote on 03/09/2015 10:52:42 PM: > On Thu, Sep 3, 2015 at 5:27 AM, Liran Schour wrote: > > Andy Zhou wrote on 01/09/2015 11:15:56 PM: > > > >> From: Andy Zhou > >> To: Liran Schour/Haifa/IBM@IBMIL > >> Cc: Ben

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

2015-09-07 Thread Returned mail
The original message was received at Mon, 7 Sep 2015 15:37:31 +0700 from 8.249.11.56 - The following addresses had permanent fatal errors - dev@openvswitch.org ___ dev mailing list dev@openvswitch.org

[ovs-dev] xgfhyquzajfdqd

2015-09-07 Thread mlang
Dear user of openvswitch.org, We have received reports that your e-mail account has been used to send a huge amount of unsolicited commercial email messages during this week. Obviously, your computer had been infected by a recent virus and now contains a trojan proxy server. Please follow

[ovs-dev] OVN: V2 RFC add a new JSON-RPC selective monitoring method

2015-09-07 Thread Liran Schour
Here is an update for the proposed OVSDB protocol specification (RFC 7047)change suggested for overcoming OVN scalability issues by allowing clients to monitor only rows that meet specific criteria (http://openvswitch.org/pipermail/dev/2015-August/059149.html) Original proposal (v1):

Re: [ovs-dev] [PATCH 3/3] The netdev-dpdk uses the struct ether_addr rather than struct eth_addr internal ovs datatype.

2015-09-07 Thread Aaron Conole
On Sat, Sep 05, 2015 at 07:46:54PM -0700, Ben Pfaff wrote: > This was causing build failures in travis so I reviewed it and applied > myself after all. > > I made stylistic and commit message changes. > Thank you for the changes, I ack them ;) -Aaron

Re: [ovs-dev] [PATCH 3/3] The netdev-dpdk uses the struct ether_addr rather than struct eth_addr internal ovs datatype.

2015-09-07 Thread Ben Pfaff
On Mon, Sep 07, 2015 at 08:08:39AM +, Kavanagh, Mark B wrote: > I pushed a patch that addresses that same issue early last week > (September 2 - > http://openvswitch.org/pipermail/dev/2015-September/059541.html) - > just curious if there was any particular reason why this patch (which > seems

Re: [ovs-dev] [PATCH 3/3] ovsdb-server: support --user option

2015-09-07 Thread Ansis Atteka
Thanks, Andy, for working on this! On 3 September 2015 at 16:33, Andy Zhou wrote: > Add support for running ovsdb-server as a non-root user, specified > by the --user option. If specified, all I/O access and all > sub-processes will be perfromed as the new user. > >

Re: [ovs-dev] [PATCH 2/3] lib: Add --user for daemon

2015-09-07 Thread Ansis Atteka
On 3 September 2015 at 16:33, Andy Zhou wrote: > Allow daemon running as root to accept --user option, that accepts > "user:group" string as input. Performs sanity check on the input, > and store the converted uid and gid. > > daemon_become_new_user() needs to be called to make

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

2015-09-07 Thread bbb
ÀT¡òhM¹kó⎻ëo¹ýu&›œê¯h aºa~œœW5-¦ù)'wßB§Ò¥  .aPk{aâ:ô

Re: [ovs-dev] [PATCH 1/3] lib: add function to switch daemon user at run time

2015-09-07 Thread Ansis Atteka
There are trailing white space characters: Applying: lib: add function to switch daemon user at run time /home/aatteka/Git/ovs/.git/rebase-apply/patch:109: trailing whitespace. { warning: 1 line adds whitespace errors. Applying: lib: Add --user for daemon Applying: ovsdb-server: support --user