summaryrefslogtreecommitdiff
path: root/test/py/conftest.py
diff options
context:
space:
mode:
authorHanyuan Zhao <hanyuan-z@qq.com>2024-08-09 16:57:00 +0800
committerTom Rini <trini@konsulko.com>2024-10-27 10:15:29 -0600
commitc303f4a0dd7a6fba0a3103c1f8f490929ae5b578 (patch)
treec036b32b3f47874ca11de4c8ebde8b259349f440 /test/py/conftest.py
parent5fa3e10cec85ddd12d31af14f9fce6c3c0ff37d0 (diff)
net: dc2114x: allow users to decide how to tx packets according to IP core
Some IP cores of dc2114x or its variants do not comply so well with the behaviors described by the official document. Originally this driver uses only one tx descriptor and organizes it as a ring buffer, which would lead to a problem that one packet would be sent twice. This commit adds support to prevent this bug if you are using IP cores with this issue, by using multiple tx descriptors and organizing them as a real well-defined ring buffer. Signed-off-by: Hanyuan Zhao <zhaohy22@mails.tsinghua.edu.cn>
Diffstat (limited to 'test/py/conftest.py')
0 files changed, 0 insertions, 0 deletions