Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-22 Thread akjosh
Yeah my bad, It was just a warning message. Rest of the things are working fine. Thanks, Akshay -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10253): https://lists.fd.io/g/vpp-dev/message/10253 Mute This Topic: https://lists.fd.io/mt/24873049/2165

Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-21 Thread Ondrej Fabry -X (ofabry - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
sday, August 21, 2018 4:36 PM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi Thank you so much. With the latest GoVPP I am able to generate the Binary-API bindings. Initially I got the below error (Some issue with the parsing) Invalid EV

Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-21 Thread via Lists.Fd.Io
riginal Message- From: vpp-dev@lists.fd.io On Behalf Of Ole Troan Sent: Tuesday, 2018-August-21 12:32 To: akj...@outlook.com Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi > I am trying to generate binary API's using latest GoVPP

Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-21 Thread akjosh
Thank you so much. With the latest GoVPP I am able to generate the Binary-API bindings. Initially I got the below error (Some issue with the parsing)  *Invalid EVENTS SERVICE: {RequestType:dhcp_client_config ReplyType:dhcp_client_config_reply Stream:false Events:[dhcp_compl_event]}* but I was abl

Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-21 Thread Ondrej Fabry -X (ofabry - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
riginal Message- From: vpp-dev@lists.fd.io On Behalf Of Ole Troan Sent: Tuesday, 2018-August-21 12:32 To: akj...@outlook.com Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi > I am trying to generate binary API's using latest GoVPP

Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-21 Thread Ole Troan
> I am trying to generate binary API's using latest GoVPP with 18.07 VPP JSON. > I get the following error > > binapi-generator --input-dir=/home/akshay/vpp1807json/vpp/api/core/ > --output-dir=./ > • We get the following error > > panic: Unknown VPP type vl_api_address_family

[vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-20 Thread akjosh
Hello, I am trying to generate binary API's using latest GoVPP with 18.07 VPP JSON. I get the following error  binapi-generator --input-dir=/home/akshay/vpp1807json/vpp/api/core/ --output-dir=./ * We get the following error             panic: Unknown VPP type vl_api_address_family_t   goro