> -----Original Message----- > From: Junfeng Guo <[email protected]> > Sent: Wednesday, August 3, 2022 2:31 PM > To: [email protected]; [email protected]; [email protected] > Cc: [email protected]; [email protected]; Xiaoyun Li > <[email protected]>; Xiao Wang <[email protected]> > 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 <[email protected]> > Signed-off-by: Xiaoyun Li <[email protected]> > Signed-off-by: Xiao Wang <[email protected]> > Signed-off-by: Junfeng Guo <[email protected]> > ---
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

