[vpp-dev] GoVPP import path changed to go.fd.io/govpp

2022-08-03 Thread Nathan Skrzypczak
Hi GoVPP & VPP users, Following up on the lasts GoVPP Community meetings discussions the GoVPP package path has been changed to `go.fd.io/govpp` This is part of an effort to also move the repository to github, add CI jobs, etc... If you are a GoVPP user, this means you should either : - Stay on t

[vpp-dev] GoVPP Community Meetings (even weeks @ 6:30am Pacific Time)

2022-05-31 Thread Dave Wallace
Folks, The GoVPP project is starting to hold GoVPP Community meetings every other week on even weeks @ 6:30am Pacific Time beginning this Thursday June 2, 2022. A recent increase in downstream consumers has prompted holding regular meetings to address critical fixes / improve review/merge ti

Re: [vpp-dev] GoVPP BridgeDomainDump issue

2022-03-21 Thread Petr Boltík
CLOSE, my misunderstanding ... default go value BdID and SwIfIndex is zero. The default value at the VPP side is 4294967295, so the was no successful result to reply. I have no idea how long is this behavior is used. Old golang examples (from 2018) do not mention this behavior. Regards Petr B. po

Re: [vpp-dev] GoVPP BridgeDomainDump issue

2022-03-21 Thread Petr Boltík
News ... I can successfully use python3 api to call bridge_domain_dump (vpp respond bridge domain list correctly). Any Idea where to start? (I can successfully use govpp for other functions). Many thanks for any help you can provide. Regards Petr B. s so 19. 3. 2022 v 9:23 odesílatel Petr Boltík

[vpp-dev] GoVPP BridgeDomainDump issue

2022-03-19 Thread Petr Boltík
Hi, I'm not able to perform govpp API "BridgeDomainDump" request. The reply is always empty. Connection to API works. I can successfully create bridgeDomain, remove, etc. Only BridgeDomainDump not working for me. What am I have missing? Many thanks Regards Petr reqCtx := ch.SendMultiRequest

Re: [vpp-dev] GoVpp different behaviour when compiling outside GoVpp project

2021-03-25 Thread Юрий Иванов
Yes, Arthur you right Executing go get git.fd.io/govpp.git@master, solves this problem. Looks like there was older library. Thanks once more. )) От: Arthur de Kerhor Отправлено: 25 марта 2021 г. 18:49 Кому: Юрий Иванов Копия: vpp-dev Тема: Re: [vpp-dev] GoVpp

Re: [vpp-dev] GoVpp different behaviour when compiling outside GoVpp project

2021-03-25 Thread Arthur de Kerhor
Hi, The reason is that inside your govpp directory, you point to the latest version of GoVPP master branch, which supports the latest version of the VPP stats segment. On the other hand, in your gst directory, I suspect that you have added govpp as a dependency (in go.mod) with a command like

[vpp-dev] GoVpp different behaviour when compiling outside GoVpp project

2021-03-25 Thread Юрий Иванов
Hi, first of all sorry for such noob question. I'm need to write go based program utilizing govpp stats-api. There is official example in library which I've trunk to minimal usable which only opens socket: ~/GoVpp/govpp$ cat examples/stats-client/stats_api.go package main import ( "log"

[vpp-dev] GoVPP version for VPP 18.10

2020-02-02 Thread Himanshu Rakshit
Hi All, Which GoVPP version(hash) is to use for VPP 18.10? Following is the GoVPP change logs,which talks about 19.01 and beyond, but nothing 18 series. Thanks in advance. 0.1.0 *03 July 2019* The first release that introduces versioning for GoVPP.

Re: [vpp-dev] #govpp #vpp_1804 #vnet #vpp #vpp_hard_code #counters

2019-02-26 Thread Pablo via Lists.Fd.Io
Please let me know if you need any further info. Cheers, Pablo. From: on behalf of "ayyappa...@gmail.com" Date: Tuesday, 26 February 2019 at 12:09 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] #govpp #vpp_1804 #vnet #vpp #vpp_hard_code #counters -- Hello All, I&#x

[vpp-dev] #govpp #vpp_1804 #vnet #vpp #vpp_hard_code #counters

2019-02-26 Thread ayyappat17
-- Hello All,        I'm very new to VPP. i'm looking for mainly "How SRv6 LocalSID cache Table is updating in VPP? if updating what are the fields it's contains?" if anyone knows please give me answer ASAP.   Thanks, Ayyappa T -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to thi

[vpp-dev] GoVPP

2019-01-14 Thread Abeeha Aqeel
Hi, I have been trying to implement a simple VPP management application which uses the go bindings generated by GoVPP. The simple-client given in GoVPP works fine but I’ve been trying to add additional functionalities to it. I followed a sample go program from https://www.marosmars.com/blog/m

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