[vpp-dev] multicast traffic getting duplicated in lacp bond mode

2020-12-01 Thread ashish . saxena
Hi vpp community, We are using vpp 20.05 on our setup. We were testing out vpp bonding in lacp mode. With this config, we saw that multicast traffic was getting duplicated. However, the unicast traffic was ok without duplicate packets. Looks like maybe 2 joins are happening, one on each

[vpp-dev] replacing make test-checkstyle with black

2020-12-01 Thread Paul Vinciguerra
I'd like to propose that we make it easier for everyone by adding black [0] as a pre-commit hook. Black will automatically reformat your file to a git friendly, pep-8 friendly file. For those interested in the details, it moves to a line length of 88, which helps us out with the lengthy VppEnum

[vpp-dev] vpp event log viewer plugin

2020-12-01 Thread dave
I've created and uploaded a vpp elog viewer plugin at https://github.com/dbarach/vpp-event-viewer.git. See README.md. The git repo contains a single x86_64 Debian (binary) package. The elog viewer is roughly equivalent to the tool described here:

Re: [vpp-dev] stat_set_simple_counter fix to avoid stat client crash needed in stable/2009 also?

2020-12-01 Thread Elias Rudberg
Hi Ole, > Thanks Elias, merged. Great. Thanks! > Would you mind fixing that in master too? OK: https://gerrit.fd.io/r/c/vpp/+/30207 With that, the stat_client.h file becomes identical in master and stable/2009. Some pedantic part of me noticed that the same issue seems to exist also in