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:
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
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..
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
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:
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
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