-
Plan:
1. Check and test all stable releases since our current vpp version. For testing, use forwarder-vpp docker tests and NSM integration tests.
2. If no problem occurred, just do an update
3. O…
-
Hi marosmars,
Thanks for sharing your blog and example scripts. I'm currently trying to use the GO version VPP api from https://github.com/fdio/govpp. I've [installed the VPP binaries](https://fd.…
-
After building with (which didn't fail with any errors, and appears to have completed successfully because of the "Done building all" message after it finished):
```CGO_ENABLED=1 GOOS=darwin GOARCH…
-
Looks like something is wrong
```console
[tkloczko@pers-jacek libostree-2023.1]$ make
make all-recursive
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/libostree-2023.1'
Making a…
-
Commit a3f5ce76b10a3c0e2a07cd96bd5a29acc42ac532 shifted all method ordinals by 32 bits, e.g. from `0x42bcb6d9` to `0x42bcb6d900000000`. And since they are passed in int32, they all effectively become …
-
Consider the following documentation for a function `f1` in a module `CGP`
```julia
"""
$(TYPEDSIGNATURES)
"""
function f1(a::Int, b::Int=0)
return a + b
end
```
The generated documentati…
-
### Description
When we create VPP on the forwarder pod we assume that forwarder death means VPP death. But it is not right for the **_external_** VPP socket (e.g. Calico-VPP case). If forwarder re…
-
I hit a case today where I ran out of disk space on my /boot/ partition. This was mainly because I had pinned some deployments that I wanted to keep around, but I still ended up with a failure:
```…
-
Feature gate: `#![feature(dirfd)]`
This is a tracking issue for directory handles. Such handles provide a stable reference to an underlying filesystem object (typically directories) that are le…
-
The figure below mentions a section called 'VPP ZC DAQ' that establishes IPC communication between the VPP framework and Snort over a shared memory platform. I want your guidance on where to find this…