[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 00/13] xen: drop hypercall function tables


  • To: Juergen Gross <jgross@xxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Thu, 9 Dec 2021 10:05:54 +0100
  • 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=akOXLW2Bc9UpLCUzRX4M3PBmLGRNQU4Ro+R+EJ+ty5Y=; b=WNOCBKQNhLj7/Gmp50Xg1LEGkOi10n6dh1QcCZq3O819c2FaX9TKmAGpJC6cVGPZTJ60lEBuA5Fe0kVgTfzZmVJsdn5fGVz9IVQfjfwEayqpaGwvp3+euVC/0JUhz5SiDaTRIF4wkVbH6ZmN8RZVDY70TNaJ7xCOWSOwlPwtIcOaCD0FaPTQHZmeQmjfi74TOYwWorp9KBlQ42apS9SmoUuU/d2EBkXmP08gvj2gNCM8F86EjqBQdBA9LO5VAr/pXilp3gv4idgOAepqc7YJ20ly3xxoQv23/CFCayJK+slG5qjxKoVmLmwQuf670/IQhhOeJK+dZPJCUf/Su/biVA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cVq3lBxi5XUD1Ib1cEpKB1w8KuqL3EBisdTJXqUJ5cyq0l54DdLcWgAfBKnHjT+Huo9yZAhjlUZNNRZh8n2AUUji96zeXNMAzqbSSD92CQ1IE4eaPPR+F3topsoYOai4cWtsorDqFHWnUp1BnTTeHLJ1Jjcbj0xqRQ+wyPTiuktoK2hM/L9jJ2gsmKuImcKIwJP4iKhGTst57Ab4P/aoBxIrKSTMFTYwyq0zauXXDlAPRG0SitmokviGweAI6Ts88HW7is5zfBW6+0d9hm8nNR/bPaQQJ2pTBGPDGufN/x1e4ByQ4t9eeNJGNp4W9/ZyFYFH/xNlE/aBgE42h/C1UQ==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Christopher Clark <christopher.w.clark@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Thu, 09 Dec 2021 09:06:08 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 08.12.2021 16:55, Juergen Gross wrote:
> In order to avoid indirect function calls on the hypercall path as
> much as possible this series is removing the hypercall function tables
> and is replacing the hypercall handler calls via the function array
> by automatically generated call macros.
> 
> Another by-product of generating the call macros is the automatic
> generating of the hypercall handler prototypes from the same data base
> which is used to generate the macros.
> 
> This has the additional advantage of using type safe calls of the
> handlers and to ensure related handler (e.g. PV and HVM ones) share
> the same prototypes.
> 
> A very brief performance test (parallel build of the Xen hypervisor
> in a 6 vcpu guest) showed a very slim improvement (less than 1%) of
> the performance with the patches applied. The test was performed using
> a PV and a PVH guest.
> 
> Changes in V2:
> - new patches 6, 14, 15
> - patch 7: support hypercall priorities for faster code
> - comments addressed
> 
> Changes in V3:
> - patches 1 and 4 removed as already applied
> - comments addressed
> 
> Juergen Gross (13):
>   xen: move do_vcpu_op() to arch specific code
>   xen: harmonize return types of hypercall handlers
>   xen: don't include asm/hypercall.h from C sources
>   xen: include compat/platform.h from hypercall.h
>   xen: generate hypercall interface related code
>   xen: use generated prototypes for hypercall handlers
>   x86/pv-shim: don't modify hypercall table
>   xen/x86: don't use hypercall table for calling compat hypercalls
>   xen/x86: call hypercall handlers via generated macro
>   xen/arm: call hypercall handlers via generated macro
>   xen/x86: add hypercall performance counters for hvm, correct pv
>   xen: drop calls_to_multicall performance counter
>   tools/xenperf: update hypercall names

It's not easy to tell which, if any, of the later patches are fully
independent of earlier ones and could go in ahead of those awaiting
further acks. Do you have any suggestion there, or should we wait
until things can be applied in order?

Jan




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.