Searched hist:c153031773887fca473d25a2854cc37bd946c010 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-desc.c | diff c153031773887fca473d25a2854cc37bd946c010 Tue Dec 02 18:16:54 CST 2014 Lendacky, Thomas <Thomas.Lendacky@amd.com> amd-xgbe: Associate Tx SKB with proper ring descriptor
The SKB for a Tx packet is associated with an xgbe_ring_data structure in the xgbe_map_tx_skb function. However, it is being saved in the structure after the last structure used when the SKB is mapped. Use the last used structure to save the SKB value.
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|