Re: if_mue.c: loop -> memset

2018-08-02 Thread Kevin Lo
On Fri, Aug 03, 2018 at 01:00:57PM +0800, Michael W. Bombardieri wrote: > > Hello, > > When reading over the mue(4) code I noticed that memset() can be used > for clearing hashtbl. Also the switch case for IFM_100_TX was the same > code as for IFM_1000_T so it can be rolled into one. Committed,

if_mue.c: loop -> memset

2018-08-02 Thread Michael W. Bombardieri
Hello, When reading over the mue(4) code I noticed that memset() can be used for clearing hashtbl. Also the switch case for IFM_100_TX was the same code as for IFM_1000_T so it can be rolled into one. - Michael Index: if_mue.c ===