commit | 41873e9aff0632d80c74380d58a89e8d420151bd | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Fri May 30 09:49:52 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Fri May 30 22:17:56 2008 -0400 |
tree | d34b8add6a9446441b6f320ed3cfd307c4fc9fb0 | |
parent | 981813d8e0a16946f511f4eda17bb4ee4fa2769c [diff] |
tlan: get rid of padding buffer Use skb_padto to pad frames, this avoid allocation of separate buffer just for dma of the extra bytes. Compile tested only. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>