Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 674018 Details for
Bug 592398
sky2 rx hw csum failure - need to reload sky2 module to recover
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
sky2_32bit_dma.patch
sky2_32bit_dma.patch (text/plain), 968 bytes, created by
Stanislaw Gruszka
on 2013-01-07 13:40:00 UTC
(
hide
)
Description:
sky2_32bit_dma.patch
Filename:
MIME Type:
Creator:
Stanislaw Gruszka
Created:
2013-01-07 13:40:00 UTC
Size:
968 bytes
patch
obsolete
>diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c >index 3269eb3..9f09ddc 100644 >--- a/drivers/net/ethernet/marvell/sky2.c >+++ b/drivers/net/ethernet/marvell/sky2.c >@@ -4934,7 +4934,7 @@ static int sky2_probe(struct pci_dev *pdev, const struct pci_device_id *ent) > > pci_set_master(pdev); > >- if (sizeof(dma_addr_t) > sizeof(u32) && >+ if (false && sizeof(dma_addr_t) > sizeof(u32) && > !(err = pci_set_dma_mask(pdev, DMA_BIT_MASK(64)))) { > using_dac = 1; > err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)); >@@ -4949,6 +4949,12 @@ static int sky2_probe(struct pci_dev *pdev, const struct pci_device_id *ent) > dev_err(&pdev->dev, "no usable DMA configuration\n"); > goto err_out_free_regions; > } >+ err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)); >+ if (err < 0) { >+ dev_err(&pdev->dev, "unable to set 32 bit DMA " >+ "for consistent allocations\n"); >+ goto err_out_free_regions; >+ } > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 592398
:
632552
|
666733
|
667242
|
667243
| 674018 |
675588
|
678275