Re: [ovs-dev] [PATCH v2 1/2] dpif-netdev: Expand the meter capacity using cmap

2020-03-15 Thread Yanqin Wei
Hi Xiangxia, The meter id is allocated by id_pool, which can always return the lowest available id. There is a light scalable data struct which supports direct address lookup. It can achieve several times performance improvement than cmap_find. And it has not copy memory when expanding. https:

Re: [ovs-dev] [PATCH v2 1/2] dpif-netdev: Expand the meter capacity using cmap

2020-03-15 Thread Tonghao Zhang
On Mon, Mar 16, 2020 at 11:07 AM Yanqin Wei wrote: > > Hi Xiangxia, > > The meter id is allocated by id_pool, which can always return the lowest > available id. Yes, I added 7+ meters, and it works fine. > There is a light scalable data struct which supports direct address lookup. > It can

[ovs-dev] [PATCH] python: allow UnixctlClient to get argv as tuple in transact

2020-03-15 Thread Moshe Levi
Currently transact check that argv is of type list. This patch allow argv also to be tuple. Signed-off-by: Moshe Levi --- python/ovs/unixctl/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ovs/unixctl/client.py b/python/ovs/unixctl/client.py index 8283f99bb..

Re: [ovs-dev] [PATCH v5] db-ctl-base: add uuid specified method for create cmd

2020-03-15 Thread Timo_Liu
Hi Ben: Thanks for reviewing! One point that we should confirm with you: if --id && --row-uuid both specified, we should use UUID from --row-uuid to create table, am I right ? Also, we should add test in which ovsdb unit test file ?(ovs-vsctl.at or ovsdb-execution.at) Tha

[ovs-dev] 答复: 答复: 答复: [PATCH v6] Use TPACKET_V3 to accelerate veth for userspace datapath

2020-03-15 Thread 杨燚
All the definitions/macros have been in include/linux/if_packet.h since 3.10.0, so there will not be that case existing. -邮件原件- 发件人: Ben Pfaff [mailto:b...@ovn.org] 发送时间: 2020年3月15日 4:04 收件人: Yi Yang (杨燚)-云服务集团 抄送: u9012...@gmail.com; yang_y...@163.com; ovs-dev@openvswitch.org 主题: Re:

[ovs-dev] Presale of Cryptocurrency YEP COIN : A DOOR FOR DREAMS

2020-03-15 Thread YEP COIN via dev
You can share your URL using any messaging app, by email or by posting it on social networks. http://yepcoin.site/index.php/campaigns/mj644tk48h0e1/track-url/tb526wc20w784/f6750f61fdb1687454b8ded9f8e43c87561d2b05 Introducing YEP COIN A Door For Dreams With YEP COIN, You Can Earn!   http://yepcoin.s

Re: [ovs-dev] [PATCH ovs v1 0/2] Allow setting MAC on DPDK interfaces

2020-03-15 Thread Noa Levy
ping > -Original Message- > From: Noa Ezra > Sent: Thursday, March 5, 2020 4:15 PM > To: ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; Ameer Mahagneh ; Noa > Levy ; Roni Bar Yanai ; > e...@labmailer.mlnx; Majd Dibbiny > Subject: [PATCH ovs v1 0/2] Allow setting MAC on DPDK interfaces