Tom Barbette

Results 66 issues of Tom Barbette

Which do what we expect it does

Hi all, I started to see the Spinlock assertion failing at line : https://github.com/kohler/click/blob/0fc6c4e67f3cfc63f838b3a84bdb03728621b3df/include/click/sync.hh#L145 My guess is click_processor_t is a typedef of pthread_t and therefore is 64bit until "recently" (when?...

Hi all, I tried multiple kernel versions (3.2, 3.16 and 4.4) , multiple configuration options, but I always get this error when unloading the Click module. The whole router is...

Somehow, even with only one queue in RX this field is dangling to value != 0. Fix #359 . In ixgbe and i40e that lead to accessing an inexisting queue....

Allows all elements such as ratedsource, ratedsplitter, ratedunqueue, and bandwidthratedunqueue to use > 4G rate. tokenbucket64 could have lass copy pasting from tokenbucket, but I don't have time for this......

help wanted

Hi all, As stabilizer is not compatible with LLVM versions that still works on current OSes (we're 7 versions of LLVM ahead now, no C++17, etc), is there a simpler...

Hi all, I have an animation with basically many leaves falling of a tree and staying on the ground (in a 2D animation). Each leaf is an instance of one...

With patterns that are a single character, the line: https://github.com/WojciechMula/sse4-strstr/blob/9308a59891f694f63ad6e55e387d244ea7ca4209/avx2-strstr-v2.cpp#L25 will not evaluate to true as k-2 is undefined. avx2_strstr_anysize should have a precondition to have k > 1 (and...

bug

Hi all, Is it possible to use picotcp without sockets. That is, instead of calling picotcp_socket_open, I call a function to which I pass all incoming packets (received using eg....

Hi all, With the latest OFED (possibly before also), 4.7 I get a missing library (ibverbs) message: ``` sudo ./mlnxofedinstall --with-mft --with-mstflint --dpdk --upstream-libs ./b configure Setting top to :...