Re: [RFC PATCH 5/8] qaic: Implement data path

From: Greg KH
Date: Thu May 14 2020 - 10:14:09 EST


On Thu, May 14, 2020 at 08:07:43AM -0600, Jeffrey Hugo wrote:
> +struct qaic_execute {
> + __u16 ver; /* struct version, must be 1 */

No need for structures to be versioned. If you change something, then
add a new ioctl if you really needed it.

thanks,

greg k-h