[dpdk-dev] [PATCH v3 0/4] fm10k: add VMDQ support

2015-10-30 Thread Qiu, Michael
On 2015/10/27 17:25, He, Shaopeng wrote: > This patch series adds VMDQ support for fm10k. > It includes the functions to configure VMDQ mode and > add MAC address for each VMDQ queue pool. > It also includes logic to do sanity check for > multi-queue settings. > > Changes in v3: > - Keep device def

[dpdk-dev] [PATCH v3 0/4] fm10k: add VMDQ support

2015-10-30 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Shaopeng He > Sent: Tuesday, October 27, 2015 5:22 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/4] fm10k: add VMDQ support > > This patch series adds VMDQ support for fm1

[dpdk-dev] [PATCH v3 0/4] fm10k: add VMDQ support

2015-10-27 Thread Shaopeng He
This patch series adds VMDQ support for fm10k. It includes the functions to configure VMDQ mode and add MAC address for each VMDQ queue pool. It also includes logic to do sanity check for multi-queue settings. Changes in v3: - Keep device default MAC address even in VMDQ mode after queue pool co