On 08/29/2013 07:39 AM, David Miller wrote:
From: Daniel Borkmann <redacted>
Date: Wed, 28 Aug 2013 22:13:08 +0200
quoted
Daniel Borkmann (3):
net: packet: add random fanout scheduler
net: packet: use reciprocal_divide in fanout_demux_hash
net: packet: document available fanout policies
Please add the missing reciprocal_divide.h include to the second
patch, as per Eric Dumazet's feedback, and resubmit this series.
That is already the case in the first patch of the series. It adds:
...
+#include <linux/reciprocal_div.h>
...