#1451 closed defect (fixed)

bsdnet watchdog on mvme3100 leaks mbufs

Reported by: strauman Owned by: Joel Sherrill
Priority: normal Milestone: 4.9
Component: bsps Version: 4.9
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

If the bsdnet watchdog expires (which could e.g., happen
when sending while the ethernet link is down) the driver
and hardware are essentially re-initialized. However,
the current version of the driver fails to properly release
mbufs still present in the TX ring thus leaking those.

The attached patch fixes the issue.

Attachments (1)

rtems-mvme3100-fix-mbuf-leaks.diff (2.4 KB) - added by strauman on 10/13/09 at 23:08:22.
Fix for the aforementioned problem

Download all attachments as: .zip

Change History (3)

Changed on 10/13/09 at 23:08:22 by strauman

Fix for the aforementioned problem

comment:1 Changed on 10/13/09 at 23:15:10 by strauman

Resolution: fixed
Status: newclosed

comment:2 Changed on 11/10/09 at 13:50:43 by strauman

fixed on all relevant branches

Note: See TracTickets for help on using tickets.