lkml.org 
[lkml]   [2018]   [Apr]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH 3/5] X86: Hyper-V: Enhanced IPI enlightenment
Date
On Wed, 25 Apr 2018, KY Srinivasan <kys@microsoft.com> wrote:
>
> +struct ipi_arg_ex {
> + u32 vector;
> + u32 reserved;
> + struct hv_vpset vp_set;
> +};

Again, suggest moving to hyperv-tlfs.h. And the 5.0b version
of the TLFS has:

u32 vector;
u8 targetvtl;
u8 reserved[3];
struct hv_vpset vp_set;

....

>
> +struct hv_vpset {
> + u64 format;
> + u64 valid_bank_mask;
> + u64 bank_contents[];
> +};

And this as well.

Michael

\
 
 \ /
  Last update: 2018-04-27 01:26    [W:0.349 / U:1.876 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site