Hi ,
I have a basic question on how object pools are accessed by multiple threads in
VPP. Do we have any locks underlying that safe gaurd the object pools ?
For example:
In acl_main_t, we have a pool of acl lists as below.
*acl_list_t *acls; /* Pool of ACLs */*
This list will be populated by vp
Maintenance Reminder
On 09/23/2019 04:08 PM, Vanessa Valderrama wrote:
>
> *What:*
>
> LF will performing maintenance on the Nexus server to migrate data to
> two new SSD volumes in attempt to resolve the intermittent issue with
> hung jobs we are experiencing
>
> * Migrate Nexus data to new vo
Macros are currently not supported in .api files.
> define MAX_NUM (12)
The "define" keyword defines API messages, not macros.
The C preprocessor is one possibility to add support for macros,
but not sure whether it would play well with .api syntax.
You can try to add that (or a similar featu
[Edited Message Follows]
in api file
I want to define a macro such as
define MAX_NUM (12)
define my_structure
{
u32 a;
u8[MAX_NUM];
}
"define MAX_NUM (12)" is can't be recognized,how can i do to define this?
Thanks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
V
in api file
I want to define a macro such as
define MAX_NUM (12)
define my_structure
{
u32 a;
u8[MAX_NUM];
}
"#define MAX_NUM (12)" is can't be recognized,how can i do to define this?
Thanks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14046)
Hi Hongjun,
We are testing on 19.08-rc2~12-g1c586de48~b37
vpp# show version
vpp v19.08-rc2~12-g1c586de48~b37 built by root on 9ce218d4b187 at Wed Aug 21
17:50:31 UTC 2019
vpp#
And one more thing, there seems no way to unset lb vip (or probably a bug like
`show lb vip`):
vpp# show lb vip
vpp#
Hi Cipher,
Which VPP version are you using?
We have found similar issue before and had a patch fixed it in VPP 19.08.
https://jira.fd.io/browse/VPP-1680
Thanks,
Hongjun
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Cipher Chen
Sent: Tuesday, September 24, 2019 11:14 AM
To: