> > > >> Hi Junlong,<br />> > > > <br />> > > >> I can see not all of the eth_dev_ops implemented, and datapath not<br />> > > >> implemented, so driver is not functional right now.<br />> > > > <br />> > > >> What happens if you want to run testpmd with the current state of the<br />> > > >> driver, I assume it crashes?<br />> > > > <br />> > > >> And what is the plan for the driver? Are you planning to upstream<br />> > > >> remaining support in this release or in future releases?<br />> > > > <br />> > > >> As the driver is not functional yet, to set the expectation right for<br />> > > >> the users, I suggest marking driver as experimental in the maintainers<br />> > > >> file and document the restrictions in the driver documentation, also<br />> > > >> clarify this in the release notes update, what do you think?<br />> > > > > <br />> > > > Hi Ferruh,<br />> > > >       The complete driver function has been implemented. At present, the driver function is integrated in batches.<br />> > > >       The integrated PMD does not cause the crash but cannot support all PMD functions.We plan to integrate the driver in this version and finally provide a complete and available driver.<br />> > > >       In the current phase, we will marking driver as experimental in the maintainers file and document the restrictions in the driver documentation, also clarify this in the release notes update.<br />> > > >       Thanks.<br />> > > <br />> > > Sounds good, thanks.<br />> > > <br />> > > <br />> > > Btw, build should be fine after each patch, but in this patch series<br />> > > there are warnings in some early patches, can you please fix them in<br />> > > next version?<br />> > > <br />> > > @Aaron, @David, what do you think to add patch by patch build to the CI?<br />> > > I hit the same issue in multiple series in this release.<br />> >  <br />> > Sure. But I cannot see these Warnings in the [v9] net/zxdh CI/check Description.<br />> > What do I need to do to see these Warnings?<br /> <br />> You need to test compilation after each patch locally.<br />> You can use "git rebase -i --exec ninja" for instance.<br /> <br />Sorry, I have tried multiple times to use 'git rebase -i --exec ninja' locally after each patch, but I couldn't find the warnings.<br />I have no idea how to solve it. Is there any other way to see the warnings?<br />