TheRandomCharacter
TheRandomCharacter
I was also misled by `fresh middleware stack`. I find phrasing proposed in this PR too long and excessive, simple change of `fresh` to `copy` seems more appropriate Found this...
@VojtechVitek Submitted a new PR #862. Also conversion to `*Mux` in `Group()` looks superfluous to me. Made PR for that also (#863)
Fixed the logic and reworked it to configuration in terms of interface names, not dpdk port ids.
When working with dpdk bursts directly implies that burst length while being an integral part of burst is managed manually. This wrapper is intended to bundle together dpdk bursts cstyle...
With moving to new pipeline this is no longer relevant
We should also make all the changes to .clang-format in the same PR as for clang-tidy, as both will require massive styling related changes to code base when enforced.
- `AlignAfterOpenBracket: BlockIndent` IMHO is better then `Align` - We don't have a `ColumnLimit` set, this confuses other options, `AlignAfterOpenBracket` is one of them