Re: [net-next PATCH 0/6] i40e: Add VF port representator support or SR-IOV VFs

2016-12-30 Thread Samudrala, Sridhar
On 12/29/2016 6:53 PM, David Miller wrote: From: Sridhar Samudrala Date: Thu, 29 Dec 2016 22:20:57 -0800 - Patch 1 introduces devlink interface to get/set the mode of SRIOV switch. - Patch 2 adds support to create VF port representor(VFPR) netdevs associated with SR-IOV VFs that can be used

Re: [net-next PATCH 0/6] i40e: Add VF port representator support or SR-IOV VFs

2016-12-29 Thread David Miller
From: Sridhar Samudrala Date: Thu, 29 Dec 2016 22:20:57 -0800 > - Patch 1 introduces devlink interface to get/set the mode of SRIOV switch. > - Patch 2 adds support to create VF port representor(VFPR) netdevs associated > with SR-IOV VFs that can be used to control/configure VFs from PF name >

[net-next PATCH 0/6] i40e: Add VF port representator support or SR-IOV VFs

2016-12-29 Thread Sridhar Samudrala
- Patch 1 introduces devlink interface to get/set the mode of SRIOV switch. - Patch 2 adds support to create VF port representor(VFPR) netdevs associated with SR-IOV VFs that can be used to control/configure VFs from PF name space. - Patch 3 enables syncing link state between VFs and VFPRs. - Pat