- sept. 11, 2023
-
-
Colin Evrard a rédigé
-
- août 13, 2023
-
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
on-path
-
- juil. 28, 2023
-
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
Will help to maintain it up-to-date
-
- juil. 27, 2023
-
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
This allows to record only one packet out of N. And therefore need 1/N of the space. TimestampDiff should use the same parameter.
-
- juil. 26, 2023
-
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
Remove unused parameters
-
- juil. 18, 2023
-
-
Tom Barbette a rédigé
-
- juin 01, 2023
-
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
On github actions, and only there apparently, even with -march=native we need to explicitely enable the individual flags.
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
This reverts commit a6285efd. Revert #382
-
Tom Barbette a rédigé
It does not take into account -march, so you can't create portable binaries...
-
Tom Barbette a rédigé
Add missing header for musl Add options to change the destination march and keep the source Deps: Add usual dependencies like pcap, mlx5, bpf, etc sed: Do not use /Q which is non standard Delete all DPDK source right away, except files used by --enable-flow-api that are copied
-
- mai 24, 2023
-
-
Tom Barbette a rédigé
Refer to ./deps
-
- mai 23, 2023
-
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
Add an option to directly DUPLICATE packets instead of cloning them. If we know they'll be uniqueified anyway, there's no reason for the hastle. Also, avoid the virtual fnt resolution.
-
- mai 20, 2023
-
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
When the Click build is configured with the option --enable-hash-allocator-poisoning, this change will cause the HashAllocator to write a "poison" byte value to the block being returned to a HashAllocator pool. This ensures that when a stale reference to a freed block is followed, the code will be much less likely to interpret the block as a valid object or struct. In particular, pointer values will be non-NULL but bad, leading to immediate failure with a clear signature indicating the presence of a stale reference bug. Signed-off-by:
Andy Heffernan <ahh@meraki.com>
-
Tom Barbette a rédigé
-
When compiling with clang, if CC/CXX are overwritten then we're no longer compiling with clang. Merge https://github.com/kohler/click/pull/374
-
- mai 19, 2023
-
-
Tom Barbette a rédigé
-
- mai 16, 2023
-
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
--enable-dpdk-pool needs a DPDK setup
-
Tom Barbette a rédigé
DPDK cannot launch because CI builds in /builds, that is world writeable. Try to move DPDK elsewhere
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
-
Tom Barbette a rédigé
This is not primarily used for FastClick, but to verify deeper compatibility with more complete setup in our private testbed, it is useful
-