Re: ml_purge for netinet/if_ether.c

2015-11-03 Thread Martin Pieuchot
On 03/11/15(Tue) 16:17, David Gwynne wrote: > ml_purge returns how many mbufs they freed, so we can decrement the > la_hold_total with that instead of inside an ml_dequeue/m_freem > loop. > > ok? ok mpi@ > > Index: netinet/if_ether.c >

ml_purge for netinet/if_ether.c

2015-11-02 Thread David Gwynne
ml_purge returns how many mbufs they freed, so we can decrement the la_hold_total with that instead of inside an ml_dequeue/m_freem loop. ok? Index: netinet/if_ether.c === RCS file: /cvs/src/sys/netinet/if_ether.c,v retrieving