> -----Original Message----- > From: Ali Alnubani <[email protected]> > Sent: Tuesday, November 1, 2022 2:01 AM > To: Guo, Junfeng <[email protected]>; Zhang, Qi Z > <[email protected]>; Wu, Jingjing <[email protected]>; Xing, Beilei > <[email protected]> > Cc: [email protected]; Li, Xiaoyun <[email protected]>; Wang, Xiao W > <[email protected]>; NBU-Contact-Thomas Monjalon (EXTERNAL) > <[email protected]> > Subject: RE: [PATCH 03/13] net/idpf: support device initialization > > > -----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] >
Hi, Thanks for reporting the issue, fix patch has been sent, https://patches.dpdk.org/project/dpdk/patch/[email protected]/ > Regards, > Ali

