David Miller Fri, 31 May 2019 14:50:17 -0700
From: Alex Elder <el...@linaro.org> Date: Thu, 30 May 2019 22:53:34 -0500
> + void *route_virt; ... > + void *filter_virt; ... If these are arrays of u64's, please declare them as "u64 *" instead of the opaque "void *".