> On 6/19/2019 5:09 PM, Ziyang Xuan wrote: > > Add build and doc files along with hinic_pmd_ethdev.c which just > > includes PMD register and log initialization for compilation. > > > > Signed-off-by: Ziyang Xuan <xuanziya...@huawei.com> > <...> > > > @@ -17,3 +17,8 @@ CONFIG_RTE_TOOLCHAIN_ICC=y # Solarflare PMD > build > > is not supported using icc toolchain # > > CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n > > + > > +# > > +# HINIC PMD build is not supported using icc toolchain # > > Is this only because of not having ICC compiler? If so I can validate the > build > for you if there is no other reason.
Hi Ferruh, Thank you! Yes, we have not ICC compiler just now. And we also have not tested the functions for hinic PMD with ICC compiler. So we can't be sure that there are not problems with ICC compiler. We intend to support ICC compiler at next release version after testing but this version. Best regards, Ziyang Xuan