Re: [Intel-wired-lan] [PATCH 07/15] ice: Add support for VSI allocation and deallocation

2018-03-12 Thread Shannon Nelson
On 3/9/2018 9:21 AM, Anirudh Venkataramanan wrote: This patch introduces data structures and functions to alloc/free VSIs. The driver represents a VSI using the ice_vsi structure. Some noteworthy points about VSI allocation: 1) A VSI is allocated in the firmware using the "add VSI" admin queue

[PATCH 07/15] ice: Add support for VSI allocation and deallocation

2018-03-09 Thread Anirudh Venkataramanan
This patch introduces data structures and functions to alloc/free VSIs. The driver represents a VSI using the ice_vsi structure. Some noteworthy points about VSI allocation: 1) A VSI is allocated in the firmware using the "add VSI" admin queue command (implemented as ice_aq_add_vsi). The firmw