On 4/18/2017 7:27 PM, Ferruh Yigit wrote: > There are two PMDs in next-net and not merged into main tree: > - ARK > - DPAA2 > > These drivers also needs to get these updates.
latest next-net rebased on main tree to help development of these. ! next-net is broken now ! > > And to prevent breaking build these changes can be squashed into PMD > in next-net before integration. This means these changes needs to be > merged promptly. > > ARK PMD updates are done, can you please review and please feel free to > re-make the patch if required. > CC: Shepard Siegel <shepard.sie...@atomicrules.com> > CC: Ed Czeck <ed.cz...@atomicrules.com> > CC: John Miller <john.mil...@atomicrules.com> > > Since DPAA2 has its own device type and not using ethdev driver, it > looks like no update required, can you please double check? > CC: Hemant Agrawal <hemant.agra...@nxp.com> > CC: Shreyansh Jain <shreyansh.jain@nxp.c > > Also xenvirt giving a build error related ethdev driver usage, build > error fixed, again please feel free to send new version of the patch > if required. This can be preferred to get into main tree. > CC: Jianfeng Tan <jianfeng....@intel.com> > > > CC: Jan Blunck <jblu...@infradead.org> > CC: Stephen Hemminger <step...@networkplumber.org> > CC: Gaetan Rivet <gaetan.ri...@6wind.com> > > > Ferruh Yigit (2): > net/ark: remove eth_dev > net/xenvirt: remove ethdev driver > > drivers/net/ark/ark_ethdev.c | 44 > +++++++++++++++++++++++++---------- > drivers/net/xenvirt/rte_eth_xenvirt.c | 1 - > 2 files changed, 32 insertions(+), 13 deletions(-) >