summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorRayagond Kokatanur <rayagond@vayavyalabs.com>2013-03-26 05:43:09 +0100
committerDavid S. Miller <davem@davemloft.net>2013-03-26 17:53:37 +0100
commitcf32deec16e4e8d47305bdc638fd108c88e06081 (patch)
tree1ea6ae2de2f92f18fff9332410f403f923e6cb99 /REPORTING-BUGS
parentstmmac: initial support to manage pcs modes (diff)
downloadlinux-cf32deec16e4e8d47305bdc638fd108c88e06081.tar.xz
linux-cf32deec16e4e8d47305bdc638fd108c88e06081.zip
stmmac: add tx_skbuff_dma to save descriptors used by PTP
This patch adds a new pointer variable called "tx_skbuff_dma" to private data structure. This variable will holds the physical address of packet to be transmitted & same will be used to free/unmap the memory once the corresponding packet is transmitted by device. Prior to this patch the descriptor buffer pointer(ie des2) itself was being used for freeing/unmapping the buffer memory. But in case PTP v1 with normal descriptor the field(des2) will be overwritten by device with timestamp value, hence driver will loose the buffer pointer to be freed/unmapped. Signed-off-by: Rayagond Kokatanur <rayagond@vayavyalabs.com> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions