Hi,
I noticed that IPCF v4.10 driver has been released for a period of time, and I tried to compile the sample, i.e, ipc-shm-sample.ko and ipc-shm-dev.ko, for native linux. But unfortunatly, compilation failed, the reason is that, the ipc-shm-sample.ko wrongly depends on ipc-shm-xen.ko, as the following line in ipc-shm-sample.mod.c:
MODULE_INFO(depends, "ipc-shm-xen");
and the right dependency should be: MODULE_INFO(depends, "ipc-shm-dev");
So could you please help to check the issue?
Thanks,
Zhantao