Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1328775

Re: [PATCH V2 06/13] Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH V2 06/13] Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
Date 2016-02-08 06:40 +0100
Message-ID <qZMIh-Ft-1@gated-at.bofh.it> (permalink)
References <qVMQy-6q1-3@gated-at.bofh.it> <qVMQy-6q1-5@gated-at.bofh.it> <qVMQz-6q1-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jan 27, 2016 at 10:29:38PM -0800, K. Y. Srinivasan wrote:
> From: Dexuan Cui <decui@microsoft.com>
> 
> A helper function is also added.
> 
> Signed-off-by: Dexuan Cui <decui@microsoft.com>
> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
> ---
>  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...

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH V2 01/13] tools/hv: Use include/uapi with __EXPORTED_HEADERS__ "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100
  [PATCH V2 12/13] Drivers: hv: vmbus: Eliminate the spin lock on the read path "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100
  [PATCH V2 05/13] Drivers: hv: vmbus: add a helper function to set a channel's pending send size "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100
  [PATCH V2 06/13] Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock) "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100
    Re: [PATCH V2 06/13] Drivers: hv: vmbus: define the new offer type  for Hyper-V socket (hvsock) Greg KH <gregkh@linuxfoundation.org> - 2016-02-08 06:40 +0100
  [PATCH V2 11/13] Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister() "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100
  [PATCH V2 08/13] Drivers: hv: vmbus: define a new VMBus message type for hvsock "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100
  [PATCH V2 13/13] Drivers: hv: vmbus: Give control over how the ring access is serialized "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100
  [PATCH V2 02/13] Drivers: hv: vmbus: avoid infinite loop in init_vp_index() "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100
  [PATCH V2 10/13] Drivers: hv: vmbus: add a per-channel rescind callback "K. Y. Srinivasan" <kys@microsoft.com> - 2016-01-28 06:00 +0100

csiph-web