[dpdk-dev] [PATCH v3 1/4] net/tap: move private elements to external header

Ferruh Yigit ferruh.yigit at intel.com
Thu Mar 9 16:28:31 CET 2017


On 3/7/2017 4:35 PM, Pascal Mazon wrote:
> In the next patch, access to struct pmd_internals will be necessary in
> tap_flow.c to store the flows.
> 
> Signed-off-by: Pascal Mazon <pascal.mazon at 6wind.com>
> Acked-by: Olga Shern <olgas at mellanox.com>
> ---
>  drivers/net/tap/Makefile      |  1 +
>  drivers/net/tap/rte_eth_tap.c | 34 ++------------------
>  drivers/net/tap/tap.h         | 73 +++++++++++++++++++++++++++++++++++++++++++

tap.h is a generic name, I think rte_eth_tap.h fits better here.

<...>


More information about the dev mailing list