summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
diff options
context:
space:
mode:
authorDavid Woodhouse2012-05-24 06:58:27 +0200
committerDavid S. Miller2012-05-24 22:22:53 +0200
commitb4bd8ad9bb311e8536f726f7a633620ccd358cde (patch)
tree8a372a2a2f8f5e52f282bb18657932730b7d89cf /drivers/net/xen-netback
parentMAINTAINERS (diff)
downloadkernel-qcow2-linux-b4bd8ad9bb311e8536f726f7a633620ccd358cde.tar.gz
kernel-qcow2-linux-b4bd8ad9bb311e8536f726f7a633620ccd358cde.tar.xz
kernel-qcow2-linux-b4bd8ad9bb311e8536f726f7a633620ccd358cde.zip
solos-pci: Fix DMA support
DMA support has finally made its way to the top of the TODO list, having realised that a Geode using MMIO can't keep up with two ADSL2+ lines each running at 21Mb/s. This patch fixes a couple of bugs in the DMA support in the driver, so once the corresponding FPGA update is complete and tested everything should work properly. We weren't storing the currently-transmitting skb, so we were never unmapping it and never freeing/popping it when the TX was done. And the addition of pci_set_master() is fairly self-explanatory. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Cc: stable@kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/xen-netback')
0 files changed, 0 insertions, 0 deletions