bb-qq
bb-qq
The current start-up script does not support creating bond/ovs interfaces due to driver loading order. Modifying some config files to load the driver at an earlier stage may resolve the...
The method written in [the issue](https://github.com/bb-qq/aqc111/issues/18) seems to be a workaround for this issue.
It seems to run out of skb buffer in the kernel. So could you try to increase `vm.min_free_kbytes`? * read current value: `sysctl -n vm.min_free_kbytes` * write new value: `sysctl...
Did you still see warnings such as `warn_alloc_failed: 22439 callbacks suppressed` when you increased `min_free_kbytes`? if so, could you paste outputs of `sudo cat /proc/slabinfo` and `sudo cat /proc/meminfo`?
What is happening is a memory allocation error, but it also looks like this error is caused by the Ethernet device hanging up. So can you try a different USB...
Isn't `rx_buf_sz` 48kb for `chip rev=14`? Indeed the amount of memory usage will vary depending on the device by the chip revision. I've prepared a special version that reduces this...
Confusingly, chip rev=14 is `RTL_VER_13`. https://github.com/bb-qq/r8152/blob/master/r8152.c#L981-L1002 Also, a 64kb page is needed for a 48kb allocation.
I remember that 220Mb/s throughput is almost maximum at MTU=1500 configuration. So if you want further performance, try to increase MTU to 9k.
At this time, I am not considering releasing new drivers for DSM6.2. However, if the change is effective in other cases, I may release drivers for older models for which...
Thank you for understanding. By the way, I'm curious why you don't upgrade to DSM7, could you explain that?