From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from ws5-mx01.kavi.com (ws5-mx01.kavi.com [34.193.7.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CE6F5C6FD1D for ; Fri, 7 Apr 2023 07:35:23 +0000 (UTC) Received: from lists.oasis-open.org (oasis.ws5.connectedcommunity.org [10.110.1.242]) by ws5-mx01.kavi.com (Postfix) with ESMTP id E9C282B151 for ; Fri, 7 Apr 2023 07:35:22 +0000 (UTC) Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id CF5879865E3 for ; Fri, 7 Apr 2023 07:35:22 +0000 (UTC) Received: from host09.ws5.connectedcommunity.org (host09.ws5.connectedcommunity.org [10.110.1.97]) by lists.oasis-open.org (Postfix) with QMQP id AD51E983F7B; Fri, 7 Apr 2023 07:35:22 +0000 (UTC) Mailing-List: contact virtio-comment-help@lists.oasis-open.org; run by ezmlm List-ID: Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 8263D9865D8 for ; Fri, 7 Apr 2023 07:34:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at kavi.com X-MC-Unique: -xDFEtGRNceTbNrZWmP0_Q-1 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680852858; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=dupmBcvSmkSTRYUDCDXAG5jfB3RiU20fR+rd9Zpsmao=; b=68mcky4CaYUMJ/drLUGxLPPob0UFjfGwbunILBJR1HCpoLrIwd95aEVuIStzNyjOse kj/4kLgKT90OM2d7yLmr6Up01EWsFgAJGK55ohT9+yfvcWfmdP/3IlA0XgTkOMZFFP+x j4iZcuvcAkHZ/CWsjASBAvLlvFBUYtA+qaUbyVuQpkkYG6uETtbe6m5tUtqORkYzl5Lh d/sz9wFBMl1ME/Skz/VJCE2yk/m9F7Wyf/wCO/R1rKBqAWPmqZ8a6t5cIzFtl6pO45Va HXZ3TNrLi9ZiRJTTAuCc70ld81dI8hNIHfa4awnroa9z2cf+OiuwrRAP2kI5SimMtPN3 nNTg== X-Gm-Message-State: AAQBX9cLuYJYqMgOl1Jx5RBZU0jirZOCbJcazU6Z/22VHkxraMXFvyk8 ZTIEJ70dMiUkRBXf+5hLYBU/E2+KeRwjAkVDgo8KWRuQrT2+cdJBFIy/LWtthWzPrdejiUhYq+7 jHzBbn+f4FoWtT1wus/iE3H9WyceFwFAaWQ== X-Received: by 2002:a1c:770d:0:b0:3ef:f26b:a187 with SMTP id t13-20020a1c770d000000b003eff26ba187mr633073wmi.0.1680852857818; Fri, 07 Apr 2023 00:34:17 -0700 (PDT) X-Google-Smtp-Source: AKy350bWdGEDPjc77jkaXox3gDdIAxFZmmJCPU3A/nsFrjWjULtcx/fljhL95gXfO4nuqCqW0m9qbQ== X-Received: by 2002:a1c:770d:0:b0:3ef:f26b:a187 with SMTP id t13-20020a1c770d000000b003eff26ba187mr633057wmi.0.1680852857525; Fri, 07 Apr 2023 00:34:17 -0700 (PDT) Date: Fri, 7 Apr 2023 03:34:12 -0400 From: "Michael S. Tsirkin" To: Parav Pandit Cc: Zhu Lingshan , "virtio-comment@lists.oasis-open.org" , "virtio-dev@lists.oasis-open.org" , "jasowang@redhat.com" , "cohuck@redhat.com" , "sgarzare@redhat.com" , "stefanha@redhat.com" , "nrupal.jani@intel.com" , "Piotr.Uminski@intel.com" , "hang.yuan@intel.com" , "virtio@lists.oasis-open.org" , Jiri Pirko , Zhu Lingshan , "pasic@linux.ibm.com" , Shahaf Shuler , Max Gurtovoy Message-ID: <20230407032731-mutt-send-email-mst@kernel.org> References: <84cf421ad95111b37cddb52b2a7bf625b7955ae6.1680533760.git.mst@redhat.com> <0149d88a-196b-0bdc-32b4-1e01eb562310@linux.intel.com> MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [virtio-comment] Re: [virtio-dev] [PATCH v11 08/10] admin: command list discovery On Thu, Apr 06, 2023 at 02:05:07PM +0000, Parav Pandit wrote: > > > > From: Zhu Lingshan > > Sent: Thursday, April 6, 2023 3:20 AM > > I have a dumb question. > Zhu responded to these patches. > Some patches have prefix appended as "virtio", some has "virtio-dev", and some have "virtio-comment". > Whichever tool is adding it prefix, why it cannot keep the simple consistency? > > Do we need to ask OASIS about it? > Guess: are you using gmail? Each list adds its own prefix. Which is admittedly a bad idea but there you are, OASIS outsources this and can't change it. Adding a footer is an even worse idea but they won't change this either. So if you are subscribed to multiple lists you are getting multiple copies, which is handy if each list goes to its own folder. However, gmail is unusual in that it deduplicates email discarding all copies but one. There are work-arounds with filters but the end result in any case will be that you will get one of the copies, selected at random. As they have different prefixes and footers added, there you go, a mix of different prefixes in a single thread. -- MST This publicly archived list offers a means to provide input to the OASIS Virtual I/O Device (VIRTIO) TC. In order to verify user consent to the Feedback License terms and to minimize spam in the list archive, subscription is required before posting. Subscribe: virtio-comment-subscribe@lists.oasis-open.org Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org List help: virtio-comment-help@lists.oasis-open.org List archive: https://lists.oasis-open.org/archives/virtio-comment/ Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists Committee: https://www.oasis-open.org/committees/virtio/ Join OASIS: https://www.oasis-open.org/join/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from ws5-mx01.kavi.com (ws5-mx01.kavi.com [34.193.7.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9F7C8C77B6E for ; Fri, 7 Apr 2023 07:35:25 +0000 (UTC) Received: from lists.oasis-open.org (oasis.ws5.connectedcommunity.org [10.110.1.242]) by ws5-mx01.kavi.com (Postfix) with ESMTP id A88383309A for ; Fri, 7 Apr 2023 07:35:23 +0000 (UTC) Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 3C74D986602 for ; Fri, 7 Apr 2023 07:35:23 +0000 (UTC) Received: from host09.ws5.connectedcommunity.org (host09.ws5.connectedcommunity.org [10.110.1.97]) by lists.oasis-open.org (Postfix) with QMQP id B014C9865DD; Fri, 7 Apr 2023 07:35:22 +0000 (UTC) Mailing-List: contact virtio-dev-help@lists.oasis-open.org; run by ezmlm List-ID: Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 223D39865D9 for ; Fri, 7 Apr 2023 07:34:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at kavi.com X-MC-Unique: mzAcZEpOMNyO7_OoKT_9Cw-1 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680852857; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=dupmBcvSmkSTRYUDCDXAG5jfB3RiU20fR+rd9Zpsmao=; b=lQ8x1RHSO5hfkATPuQNJG10GXUDT86MOL/wH9PeII9shRQj7gbUQ5EgigB9QPlW+WP ixHzjGAjCkwWr6cPuS813/Aq5PN6Nv8B1tdDbRv7AyeDHBpJFCIe6/BIe7S20rtPG2N8 nvzejpxSReQ+ARHWteO/vXB/PAA+nSL1enaB9HCPXfwJlhlumZ0q9jN8+NK/4bqljag8 XD4N4jlsYALIXzpfpkP1Ptc/6xM6CWOZW1dTzWj/+xBhFQdQczbj+CWi0N2MfRFsykDL TPUWMdNXgO2HbDXvox3N2tSP9F6V2IrzV7MGALGlY/mi3kaBCxWB8JEqD+8+ZW7fLd1p NPUw== X-Gm-Message-State: AAQBX9dzitc18+TzPhz5Fp68YpadHYUxbiqSSICatYncE4xf7OGh38uS QfRLwBgj1buY7XyCbtMZ9qdlL0kpwlGxx3PSORNZ4xlXijcg7zlTpT7mnWmOVpUhSCFRbfZeL+F fdFbOZFBtUQCQmFUcN/Iosbl16bvs X-Received: by 2002:a1c:770d:0:b0:3ef:f26b:a187 with SMTP id t13-20020a1c770d000000b003eff26ba187mr633077wmi.0.1680852857818; Fri, 07 Apr 2023 00:34:17 -0700 (PDT) X-Google-Smtp-Source: AKy350bWdGEDPjc77jkaXox3gDdIAxFZmmJCPU3A/nsFrjWjULtcx/fljhL95gXfO4nuqCqW0m9qbQ== X-Received: by 2002:a1c:770d:0:b0:3ef:f26b:a187 with SMTP id t13-20020a1c770d000000b003eff26ba187mr633057wmi.0.1680852857525; Fri, 07 Apr 2023 00:34:17 -0700 (PDT) Date: Fri, 7 Apr 2023 03:34:12 -0400 From: "Michael S. Tsirkin" To: Parav Pandit Cc: Zhu Lingshan , "virtio-comment@lists.oasis-open.org" , "virtio-dev@lists.oasis-open.org" , "jasowang@redhat.com" , "cohuck@redhat.com" , "sgarzare@redhat.com" , "stefanha@redhat.com" , "nrupal.jani@intel.com" , "Piotr.Uminski@intel.com" , "hang.yuan@intel.com" , "virtio@lists.oasis-open.org" , Jiri Pirko , Zhu Lingshan , "pasic@linux.ibm.com" , Shahaf Shuler , Max Gurtovoy Message-ID: <20230407032731-mutt-send-email-mst@kernel.org> References: <84cf421ad95111b37cddb52b2a7bf625b7955ae6.1680533760.git.mst@redhat.com> <0149d88a-196b-0bdc-32b4-1e01eb562310@linux.intel.com> MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Re: [virtio-dev] [PATCH v11 08/10] admin: command list discovery On Thu, Apr 06, 2023 at 02:05:07PM +0000, Parav Pandit wrote: > > > > From: Zhu Lingshan > > Sent: Thursday, April 6, 2023 3:20 AM > > I have a dumb question. > Zhu responded to these patches. > Some patches have prefix appended as "virtio", some has "virtio-dev", and some have "virtio-comment". > Whichever tool is adding it prefix, why it cannot keep the simple consistency? > > Do we need to ask OASIS about it? > Guess: are you using gmail? Each list adds its own prefix. Which is admittedly a bad idea but there you are, OASIS outsources this and can't change it. Adding a footer is an even worse idea but they won't change this either. So if you are subscribed to multiple lists you are getting multiple copies, which is handy if each list goes to its own folder. However, gmail is unusual in that it deduplicates email discarding all copies but one. There are work-arounds with filters but the end result in any case will be that you will get one of the copies, selected at random. As they have different prefixes and footers added, there you go, a mix of different prefixes in a single thread. -- MST --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org