[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 1/2] x86/mm: rename FLUSH_FORCE_IPI to FLUSH_NO_ASSIST
- To: Roger Pau Monne <roger.pau@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 25 May 2022 10:39:48 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ROppEHIVTwCrJkO18n0PDdJK3kF7A2IE6j+5PiHkcdQ=; b=ET1tc8iOeZBlv/5kYUbgzdziY1ACx0z4zYdfsMJ+eXGi3Aw5fE/FQhALED7cXiSwXDy4tDZ8ucxEluTIN6kGltJn4hjUh0t+LockIzj4ZbeNSYkTyQtia4iW9w4zUMPBGPpe/B8gssrsoBNXsaT6KQVdn7n+gf6n0fUv2AQQmMm3UxPSelw8pwmNSikVHnJb4K7i6mursY/yp6A+5tNbh6hPPopEh8ZALisnd/qegZyw9z7KX/WHXkymFiW5kUtXlMATRDr4GTbZx4GgiICdxWqYS/xVuo2eXfmla2P2+kK6s5Z7w0y84l0BY9HnCF7EtL+Ba0Ipw8sTunRe0DWslQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g//74Lc/ypWlMpyz52uqo5P56tTulrckGHNqh5Jr0N4Odb7VMcz8JMJkqu0/NyDt+5BwYTRga1WV5IAsqJ3tHm26xbGjGzgQivlLOzDo6GObdyDqczaBHk3tAbqrOFVd9PBBnNoRyuuZY1s65EGtu5wNXQxZEnQEKhJWXXqduHnzRO10xaVgySBXvNF69Nb+YundhFmxDP0KxTVOOwC7JMTafv8Npvg7ZiZOnfckKP9nR3/qlwCByftG2JVnGd/HxxNdC5F6SAc+N1Swr5gBZir6WwgyrXRsG/nB2wO5GP+0JZBdwoUmloW7TCIPHpCCx9TFCy4Y4HDlSr/AL/sKMQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 25 May 2022 08:40:01 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 25.05.2022 10:13, Roger Pau Monne wrote:
> Rename the flag to better note that it's not actually forcing any IPIs
> to be issued if none is required, but merely avoiding the usage of TLB
> flush assistance (which itself can avoid the sending of IPIs to remote
> processors).
>
> No functional change expected.
>
> Requested-by: Jan Beulich <jbeulich@xxxxxxxx>
> Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
|