James Dykman
2005-Sep-15 20:20 UTC
[Xen-devel] [PATCH 2/2] [BUG 183] NETFRONT: Use per-interface grant_ref pools
In netfront, the current driver reserves pools of grant refs for the tx and rx paths, each big enough to satisfy one virtual nic. With more than one nic active you will run out. Both the tx and rx path will BUG() when you do. This patch creates separate tx and rx ref pools for each interface. Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Maybe Matching Threads
- [PATCH 1/2] [BUG 183] NETFRONT: Use per-interface grant_{tx, rx}_ref
- [PATCH] Fix checksum errors when firewalling in domU
- [PATCH V5 2/7] xen-netfront: frags -> slots in xennet_get_responses
- [PATCH 3/8] xen: netfront: convert to SKB paged frag API.
- [PATCH net-next V2 2/2] xen-netfront: split event channels support for Xen frontend driver