From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Fri, 05 Jul 2019 08:35:30 -0700 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 655BA308339A; Fri, 5 Jul 2019 15:35:19 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-244.ams2.redhat.com [10.36.116.244]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3A5081001B27; Fri, 5 Jul 2019 15:35:17 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH] [MdePkg/Protocols]: New interface, EFI encodings to PCI Plat protocol To: "Javeed, Ashraf" , "Gao, Liming" , "Ni, Ray" , "devel@edk2.groups.io" Cc: "Kinney, Michael D" References: <15AE3668F84BF3B8.28761@groups.io> <95C5C2B113DE604FB208120C742E9824578B1B31@BGSMSX101.gar.corp.intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E4A2A1C@SHSMSX104.ccr.corp.intel.com> <734D49CCEBEEF84792F5B80ED585239D5C21635B@SHSMSX104.ccr.corp.intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E4A2A66@SHSMSX104.ccr.corp.intel.com> <734D49CCEBEEF84792F5B80ED585239D5C216410@SHSMSX104.ccr.corp.intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E4A2ABE@SHSMSX104.ccr.corp.intel.com> <95C5C2B113DE604FB208120C742E9824578B2D3F@BGSMSX101.gar.corp.intel.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 5 Jul 2019 17:35:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <95C5C2B113DE604FB208120C742E9824578B2D3F@BGSMSX101.gar.corp.intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Fri, 05 Jul 2019 15:35:19 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/05/19 07:23, Javeed, Ashraf wrote: > Hi, > Please note that these 2 tags are automatically added when the mail is sent with the formatted patch of the commit.... > [edk2-devel] [PATCH] (1) The [edk2-devel] prefix is prepended by groups.io (i.e. by the mailing list software) when it reflects your patch email to subscribers. Indeed you cannot change that -- but the request was not for you to change that. (2) The [PATCH] prefix is generated locally on your end, and you *can* change it. Just pass the following option to git-format-patch: --subject-prefix='PATCH edk2-staging/branch' the result will be [PATCH edk2-staging/branch]. (3) If you need to send v2, v3 and so on, just add -v2 and similar to the git-format-patch command line. (4) The [MdePkg/Protocols] part is superfluous, or at least incorrectly formatted. I'd suggest, as the actual title of the git commit: MdePkg: introduce EFI_PCI_PLATFORM_PROTOCOL2 Thanks Laszlo