commit | 3ee19a85bb428b8363699dff9e1c4041c107d46a | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Sun Oct 04 23:33:18 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 07 03:50:12 2009 -0700 |
tree | fe7dd65a40f45fe87bf024defc86b73e3dad9e75 | |
parent | 639b62a5284fab27122ec607fe341eb8e29411f4 [diff] |
ethoc: fix buffer address mapping The pointer address in buffer descriptors is physical address. The pointer that processor used to access packet is virtual address. Though the higher bits of pointer address used by the MAC may be truncated to zero in special case, it is not always true in larger designs. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: David S. Miller <davem@davemloft.net>