commit | 7731a4ea1bbb7c9336bcdec8ef4050cf08a35268 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Wed Dec 14 15:47:46 2005 -0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sat Dec 24 09:36:05 2005 -0500 |
tree | 2aa5dbad868dbaa1bd60972abcd9dcb9ac66fdba | |
parent | e8df8554605f014765732605667145c0824a12b7 [diff] |
[PATCH] skge: handle out of memory on MTU size changes Changing the MTU size causes the receiver to have to reallocate buffers. If this allocation fails, then we need to return an error, and take the device offline. It can then be brought back up or reconfigured for a smaller MTU. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>