> -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, May 30, 2017 7:10 PM > To: Wu, Jingjing <jingjing...@intel.com>; Zhang, Helin > <helin.zh...@intel.com> > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 00/10] net/i40e: base code update > > On 5/27/2017 4:47 AM, Jingjing Wu wrote: > > i40e base code upate. The main changes are: > > - use virtchnl.h instead of i40e_virtchnl.h > > - add support for Adaptive Virtual Function > > - add new AQ commands for read/write PHY registers > > - add new phy types for 25G > > Hi Jingjing, > > Patchset giving build error with clang [1] because of assignment between > different enum types, can you please check the build errors?
OK, will fix it in v2 patch. Thanks