Re: [PATCH] VMCI: Support upto 64-bit PPNs

2019-02-21 Thread gre...@linuxfoundation.org
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Feb 21, 2019 at 07:26

Re: [PATCH] VMCI: Support upto 64-bit PPNs

2019-02-21 Thread Vishnu DASA
Hi Greg, Sounds like a good idea to use the BIT() macro but can I do that in a separate change to cover the entire file (and perhaps other vmci files too)? Thanks, Vishnu On 2/16/19, 11:53 AM, "gre...@linuxfoundation.org" wrote: On Fri, Feb 15, 2019 at 04:32:47PM +, Vishnu DASA wrote

Re: [PATCH] VMCI: Support upto 64-bit PPNs

2019-02-16 Thread gre...@linuxfoundation.org
On Fri, Feb 15, 2019 at 04:32:47PM +, Vishnu DASA wrote: > diff --git a/include/linux/vmw_vmci_defs.h b/include/linux/vmw_vmci_defs.h > index b724ef7005de..eaa1e762bf06 100644 > --- a/include/linux/vmw_vmci_defs.h > +++ b/include/linux/vmw_vmci_defs.h > @@ -45,6 +45,7 @@ > #define VMCI_CAPS_GU

[PATCH] VMCI: Support upto 64-bit PPNs

2019-02-15 Thread Vishnu DASA
Add support in the VMCI driver to handle upto 64-bit PPNs when the VMCI device exposes the capability for 64-bit PPNs. Reviewed-by: Adit Ranadive Reviewed-by: Jorgen Hansen Signed-off-by: Vishnu Dasa --- drivers/misc/vmw_vmci/vmci_doorbell.c | 9 ++-- drivers/misc/vmw_vmci/vmci_doorbell.h