WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] setting/passing parameters to netback at runtime

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] setting/passing parameters to netback at runtime
From: Kuriakose Mathew <kmathew123@xxxxxxxxx>
Date: Tue, 4 Aug 2009 08:27:22 +0530
Delivery-date: Mon, 03 Aug 2009 19:57:47 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=mN3R87FXSD28IcOnWguHCExR53PC16h++J5r3dBBb84=; b=EltAlqZd7m8hrgi1sXOt6rODdj0HObwE7QlAZYdrWzFu2llPeJQVZ/aEbVeqQEliNO SsWnVkinV6fVY3s5DB804kQTNs/nmuk8EeFtp+/oO2lOX228GMJJdvdLygXYEcCulNLI T4wv0NoetvK9xA4e8n3c3EA6JVoS6JR2q/Kfs=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HhGyMG0i5+F9sCwBqmZRN0oFO+WHmXjssNDyu7JnCyGmKf0Z9fgMIKlUASRk9+8Qi6 9pYU0iqxPVLjXd6yeTcwWXTaPAJSjTTdE33SbjSC+ERSUTa+qZOujo3I2wO4J97Qp44C nYOANiyIua0f29Lut4ti2lq6JDac3drAq8Hyc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,
             I have added some code to the net_tx_action function in the netback module (netback.c). I have some variables in this function which I need to set from shell during run-time. I have tried using xenstore-write to trigger some funtion which set some global variables in netback but there I cannot pass my own parameter values. Any suggestions to do this ?

Thanks
km
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] setting/passing parameters to netback at runtime, Kuriakose Mathew <=