Re: [vpp-dev] FD.io Nexus Maintenance: 2019-09-25 1700 UTC to 2100 UTC

2019-09-24 Thread Vanessa Valderrama
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

Re: [vpp-dev] VAT can support define a macro? #vapi

2019-09-24 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
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

[vpp-dev] VAT can support define a macro? #vapi

2019-09-24 Thread wei_sky2008
[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.

[vpp-dev] VAT can support define a macro? #vapi

2019-09-24 Thread wei_sky2008
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

Re: [vpp-dev] #vpp #lb vpp hang and unrecoverable

2019-09-24 Thread Cipher Chen
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#

Re: [vpp-dev] #vpp #lb vpp hang and unrecoverable

2019-09-24 Thread Ni, Hongjun
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