microsoft / azure-linux-kernel

Patches for building an Azure-tuned Linux kernel.
Other
50 stars 25 forks source link

4.4.116 patch 0003-OFED-port-to-4.4.patch has too many problems #31

Closed steven123com closed 4 years ago

steven123com commented 4 years ago

Hi , I am trying to enable SR-IOV in my Customized Linux whose kernel version is also 4.4.XX, I patch the code according to README, it's really spent me a lot of time to patch 0003-OFED-port-to-4.4.patch, but it's harder to pass the compilation. many problems I have to solve, One of the big problem I encounter now is that. it seems that you ignore the file linux-4.4/include/linux/rhashtable.h and you create a new file named linux-4.4/include/linux/mlx_rhashtable.h which has most of the interface with rhashtable.h, these two files mess around, you changed a lot some interface in rhashtable.h, it's impossible to get passed the compilation. Could some guys look into this issue?