2015-10-23 11:36, Alejandro.Lucero: > From: "Alejandro.Lucero" <alejandro.lucero at netronome.com> > > This patch adds a new PMD for using PCI Virtual Functions with Netronome > nfp6000 card. > > Signed-off-by: Alejandro.Lucero <alejandro.lucero at netronome.com> > Signed-off-by: Rolf.Neugebauer <rolf.neugebauer at netronome.com> > --- > drivers/net/nfp/Makefile | 88 ++ > drivers/net/nfp/nfp_net.c | 2495 > ++++++++++++++++++++++++++++++++++++++++ > drivers/net/nfp/nfp_net_ctrl.h | 290 +++++ > drivers/net/nfp/nfp_net_logs.h | 75 ++ > drivers/net/nfp/nfp_net_pmd.h | 434 +++++++
It seems this driver is not integrated in the build system. Please avoid such huge patch and submit piece by piece. Example: - patch 1 for the basic init - patch 2 for Rx/Tx - patch 3 for RSS - patch 4 for statistics It will be easier to review. It would be also appreciated to have a doc in doc/guides/nics and an entry in the release notes. Thanks