Re: Convert ARP llinfo allocation to pool(9)

2014-08-11 Thread David Gwynne
why does it need queue.h? the diffs ok by me. On 11 Aug 2014, at 7:55 pm, Martin Pieuchot mpieuc...@nolizard.org wrote: Some llinfo structures might be allocated in interrupt path when ifa_rtrequest() is called, diff below convert such allocation to pool(9), ok? Index: netinet/if_ether.c

Re: Convert ARP llinfo allocation to pool(9)

2014-08-11 Thread Martin Pieuchot
On 11/08/14(Mon) 21:17, David Gwynne wrote: why does it need queue.h? Because I forgot to add this include when I converted some lookups, various functions in the file use TAILQ macros. But sadly a lot of MD headers include this file...