public inbox for virtio-comment@lists.linux.dev
 help / color / mirror / Atom feed
* [PULL 0/6] administration commands for device parts
@ 2024-07-12  4:26 Parav Pandit
  2024-07-12 10:47 ` Michael S. Tsirkin
  0 siblings, 1 reply; 3+ messages in thread
From: Parav Pandit @ 2024-07-12  4:26 UTC (permalink / raw)
  To: virtio-comment, mst, cohuck; +Cc: Parav Pandit

Hi Michael, Cornelia,

The following changes since commit dce4079825ea073ec7e60832dcbfef9756e5842f:

  virtio_pci_cap64: specify offset_hi, length_hi endianness (2024-07-11 18:30:17 -0400)

are available in the Git repository at:

  https://github.com/paravmellanox/virtio-spec.git tags/for_1.4_v1

for you to fetch changes up to 7384c5ee3d1efd6352c532dd7f4121fecd212a0b:

  editorial: replace hyperref with ref (2024-07-12 07:05:22 +0300)

----------------------------------------------------------------
This tag contains administration commands for device parts along
with the suggested editorial change to remove the hyperreference.

It resolves the editorial conflict of blank line at the of file newdevice.tex
in commit 761c87891d3d12d0f1ea5ae0bf88bc127d227346.

----------------------------------------------------------------
Parav Pandit (6):
      admin: Add theory of operation for device parts
      admin: Extend resource objects for sr-iov group type
      admin: Add admin commands for device parts
      admin: Define common device parts
      admin: Add requirements of device parts commands
      editorial: replace hyperref with ref

 admin-cmds-capabilities.tex     |  16 ++
 admin-cmds-device-parts.tex     | 469 ++++++++++++++++++++++++++++++++++++++++
 admin-cmds-resource-objects.tex |  29 ++-
 admin.tex                       |  12 +-
 conformance.tex                 |   2 +
 content.tex                     |   1 +
 device-parts.tex                | 232 ++++++++++++++++++++
 newdevice.tex                   |  24 +-
 8 files changed, 778 insertions(+), 7 deletions(-)
 create mode 100644 admin-cmds-device-parts.tex
 create mode 100644 device-parts.tex
The following changes since commit dce4079825ea073ec7e60832dcbfef9756e5842f:

  virtio_pci_cap64: specify offset_hi, length_hi endianness (2024-07-11 18:30:17 -0400)

are available in the Git repository at:

  https://github.com/paravmellanox/virtio-spec.git tags/for_1.4_v1

for you to fetch changes up to 7384c5ee3d1efd6352c532dd7f4121fecd212a0b:

  editorial: replace hyperref with ref (2024-07-12 07:05:22 +0300)

----------------------------------------------------------------
This tag contains administration commands for device parts

----------------------------------------------------------------
Parav Pandit (6):
      admin: Add theory of operation for device parts
      admin: Extend resource objects for sr-iov group type
      admin: Add admin commands for device parts
      admin: Define common device parts
      admin: Add requirements of device parts commands
      editorial: replace hyperref with ref

 admin-cmds-capabilities.tex     |  16 ++
 admin-cmds-device-parts.tex     | 469 ++++++++++++++++++++++++++++++++++++++++
 admin-cmds-resource-objects.tex |  29 ++-
 admin.tex                       |  12 +-
 conformance.tex                 |   2 +
 content.tex                     |   1 +
 device-parts.tex                | 232 ++++++++++++++++++++
 newdevice.tex                   |  24 +-
 8 files changed, 778 insertions(+), 7 deletions(-)
 create mode 100644 admin-cmds-device-parts.tex
 create mode 100644 device-parts.tex

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL 0/6] administration commands for device parts
  2024-07-12  4:26 [PULL 0/6] administration commands for device parts Parav Pandit
@ 2024-07-12 10:47 ` Michael S. Tsirkin
  2024-07-12 13:20   ` Parav Pandit
  0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2024-07-12 10:47 UTC (permalink / raw)
  To: Parav Pandit; +Cc: virtio-comment, cohuck, Parav Pandit

subject should not have 0/6
and it should have a version.

On Fri, Jul 12, 2024 at 07:26:28AM +0300, Parav Pandit wrote:
> Hi Michael, Cornelia,
> 

put changelog here please.


> The following changes since commit dce4079825ea073ec7e60832dcbfef9756e5842f:
> 
>   virtio_pci_cap64: specify offset_hi, length_hi endianness (2024-07-11 18:30:17 -0400)
> 
> are available in the Git repository at:
> 
>   https://github.com/paravmellanox/virtio-spec.git tags/for_1.4_v1
> 
> for you to fetch changes up to 7384c5ee3d1efd6352c532dd7f4121fecd212a0b:
> 
>   editorial: replace hyperref with ref (2024-07-12 07:05:22 +0300)
> 
> ----------------------------------------------------------------
> This tag contains administration commands for device parts along
> with the suggested editorial change to remove the hyperreference.
> 
> It resolves the editorial conflict of blank line at the of file newdevice.tex
> in commit 761c87891d3d12d0f1ea5ae0bf88bc127d227346.
> 
> ----------------------------------------------------------------
> Parav Pandit (6):
>       admin: Add theory of operation for device parts
>       admin: Extend resource objects for sr-iov group type
>       admin: Add admin commands for device parts
>       admin: Define common device parts
>       admin: Add requirements of device parts commands
>       editorial: replace hyperref with ref
> 
>  admin-cmds-capabilities.tex     |  16 ++
>  admin-cmds-device-parts.tex     | 469 ++++++++++++++++++++++++++++++++++++++++
>  admin-cmds-resource-objects.tex |  29 ++-
>  admin.tex                       |  12 +-
>  conformance.tex                 |   2 +
>  content.tex                     |   1 +
>  device-parts.tex                | 232 ++++++++++++++++++++
>  newdevice.tex                   |  24 +-
>  8 files changed, 778 insertions(+), 7 deletions(-)
>  create mode 100644 admin-cmds-device-parts.tex
>  create mode 100644 device-parts.tex
> The following changes since commit dce4079825ea073ec7e60832dcbfef9756e5842f:
> 
>   virtio_pci_cap64: specify offset_hi, length_hi endianness (2024-07-11 18:30:17 -0400)
> 
> are available in the Git repository at:
> 
>   https://github.com/paravmellanox/virtio-spec.git tags/for_1.4_v1

you cna just replace the same tag. No need to create a ton of
tags v1/v2 etc etc.

> for you to fetch changes up to 7384c5ee3d1efd6352c532dd7f4121fecd212a0b:
> 
>   editorial: replace hyperref with ref (2024-07-12 07:05:22 +0300)
> 
> ----------------------------------------------------------------
> This tag contains administration commands for device parts
> 
> ----------------------------------------------------------------
> Parav Pandit (6):
>       admin: Add theory of operation for device parts
>       admin: Extend resource objects for sr-iov group type
>       admin: Add admin commands for device parts
>       admin: Define common device parts
>       admin: Add requirements of device parts commands
>       editorial: replace hyperref with ref
> 
>  admin-cmds-capabilities.tex     |  16 ++
>  admin-cmds-device-parts.tex     | 469 ++++++++++++++++++++++++++++++++++++++++
>  admin-cmds-resource-objects.tex |  29 ++-
>  admin.tex                       |  12 +-
>  conformance.tex                 |   2 +
>  content.tex                     |   1 +
>  device-parts.tex                | 232 ++++++++++++++++++++
>  newdevice.tex                   |  24 +-
>  8 files changed, 778 insertions(+), 7 deletions(-)
>  create mode 100644 admin-cmds-device-parts.tex
>  create mode 100644 device-parts.tex


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PULL 0/6] administration commands for device parts
  2024-07-12 10:47 ` Michael S. Tsirkin
@ 2024-07-12 13:20   ` Parav Pandit
  0 siblings, 0 replies; 3+ messages in thread
From: Parav Pandit @ 2024-07-12 13:20 UTC (permalink / raw)
  To: Michael S. Tsirkin, Parav Pandit
  Cc: virtio-comment@lists.linux.dev, cohuck@redhat.com



> From: Michael S. Tsirkin <mst@redhat.com>
> Sent: Friday, July 12, 2024 4:17 PM
> Subject: Re: [PULL 0/6] administration commands for device parts
> 
> subject should not have 0/6
Ok. will fix it.

> and it should have a version.
>
Will add.
 
> On Fri, Jul 12, 2024 at 07:26:28AM +0300, Parav Pandit wrote:
> > Hi Michael, Cornelia,
> >
> 
> put changelog here please.
> 
>
Ack.
 
> > The following changes since commit
> dce4079825ea073ec7e60832dcbfef9756e5842f:
> >
> >   virtio_pci_cap64: specify offset_hi, length_hi endianness
> > (2024-07-11 18:30:17 -0400)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/paravmellanox/virtio-spec.git tags/for_1.4_v1
> >
> > for you to fetch changes up to
> 7384c5ee3d1efd6352c532dd7f4121fecd212a0b:
> >
> >   editorial: replace hyperref with ref (2024-07-12 07:05:22 +0300)
> >
> > ----------------------------------------------------------------
> > This tag contains administration commands for device parts along with
> > the suggested editorial change to remove the hyperreference.
> >
> > It resolves the editorial conflict of blank line at the of file
> > newdevice.tex in commit 761c87891d3d12d0f1ea5ae0bf88bc127d227346.
> >
> > ----------------------------------------------------------------
> > Parav Pandit (6):
> >       admin: Add theory of operation for device parts
> >       admin: Extend resource objects for sr-iov group type
> >       admin: Add admin commands for device parts
> >       admin: Define common device parts
> >       admin: Add requirements of device parts commands
> >       editorial: replace hyperref with ref
> >
> >  admin-cmds-capabilities.tex     |  16 ++
> >  admin-cmds-device-parts.tex     | 469
> ++++++++++++++++++++++++++++++++++++++++
> >  admin-cmds-resource-objects.tex |  29 ++-
> >  admin.tex                       |  12 +-
> >  conformance.tex                 |   2 +
> >  content.tex                     |   1 +
> >  device-parts.tex                | 232 ++++++++++++++++++++
> >  newdevice.tex                   |  24 +-
> >  8 files changed, 778 insertions(+), 7 deletions(-)  create mode
> > 100644 admin-cmds-device-parts.tex  create mode 100644
> > device-parts.tex The following changes since commit
> > dce4079825ea073ec7e60832dcbfef9756e5842f:
> >
> >   virtio_pci_cap64: specify offset_hi, length_hi endianness
> > (2024-07-11 18:30:17 -0400)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/paravmellanox/virtio-spec.git tags/for_1.4_v1
> 
> you cna just replace the same tag. No need to create a ton of tags v1/v2 etc
> etc.
> 
Tags are cheap. Old tags can be deleted.
Github UI is very good for that matter.
Tagging along with the PR version helps me to keep both in sync and avoids error of wrong things put.
So I will use the tag that matches the PR version.

> > for you to fetch changes up to
> 7384c5ee3d1efd6352c532dd7f4121fecd212a0b:
> >
> >   editorial: replace hyperref with ref (2024-07-12 07:05:22 +0300)
> >
> > ----------------------------------------------------------------
> > This tag contains administration commands for device parts
> >
> > ----------------------------------------------------------------
> > Parav Pandit (6):
> >       admin: Add theory of operation for device parts
> >       admin: Extend resource objects for sr-iov group type
> >       admin: Add admin commands for device parts
> >       admin: Define common device parts
> >       admin: Add requirements of device parts commands
> >       editorial: replace hyperref with ref
> >
> >  admin-cmds-capabilities.tex     |  16 ++
> >  admin-cmds-device-parts.tex     | 469
> ++++++++++++++++++++++++++++++++++++++++
> >  admin-cmds-resource-objects.tex |  29 ++-
> >  admin.tex                       |  12 +-
> >  conformance.tex                 |   2 +
> >  content.tex                     |   1 +
> >  device-parts.tex                | 232 ++++++++++++++++++++
> >  newdevice.tex                   |  24 +-
> >  8 files changed, 778 insertions(+), 7 deletions(-)  create mode
> > 100644 admin-cmds-device-parts.tex  create mode 100644
> > device-parts.tex


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-12 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12  4:26 [PULL 0/6] administration commands for device parts Parav Pandit
2024-07-12 10:47 ` Michael S. Tsirkin
2024-07-12 13:20   ` Parav Pandit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox