-
Today I did some new hardware tested with LibreQoS (HP G9, 2x E5-2690 v4, Intel X520-DA2).
I was stuck at ~4-5Gbit/s and on network switch on both ports connected to server with LibreQoS the counter …
-
In #58 and #97 we created a fastpath in SHM to serialize and deserialize protobufs directly to and from the ringbuffer. However, due to a limitation in protobuf's zero copy streams, we cannot do so wh…
-
When the texture is 2KB size (64x64x4bit) or (64x32x8bit) won't be displayed or properly loaded.
Functions involved (rdp.c):
- rdp_load_tlut(uint8_t _pal_bp, uint8_t _pal_num, uint16_t *_palette)
…
-
The idea is that we write a standalone ZMQ service, which reads data on different ports from the Karabo device (in multiple threads) and fills a common Ringbuffer. Another thread is checking for compl…
-
Currently the `SocketBuffer` for the RX and TX side of the [TCP sockets](https://github.com/smoltcp-rs/smoltcp/blob/ef54279fbce213748fba58824775a9f670535550/src/socket/tcp.rs#L15) are `RingBuffer`s. T…
-
See
https://travis-ci.org/jnpkrn/libqb/jobs/178981147#L1766
```
==== Corrupt blackbox test 31/32 ====
Dumping the contents of butchered_blackbox.fdata
[debug] shm size:8192; real_size:8192; rb…
-
Hi
I am debugging a SAMD21 mcu (Arduino mkr)
Whenever the code reaches a memset() and the size arg is a variable, the debugger crashes with var-create error
This is really annoying, is there any …
ASL07 updated
3 years ago
-
Consider the following improvements to DDPG, with values in parenthesis taken from Aurick (who did the SAC runs)
- [x] Use a ringbuffer dataset for faster speed
- [x] efficient ringbuffer sampling…
-
The documentation about the timeout for `BPF.ring_buffer_poll(timeout=T)` is unclear.
At least for me.
It states:
> The timeout parameter is optional and measured in milliseconds. In its absence,…
-
We can probably save quite a few allocs here.