Mercurial > ecos
diff packages/net/drivers/eth/common/current/ChangeLog @ 103:95f3e12a6327 ecos-sw-2000-06-23
Merge from eCos master repository on 2000-06-23-16:41:10-BST
| author | jlarmour |
|---|---|
| date | Fri, 23 Jun 2000 17:06:31 +0000 |
| parents | ced4577552cd |
| children | 02ea4320376c |
line wrap: on
line diff
--- a/packages/net/drivers/eth/common/current/ChangeLog +++ b/packages/net/drivers/eth/common/current/ChangeLog @@ -1,3 +1,15 @@ +2000-06-23 Hugo Tyson <hmt@cygnus.co.uk> + + * src/eth_drv.c (eth_drv_send): Do not consume an SG entry for + zero length data; tolerate overflow of the SG. Before this, pings + of 6000 bytes crashed the system! + + You can now set net_debug to 2 to get quieter output; 1 gives the + whole packet dump as before. + + * include/eth_drv.h (MAX_ETH_DRV_SG): Make this 16 so that an MTU + made of all mbufs will not overflow. + 2000-03-28 Gary Thomas <gthomas@redhat.com> * src/eth_drv.c (eth_drv_recv): Tolerate running out of MBUFs
