zrlio / urdma

Verbs on DPDK
102 stars 24 forks source link

is_phys removal in linux kernel 4.18.0 #53

Open debe opened 6 years ago

debe commented 6 years ago

In kernel 4.18.0 the old hack is_phys has been removed. In order to compile urdma on any kernel newer than 4.17 this fix is required.

patrickmacarthur commented 6 years ago

The sign-off bot didn't run on this for some reason, @PepperJo should look into that...

@debe Could you please amend and re-push your commit with a sign-off indicating that you agree with the terms here? You can use git commit --amend -s, or just manually add a line:

Signed-off-by: Firstname Lastname <email@somewhere.tld>

Your change looks good but cannot be merged without the sign-off.