On 4/18/2017 11:04 AM, Ferruh Yigit wrote:
> On 4/18/2017 10:58 AM, Ananyev, Konstantin wrote:
>>
>>
>>> -----Original Message-----
>>> From: dev [mailto:[email protected]] On Behalf Of Bernard Iremonger
>>> Sent: Thursday, April 13, 2017 10:53 AM
>>> To: [email protected]
>>> Cc: Xing, Beilei <[email protected]>; Lu, Wenzhuo
>>> <[email protected]>; Zhang, Qi <[email protected]>; Iremonger, Bernard
>>> <[email protected]>; [email protected]
>>> Subject: [dpdk-dev] [PATCH v3] net/i40e: fix to ensure vector mode is not
>>> used
>>>
>>> In rx vector mode, QinQ is not supported.
>>> When hw_vlan_extend is set for QinQ ensure that
>>> rx vector mode is not selected.
>>>
>>> Fixes: 5b2d37858d32 ("net/i40e: fix single VLAN tag to be outer VLAN tag")
>>> Cc: [email protected]
>>>
>>> Signed-off-by: Bernard Iremonger <[email protected]>
>
>> Acked-by: Konstantin Ananyev <[email protected]>
>
> Applied to dpdk-next-net/master, thanks.
>
Updated Fixes line to:
Fixes: 8e109464c022 ("i40e: allow vector Rx and Tx usage")