Re: [ovs-dev] OVS porting

2012-08-23 Thread Justin Pettit
I know of projects that ported to non-Unix systems. However, I'm not aware of anyone that has attempted an ESX port. --Justin On Aug 23, 2012, at 3:10 PM, Vijay Chander wrote: > Hello, > I was looking at the ovs PORTING guidelines in openvswitch-1.7.0. They are > oriented towards unix-like

[ovs-dev] hi

2012-08-23 Thread vivianatif
  Hello,I'm Vivian Atif, It's my pleasure to write you at the moment, Reply me.(vivianati...@yahoo.comThanks,Vivian ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] OVS porting

2012-08-23 Thread Vijay Chander
Hello, I was looking at the ovs PORTING guidelines in openvswitch-1.7.0. They are oriented towards unix-like platforms. Has anyone attempted a port of OVS to ESX ? Any pointers/comments are welcome. Thanks, -vijay ___ dev mailing list dev@openvswi

Re: [ovs-dev] [PATCH v3 01/17] hashtable: introduce a small and naive hashtable

2012-08-23 Thread Tejun Heo
Hello, Sasha. On Thu, Aug 23, 2012 at 02:24:32AM +0200, Sasha Levin wrote: > > I think the almost trivial nature of hlist hashtables makes this a bit > > tricky and I'm not very sure but having this combinatory explosion is > > a bit dazzling when the same functionality can be achieved by simply >

[ovs-dev] [PATCH upstream] datapath: Increase maximum number of datapath ports.

2012-08-23 Thread Pravin B Shelar
Use hash table to store ports of datapath. Allow 64K ports per switch. Signed-off-by: Pravin B Shelar --- net/openvswitch/actions.c |2 +- net/openvswitch/datapath.c | 110 +++- net/openvswitch/datapath.h | 33 ++--- net/openvswitch/flow.c

[ovs-dev] HI

2012-08-23 Thread morin
how are you today.i saw your email today when i was browsing i decided to contact you.please contact me through my email so that i will tell you more about me. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH upstream] net-ovs: Add support for namespace.

2012-08-23 Thread Jesse Gross
On Wed, Aug 22, 2012 at 7:48 PM, Pravin Shelar wrote: > btw, I did not see "datapath: Relax set header validation." patch in > upstream repo. It's in the 'fixes' branch, which is targeted for net instead of master, which is targeted for net-next. ___ de