Re: [PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device

2021-02-23 Thread Michael S. Tsirkin
On Tue, Feb 23, 2021 at 02:59:49PM +0200, Eli Cohen wrote: > On Tue, Feb 23, 2021 at 07:56:16AM -0500, Michael S. Tsirkin wrote: > > On Tue, Feb 23, 2021 at 02:54:42PM +0200, Eli Cohen wrote: > > > On Tue, Feb 23, 2021 at 07:52:34AM -0500, Michael S. Tsirkin wrote: > > > > > > > > I think I have t

Re: [PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device

2021-02-23 Thread Eli Cohen
On Tue, Feb 23, 2021 at 07:56:16AM -0500, Michael S. Tsirkin wrote: > On Tue, Feb 23, 2021 at 02:54:42PM +0200, Eli Cohen wrote: > > On Tue, Feb 23, 2021 at 07:52:34AM -0500, Michael S. Tsirkin wrote: > > > > > > I think I have them in the linux next branch, no? > > > > > > > You do. > > I gues

Re: [PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device

2021-02-23 Thread Michael S. Tsirkin
On Tue, Feb 23, 2021 at 02:54:42PM +0200, Eli Cohen wrote: > On Tue, Feb 23, 2021 at 07:52:34AM -0500, Michael S. Tsirkin wrote: > > > > I think I have them in the linux next branch, no? > > > > You do. I guest there's a conflict with some other patch in that tree then. Can you rebase please?

Re: [PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device

2021-02-23 Thread Eli Cohen
On Tue, Feb 23, 2021 at 07:52:34AM -0500, Michael S. Tsirkin wrote: > > I think I have them in the linux next branch, no? > You do.

Re: [PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device

2021-02-23 Thread Michael S. Tsirkin
On Tue, Feb 23, 2021 at 02:33:04PM +0200, Eli Cohen wrote: > On Tue, Feb 23, 2021 at 07:29:32AM -0500, Michael S. Tsirkin wrote: > > On Thu, Feb 18, 2021 at 09:41:57AM +0200, Eli Cohen wrote: > > > Allow to control vdpa device creation and destruction using the vdpa > > > management tool. > > > >

Re: [PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device

2021-02-23 Thread Eli Cohen
On Tue, Feb 23, 2021 at 07:29:32AM -0500, Michael S. Tsirkin wrote: > On Thu, Feb 18, 2021 at 09:41:57AM +0200, Eli Cohen wrote: > > Allow to control vdpa device creation and destruction using the vdpa > > management tool. > > > > Examples: > > 1. List the management devices > > $ vdpa mgmtdev sho

Re: [PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device

2021-02-23 Thread Michael S. Tsirkin
On Thu, Feb 18, 2021 at 09:41:57AM +0200, Eli Cohen wrote: > Allow to control vdpa device creation and destruction using the vdpa > management tool. > > Examples: > 1. List the management devices > $ vdpa mgmtdev show > pci/:3b:00.1: > supported_classes net > > 2. Create vdpa instance > $ v

[PATCH v2] vdpa/mlx5: Enable user to add/delete vdpa device

2021-02-17 Thread Eli Cohen
Allow to control vdpa device creation and destruction using the vdpa management tool. Examples: 1. List the management devices $ vdpa mgmtdev show pci/:3b:00.1: supported_classes net 2. Create vdpa instance $ vdpa dev add mgmtdev pci/:3b:00.1 name vdpa0 3. Show vdpa devices $ vdpa dev