On 8/31/2018 1:59 PM, Andrzej Ostruszka wrote: > From: Zyta Szpak <z...@semihalf.com> > > Add part of PMD for actual reception/transmission. > > Signed-off-by: Yelena Krivosheev <yel...@marvell.com> > Signed-off-by: Dmitri Epshtein <d...@marvell.com> > Signed-off-by: Zyta Szpak <z...@semihalf.com> > --- > drivers/net/mvneta/mvneta_ethdev.c | 791 > +++++++++++++++++++++++++++++++++++++ > drivers/net/mvneta/mvneta_ethdev.h | 11 + > 2 files changed, 802 insertions(+)
It is common in DPDK to move Rx/Tx related functions to its own file, like mvneta_rxtx.c, that is a good logical separation which I suggest to do, but it is up to you to have all in same file or not.