Skip to content

Commit

Permalink
xen/9pfs: increase max ring order to 9
Browse files Browse the repository at this point in the history
The max order allowed by the protocol is 9. Increase the max order
supported by QEMU to 9 to increase performance.

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <20200521192627.15259-3-sstabellini@kernel.org>
Signed-off-by: Greg Kurz <groug@kaod.org>
  • Loading branch information
Stefano Stabellini authored and gkurz committed May 25, 2020
1 parent a4c4d46 commit 84af755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/9pfs/xen-9p-backend.c
Expand Up @@ -21,7 +21,7 @@

#define VERSIONS "1"
#define MAX_RINGS 8
#define MAX_RING_ORDER 8
#define MAX_RING_ORDER 9

typedef struct Xen9pfsRing {
struct Xen9pfsDev *priv;
Expand Down

0 comments on commit 84af755

Please sign in to comment.