[dpdk-dev] [PATCH 4/6] i40e: add VMDQ support

2014-10-13 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Chen Jing D(Mark) > Sent: Tuesday, September 23, 2014 2:14 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 4/6] i40e: add VMDQ support > > From: "Chen Jing D(Mark)" &

[dpdk-dev] [PATCH 4/6] i40e: add VMDQ support

2014-09-23 Thread Chen Jing D(Mark)
From: "Chen Jing D(Mark)" The change includes several parts: 1. Get maximum number of VMDQ pools supported in dev_init. 2. Fill VMDQ info in i40e_dev_info_get. 3. Setup VMDQ pools in i40e_dev_configure. 4. i40e_vsi_setup change to support creation of VMDQ VSI. Signed-off-by: Chen Jing D(Mark) A