Re: [dpdk-dev] [PATCH v2] kni: fix build with Linux 5.9

2020-09-29 Thread Thomas Monjalon
> Starting from Linux 5.9 'get_user_pages_remote()' API doesn't get > 'struct task_struct' parameter: > commit 64019a2e467a ("mm/gup: remove task_struct pointer for all gup code") > > The change reflected to the KNI with version check. > > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit Ap

[dpdk-dev] [PATCH v2] kni: fix build with Linux 5.9

2020-08-17 Thread Ferruh Yigit
Starting from Linux 5.9 'get_user_pages_remote()' API doesn't get 'struct task_struct' parameter: commit 64019a2e467a ("mm/gup: remove task_struct pointer for all gup code") The change reflected to the KNI with version check. Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- v2: * Add stable