Re: [net-next V9 03/14] devlink: Support add and delete devlink port

2021-01-22 Thread Jacob Keller
On 1/21/2021 7:31 PM, Parav Pandit wrote: > > >> From: Samudrala, Sridhar >> Sent: Friday, January 22, 2021 2:21 AM >> >>> $ devlink port show >>> pci/:06:00.0/65535: type eth netdev ens2f0np0 flavour physical >>> port 0 splittable false >>> >>> $ devlink port add pci/:06:00.0 flavour

RE: [net-next V9 03/14] devlink: Support add and delete devlink port

2021-01-21 Thread Parav Pandit
> From: Samudrala, Sridhar > Sent: Friday, January 22, 2021 2:21 AM > > > $ devlink port show > > pci/:06:00.0/65535: type eth netdev ens2f0np0 flavour physical > > port 0 splittable false > > > > $ devlink port add pci/:06:00.0 flavour pcisf pfnum 0 sfnum 88 > > Do we need to specify

Re: [net-next V9 03/14] devlink: Support add and delete devlink port

2021-01-21 Thread Samudrala, Sridhar
On 1/21/2021 12:52 AM, Saeed Mahameed wrote: From: Parav Pandit Extended devlink interface for the user to add and delete a port. Extend devlink to connect user requests to driver to add/delete a port in the device. Driver routines are invoked without holding devlink instance lock. This enable