From: Alex Elder <elder@xxxxxxxxxx> 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 *".
From: Alex Elder <elder@xxxxxxxxxx> 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 *".