Re: More MH_ALIGN conversions

2018-12-03 Thread Alexander Bluhm
On Mon, Dec 03, 2018 at 11:57:34AM +0100, Claudio Jeker wrote: > Next round of conversions. Additionally to converting MH_ALIGN() to > m_align() this also switches m_gethdr/M_GETHDR calls to m_get/M_GET calls > because M_MOVE_PKTHDR() is initialising the pkthdr and so there is no need > to do that

More MH_ALIGN conversions

2018-12-03 Thread Claudio Jeker
Next round of conversions. Additionally to converting MH_ALIGN() to m_align() this also switches m_gethdr/M_GETHDR calls to m_get/M_GET calls because M_MOVE_PKTHDR() is initialising the pkthdr and so there is no need to do that when allocating the mbuf. OK? -- :wq Claudio Index: net/if_gre.c