From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751998AbcBHFd4 (ORCPT ); Mon, 8 Feb 2016 00:33:56 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37865 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750890AbcBHFdz (ORCPT ); Mon, 8 Feb 2016 00:33:55 -0500 Date: Sun, 7 Feb 2016 21:33:54 -0800 From: Greg KH To: "K. Y. Srinivasan" Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com, Dexuan Cui Subject: Re: [PATCH V2 06/13] Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock) Message-ID: <20160208053354.GA26564@kroah.com> References: <1453962559-32028-1-git-send-email-kys@microsoft.com> <1453962585-32069-1-git-send-email-kys@microsoft.com> <1453962585-32069-6-git-send-email-kys@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453962585-32069-6-git-send-email-kys@microsoft.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 27, 2016 at 10:29:38PM -0800, K. Y. Srinivasan wrote: > From: Dexuan Cui > > A helper function is also added. > > Signed-off-by: Dexuan Cui > Signed-off-by: K. Y. Srinivasan > --- > include/linux/hyperv.h | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h > index 4af51a3..79c4aa7 100644 > --- a/include/linux/hyperv.h > +++ b/include/linux/hyperv.h > @@ -235,6 +235,7 @@ struct vmbus_channel_offer { > #define VMBUS_CHANNEL_LOOPBACK_OFFER 0x100 > #define VMBUS_CHANNEL_PARENT_OFFER 0x200 > #define VMBUS_CHANNEL_REQUEST_MONITORED_NOTIFICATION 0x400 > +#define VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER 0x2000 In the future the BIT() macro might be good here...