[PATCH v26 07/20] nvme-tcp: RX DDGST offload

Paolo Abeni pabeni at redhat.com
Tue Feb 25 02:42:43 PST 2025


On 2/21/25 10:52 AM, Aurelien Aptel wrote:
> @@ -420,6 +422,46 @@ nvme_tcp_get_ddp_netdev_with_limits(struct nvme_tcp_ctrl *ctrl)
>  	return NULL;
>  }
>  
> +static inline bool nvme_tcp_ddp_ddgst_ok(struct nvme_tcp_queue *queue)

'inline' functions should be avoided in c files. Either drop the inline
keyword or move the definition to a (local) include file.

Thanks,

Paolo




More information about the Linux-nvme mailing list