Jim Huang

Results 591 comments of Jim Huang

> error: '__rdtsc' was not declared You should manually replace `__rdtsc` (and its variants) with `_rdtsc`, which is provided by SSE2NEON header. In addition, ensure the architecture specific options are...

How about [trie-hard](https://github.com/cloudflare/trie-hard)?

commit c50f8c15b0e4b57d6409fc12d413d88e0266fa7b replaced trie with general string-based-key hashmap.

> In the context of SEMU, to send packets to the host through a TAP device, I need to create a separate process (child) that uses `unshare` to establish a...

Support for the Windows environment is not planned.

How about moving `syscall-steal` as one of non-working LKM for CI pipeline?

> I didn't investigate deeply, but now it seems to work well again. However, I think moving `syscall-steal` to non-working would be ok since after v6.9 (specifically after [commit](https://github.com/torvalds/linux/commit/1e3ad78334a69b36e107232e337f9d693dcc9df2#diff-4a16bf89a09b4f49669a30d54540f0b936ea0224dc6ee9edfa7700deb16c3e11R52)) `syscall-steal`...

You have to ensure that recent kernel versions come with the same module names. If not, you shall specify the versioning information.

> In the commit log this time, I separate the commits of PLIC, CLINT implementation and LR/SC correction. Does it needed to create new PR for each individual commit? You...