Re: [PATCH net-next] net-packet: fix null pointer exception in rollover mode

2015-05-17 Thread David Miller
From: Willem de Bruijn Date: Sun, 17 May 2015 19:44:02 -0400 > Rollover can be enabled as flag or mode. Allocate state in both cases. > This solves a NULL pointer exception in fanout_demux_rollover on > referencing po->rollover if using mode rollover. > > Also make sure that in rollover mode eac

[PATCH net-next] net-packet: fix null pointer exception in rollover mode

2015-05-17 Thread Willem de Bruijn
Rollover can be enabled as flag or mode. Allocate state in both cases. This solves a NULL pointer exception in fanout_demux_rollover on referencing po->rollover if using mode rollover. Also make sure that in rollover mode each silo is tried (contrary to rollover flag, where the main socket is excl