[dpdk-dev] [PATCH v2 5/5] mlx5: add VLAN insertion offload

2016-03-16 Thread Adrien Mazarguil
On Fri, Mar 11, 2016 at 03:24:43PM +, Bruce Richardson wrote: > On Thu, Mar 03, 2016 at 03:27:59PM +0100, Adrien Mazarguil wrote: > > From: Yaacov Hazan > > > > VLAN insertion is done in software by the PMD by default unless > > CONFIG_RTE_LIBRTE_MLX5_VERBS_VLAN_INSERTION is enabled and

[dpdk-dev] [PATCH v2 5/5] mlx5: add VLAN insertion offload

2016-03-11 Thread Bruce Richardson
On Thu, Mar 03, 2016 at 03:27:59PM +0100, Adrien Mazarguil wrote: > From: Yaacov Hazan > > VLAN insertion is done in software by the PMD by default unless > CONFIG_RTE_LIBRTE_MLX5_VERBS_VLAN_INSERTION is enabled and Verbs provides > support for hardware insertion. > > When enabled, this option

[dpdk-dev] [PATCH v2 5/5] mlx5: add VLAN insertion offload

2016-03-03 Thread Adrien Mazarguil
From: Yaacov Hazan VLAN insertion is done in software by the PMD by default unless CONFIG_RTE_LIBRTE_MLX5_VERBS_VLAN_INSERTION is enabled and Verbs provides support for hardware insertion. When enabled, this option improves performance when VLAN insertion is requested,