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-changelog

[Xen-changelog] [linux-2.6.18-xen] netfront accel: Bump NETFRONT_ACCEL_V

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] netfront accel: Bump NETFRONT_ACCEL_VERSION due to API changes
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Oct 2007 15:00:53 -0700
Delivery-date: Wed, 31 Oct 2007 15:02:57 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1193765721 0
# Node ID 71a5313e13f5d99b1b550b1b5f1c0198fc4c9a70
# Parent  1e34e96bc3ec1552f6965376b6a1a84f280d5011
netfront accel: Bump NETFRONT_ACCEL_VERSION due to API changes
Signed-off-by <kmansley@xxxxxxxxxxxxxx>
---
 drivers/xen/netfront/netfront.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 1e34e96bc3ec -r 71a5313e13f5 drivers/xen/netfront/netfront.h
--- a/drivers/xen/netfront/netfront.h   Tue Oct 30 17:34:53 2007 +0000
+++ b/drivers/xen/netfront/netfront.h   Tue Oct 30 17:35:21 2007 +0000
@@ -95,7 +95,7 @@ struct netfront_accel_hooks {
 
 /* Version of API/protocol for communication between netfront and
    acceleration plugin supported */
-#define NETFRONT_ACCEL_VERSION 0x00010001
+#define NETFRONT_ACCEL_VERSION 0x00010002
 
 /* 
  * Per-netfront device state for the accelerator.  This is used to

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] netfront accel: Bump NETFRONT_ACCEL_VERSION due to API changes, Xen patchbot-linux-2.6.18-xen <=