On 8/24/2018 7:29 PM, Tomasz Duszynski wrote:
> This patch series introduces following changes:
> 
> * Common code responsible for DMA memory initialization
>   is now available under drivers/common/mvep. MVEP stands for
>   Marvell Embedded Processors. This eases maintenance and avoids
>   boilerplate code across Marvell PMDs. MVEP will grow over time as new
>   features and PMDs are added.
> 
> * Couple of minor fixes.
> 
> * Support for reading VLAN information from descriptor.
> 
> v3:
>  * Change exported symbols version to 18.11.
>  * Drop excessive new lines from messages passed to MRVL_LOG().
> 
> v2:
>  * Remove CONFIG_RTE_LIBRTE_MVEP_COMMON. Use CONFIG_RTE_LIBRTE_MVPP2_PMD
>    to control common/mvep compilation instead.
> 
> Liron Himi (2):
>   drivers/common: add mvep common code for MRVL PMDs
>   net/mvpp2: use common code to initialize DMA
> 
> Natalie Samsonov (3):
>   net/mvpp2: fix comments and error messages
>   net/mvpp2: make private variables static
>   net/mvpp2: add VLAN packet type support for parser offload
> 
> Tomasz Duszynski (1):
>   net/mvpp2: fix array initialization

Series applied to dpdk-next-net/master, thanks.

Reply via email to