[PATCH 03/13] net/idpf: support device initialization

Ali Alnubani alialnu at nvidia.com
Mon Oct 31 19:00:49 CET 2022


> -----Original Message-----
> From: Junfeng Guo <junfeng.guo at intel.com>
> Sent: Wednesday, August 3, 2022 2:31 PM
> To: qi.z.zhang at intel.com; jingjing.wu at intel.com; beilei.xing at intel.com
> Cc: dev at dpdk.org; junfeng.guo at intel.com; Xiaoyun Li
> <xiaoyun.li at intel.com>; Xiao Wang <xiao.w.wang at intel.com>
> Subject: [PATCH 03/13] net/idpf: support device initialization
> 
> Support device init and the following dev ops:
> 	- dev_configure
> 	- dev_start
> 	- dev_stop
> 	- dev_close
> 
> Signed-off-by: Beilei Xing <beilei.xing at intel.com>
> Signed-off-by: Xiaoyun Li <xiaoyun.li at intel.com>
> Signed-off-by: Xiao Wang <xiao.w.wang at intel.com>
> Signed-off-by: Junfeng Guo <junfeng.guo at intel.com>
> ---

Hello,

This patch is causing the following build failure in latest main (6a88cbc) with clang 3.4.2 in CentOS 7:
drivers/net/idpf/idpf_vchnl.c:141:13: error: comparison of constant 522 with expression of type 'enum virtchnl_ops' is always false [-Werror,-Wtautological-constant-out-of-range-compare]

Regards,
Ali


More information about the dev mailing list