PlatformLab / HomaModule

A Linux kernel module that implements the Homa transport protocol.
175 stars 43 forks source link

Added missing SPLIT_64 #64

Closed zcusanza closed 2 weeks ago

zcusanza commented 2 weeks ago

Current code generates a build error. homa_offload.c contains a reference to SPLIT_64 that is not defined anywhere. This pull request adds the missing definition to homa_impl.h.

johnousterhout commented 2 weeks ago

Thanks for reporting this, and sorry for the bug (it didn't fail for me because I compile under a modified kernel that defines SPLIT_64). The definition actually belongs in timetrace.h; I'll put it there.