[dpdk-dev] [PATCH 2/2 v2] i40e: Add floating VEB support in i40e

2016-02-25 Thread Wu, Jingjing
> if (ret != I40E_SUCCESS) { > PMD_DRV_LOG(ERR, "Add veb failed, aq_err: %d", @@ - > 3688,20 +3702,21 @@ i40e_vsi_release(struct i40e_vsi *vsi) > i40e_veb_release(vsi->veb); > } > > + if (vsi->floating_veb) { > + TAILQ_FOREACH(vsi_list, &vsi-

[dpdk-dev] [PATCH 2/2 v2] i40e: Add floating VEB support in i40e

2016-02-23 Thread Zhe Tao
This patch add the support for floating VEB in i40e. All the VFs VSIs can decide whether to connect to the legacy VEB/VEPA or the floating VEB. When connect to the floating VEB a new floating VEB is created. Now all the VFs need to connect to floating VEB or legacy VEB, cannot connect to both of