]> err.no Git - linux-2.6/blobdiff - drivers/dma/ioat_dma.c
I/OAT: tcp_dma_copybreak default value dependent on I/OAT version
[linux-2.6] / drivers / dma / ioat_dma.c
index da572968a7db2a9502ef11b13e9408b0d25f0335..ece5a0e3a3353f99b087f5946c25abdc29c2215b 100644 (file)
@@ -1581,6 +1581,8 @@ struct ioatdma_device *ioat_dma_probe(struct pci_dev *pdev,
        if (err)
                goto err_self_test;
 
+       ioat_set_tcp_copy_break(device);
+
        dma_async_device_register(&device->common);
 
        INIT_DELAYED_WORK(&device->work, ioat_dma_chan_watchdog);