[dpdk-dev] [PATCH v3 2/8] net/mvneta: add Rx/Tx support

Ferruh Yigit ferruh.yigit at intel.com
Fri Sep 14 18:24:33 CEST 2018


On 8/31/2018 1:59 PM, Andrzej Ostruszka wrote:
> From: Zyta Szpak <zr at semihalf.com>
> 
> Add part of PMD for actual reception/transmission.
> 
> Signed-off-by: Yelena Krivosheev <yelena at marvell.com>
> Signed-off-by: Dmitri Epshtein <dima at marvell.com>
> Signed-off-by: Zyta Szpak <zr at 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.


More information about the dev mailing list