All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Chen, Tiejun" <tiejun.chen@intel.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel@lists.xen.org, Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <ian.campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [v11][PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM
Date: Wed, 22 Jul 2015 16:52:20 +0800	[thread overview]
Message-ID: <55AF59C4.7090806@intel.com> (raw)
In-Reply-To: <55AF70300200007800093DFD@prv-mh.provo.novell.com>

On 2015/7/22 16:28, Jan Beulich wrote:
>>>> On 22.07.15 at 03:30, <tiejun.chen@intel.com> wrote:
>> CC: Ian Jackson <ian.jackson@eu.citrix.com>
>> CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
>> CC: Ian Campbell <ian.campbell@citrix.com>
>> CC: Wei Liu <wei.liu2@citrix.com>
>> Acked-by: Wei Liu <wei.liu2@citrix.com>
>> Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
>> Reviewed-by: Kevin Tian <kevin.tian@intel.com>
>> ---
>> v11:
>>
>> * Use GCNEW_ARRAY to replace libxl__malloc()
>>
>> * #define pfn_to_paddrk is missing safety () around x, and
>>    move this into libxl_internal.h
>>
>> * Rename set_rdm_entries() to add_rdm_entry() and put the
>>    increment at the end so that the assignments are
>>    to ->rdms[d_config->num_rdms].
>>
>> * "Simply make it so that if there are any rdms specified
>>    in the domain config, they are used instead of the
>>    automatically gathered information (from strategy and
>>    devices)." So just return if d_config->rmds is valid.
>>
>> * Shorten some code comments.
>
> I think it is not the first time that we're pointing out to you that
> when you make not just cosmetic changes, review and ack tags
> should be dropped.

I don't recall this sort of requirement was mentioned. Instead, this is 
new to me. So where can I found this warning you said previously?

Furthermore, you ask me to drop Reviewed-by/Acked-by in this revision, 
what's next? Just to this example,

No.1 revision:

Acked-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>

No.2 revision:

I addressed some comments raised by Jackson. But you mean 
Reviewed-by/Acked-by should be dropped.

No.3 revision:

I assume Jackson Ack or Review to this so I should leave one line like this,

Reviewed-by: Ian Jackson <ian.jackson@eu.citrix.com>

without two previous Acked-by/Reviewed-by, right? So looks like the 
latter always override the former, right?

And I also can't understand why we should drop Reviewed-by/Acked-by from 
other guys. And, all new comments I addressed don't conflict with our 
previous revision so why?

Thanks
Tiejun

  reply	other threads:[~2015-07-22  8:52 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-22  1:29 [v11][PATCH 00/16] Fix RMRR Tiejun Chen
2015-07-22  1:29 ` [v11][PATCH 01/16] xen: introduce XENMEM_reserved_device_memory_map Tiejun Chen
2015-07-22  9:32   ` Jan Beulich
2015-07-22 10:42   ` [PATCH v12] " Jan Beulich
2015-07-22 12:17     ` Julien Grall
2015-07-22 12:28       ` Jan Beulich
2015-07-22 12:52     ` Ian Campbell
2015-07-22 13:14       ` Jan Beulich
2015-07-22 13:19         ` Ian Campbell
2015-07-22 12:55     ` Chen, Tiejun
2015-07-22 13:03       ` Jan Beulich
2015-07-22 13:20         ` Chen, Tiejun
2015-07-22 13:28           ` Jan Beulich
2015-07-22 13:46     ` Ian Campbell
2015-07-22 14:22     ` [PATCH v12a] " Jan Beulich
2015-07-22  1:29 ` [v11][PATCH 02/16] xen/vtd: create RMRR mapping Tiejun Chen
2015-07-22  1:29 ` [v11][PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy Tiejun Chen
2015-07-22  1:29 ` [v11][PATCH 04/16] xen: enable XENMEM_memory_map in hvm Tiejun Chen
2015-07-22  1:29 ` [v11][PATCH 05/16] hvmloader: get guest memory map into memory_map[] Tiejun Chen
2015-07-22  1:29 ` [v11][PATCH 06/16] hvmloader/pci: Try to avoid placing BARs in RMRRs Tiejun Chen
2015-07-22  8:43   ` Jan Beulich
2015-07-22 13:00   ` Jan Beulich
2015-07-22  1:29 ` [v11][PATCH 07/16] hvmloader/e820: construct guest e820 table Tiejun Chen
2015-07-22  1:29 ` [v11][PATCH 08/16] tools/libxc: Expose new hypercall xc_reserved_device_memory_map Tiejun Chen
2015-07-22  1:30 ` [v11][PATCH 09/16] tools: extend xc_assign_device() to support rdm reservation policy Tiejun Chen
2015-07-22 13:06   ` Ian Jackson
2015-07-22 15:01     ` Wei Liu
2015-07-22  1:30 ` [v11][PATCH 10/16] tools: introduce some new parameters to set rdm policy Tiejun Chen
2015-07-22  1:30 ` [v11][PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM Tiejun Chen
2015-07-22  8:28   ` Jan Beulich
2015-07-22  8:52     ` Chen, Tiejun [this message]
2015-07-22 10:12       ` Jan Beulich
2015-07-22 10:54       ` George Dunlap
2015-07-22 10:04   ` Ian Jackson
2015-07-22 16:05     ` Jan Beulich
2015-07-22 13:24   ` Ian Jackson
2015-07-22 13:33     ` Chen, Tiejun
2015-07-22 14:04       ` Ian Jackson
2015-07-22 15:00         ` Chen, Tiejun
2015-07-22 15:09           ` Chen, Tiejun
2015-07-22 15:09           ` Ian Jackson
2015-07-22 15:21             ` Chen, Tiejun
2015-07-22  1:30 ` [v11][PATCH 12/16] tools: introduce a new parameter to set a predefined rdm boundary Tiejun Chen
2015-07-22  1:30 ` [v11][PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest Tiejun Chen
2015-07-22  1:30 ` [v11][PATCH 14/16] xen/vtd: enable USB device assignment Tiejun Chen
2015-07-22  1:30 ` [v11][PATCH 15/16] xen/vtd: prevent from assign the device with shared rmrr Tiejun Chen
2015-07-22  1:30 ` [v11][PATCH 16/16] tools: parse to enable new rdm policy parameters Tiejun Chen
2015-07-22 14:09   ` Ian Jackson
2015-07-22 14:40     ` Wei Liu
2015-07-22 12:38 ` [v11][PATCH 00/16] Fix RMRR Wei Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55AF59C4.7090806@intel.com \
    --to=tiejun.chen@intel.com \
    --cc=JBeulich@suse.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.