All of lore.kernel.org
 help / color / mirror / Atom feed
From: "K. Y. Srinivasan" <kys@microsoft.com>
To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
	devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com,
	ben@decadent.org.uk, thozza@redhat.com, dcbw@redhat.com
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Subject: [PATCH V5 0/6] Tools: hv: kvp
Date: Wed,  5 Sep 2012 13:49:48 -0700	[thread overview]
Message-ID: <1346878188-30822-1-git-send-email-kys@microsoft.com> (raw)

This is a resubmission of the subset of the patches that were not
accepted in an earlier submission. The only change in this patchset
(relative to the previous version - V4) is that the example script
for retrieving DHCP state prints the string "Disabled" to indicate
that DHCP is not enabled. This was based on Greg's feedback.

K. Y. Srinivasan (6):
  Tools: hv: Add an example script to retrieve dhcp state
  Tools: hv: Gather DHCP information
  Tools: hv: Add an example script to configure an interface
  Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO
  Tools: hv: Rename the function kvp_get_ip_address()
  Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO

 include/linux/hyperv.h       |    2 +
 tools/hv/hv_get_dhcp_info.sh |   28 ++
 tools/hv/hv_kvp_daemon.c     |  573 +++++++++++++++++++++++++++++++++++++++++-
 tools/hv/hv_set_ifconfig.sh  |   68 +++++
 4 files changed, 665 insertions(+), 6 deletions(-)
 create mode 100755 tools/hv/hv_get_dhcp_info.sh
 create mode 100755 tools/hv/hv_set_ifconfig.sh

-- 
1.7.4.1


             reply	other threads:[~2012-09-05 20:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-05 20:49 K. Y. Srinivasan [this message]
2012-09-05 20:50 ` [PATCH V5 1/6] Tools: hv: Add an example script to retrieve dhcp state K. Y. Srinivasan
2012-09-05 20:50   ` [PATCH V5 2/6] Tools: hv: Gather DHCP information K. Y. Srinivasan
2012-09-05 20:50   ` [PATCH V5 3/6] Tools: hv: Add an example script to configure an interface K. Y. Srinivasan
2012-11-22 21:12     ` Olaf Hering
2012-11-23  4:39       ` KY Srinivasan
2012-09-05 20:50   ` [PATCH V5 4/6] Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO K. Y. Srinivasan
2012-09-05 20:50   ` [PATCH V5 5/6] Tools: hv: Rename the function kvp_get_ip_address() K. Y. Srinivasan
2012-09-05 20:50   ` [PATCH V5 6/6] Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO K. Y. Srinivasan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1346878188-30822-1-git-send-email-kys@microsoft.com \
    --to=kys@microsoft.com \
    --cc=apw@canonical.com \
    --cc=ben@decadent.org.uk \
    --cc=dcbw@redhat.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olaf@aepfle.de \
    --cc=thozza@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.