RE: [PATCH 00/13] drivers: hv: kvp
From: KY Srinivasan <kys@microsoft.com>
Date: 2012-07-03 15:32:55
Also in:
lkml
-----Original Message----- From: Olaf Hering [mailto:olaf@aepfle.de] Sent: Tuesday, July 03, 2012 9:21 AM To: KY Srinivasan Cc: Greg KH; apw@canonical.com; devel@linuxdriverproject.org; linux- kernel@vger.kernel.org; netdev@vger.kernel.org Subject: Re: [PATCH 00/13] drivers: hv: kvp On Mon, Jul 02, KY Srinivasan wrote:quoted
While I toyed with your proposal, I feel it just pushes the problem out of the daemon code - we would still need to write distro specific scripts. If this approach is something that everybody is comfortable with, I can take a stab at implementing that.Until NetworkManager is feature complete and until every distro is using NetworkManager per default the kvp_daemon needs distro specific code to get and set network related settings. Doing it with an external script will simplify debugging and changes to the code.
Fair enough. I will keep my current implementation of the GET operation as is since it is distro independent. On the SET side, I will implement a script as you have suggested. Regards, K. Y
Olaf