Re: EVL: Kernel WARNING
Hannes Diethelm <[email protected]> Mon, 6 Jul 2026 23:21:32 +0200
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
Am 06.07.26 um 07:56 schrieb Philippe Gerum: > Philippe Gerum <[email protected]> writes: > >> Hannes Diethelm <[email protected]> writes: >> >>> Am 05.07.26 um 17:06 schrieb Philippe Gerum: >>>> Hannes Diethelm <[email protected]> writes: >>>> >>>>> - With the good version, I tested ~1M packages, all fine, max 60 us >>>>> response time on the real PC >>>> You mean 60us for the overall round-trip time between two >>>> evl-enabled >>>> targets in full/end-to-end oob mode? >>>> >>> >>> That's between an evl-enabled host and an FPGA board as a target[1] >>> directly connected with 100M Ethernet and an Intel I350 after some >>> heavy tuning. Most tuning was done for PREEMT_RT. I have to test what >>> is really needed for Xenomai4 and what can be dropped. >>> >>> I don't have two PC's to test (yet). >>> >>> https://store.mesanet.com/index.php?route=product/product&product_id=374 >> >> Ok, thanks for the information. Meanwhile, I found the culprit. Now I >> have to figure out why I did that. Oh, well.. >> >> commit a793acf3cab9a608d70a39d740f04c6a6a1ec77c >> Author: Philippe Gerum <[email protected]> >> Date: Tue May 26 10:16:44 2026 +0200 >> >> evl/net: packet: forward status of ETH_P_ALL delivery > > Fixed by #bb06b3a8f100. > Thanks, tested and it works.