diff options
author | Manish Chopra <manish.chopra@qlogic.com> | 2016-03-15 11:13:45 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-18 23:15:50 (GMT) |
commit | 2c9a266afefe137bff06bbe0fc48b4d3b3cb348c (patch) | |
tree | 729bfe99edc02b184cf933b9e797202c9ef6ec18 /fs/ntfs | |
parent | cc2fa619a738a052eb90ccbbbc48947a2e2aa1d3 (diff) | |
download | linux-2c9a266afefe137bff06bbe0fc48b4d3b3cb348c.tar.xz |
qlge: Fix receive packets drop.
When running small packets [length < 256 bytes] traffic, packets were
being dropped due to invalid data in those packets which were
delivered by the driver upto the stack. Using pci_dma_sync_single_for_cpu
ensures copying latest and updated data into skb from the receive buffer.
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/ntfs')
0 files changed, 0 insertions, 0 deletions