On Thu, 2016-02-04 at 10:35 -0500, Craig Gallek wrote: > From: Craig Gallek <kr...@google.com> > > In order to support fast reuseport lookups in TCP, the hash function > defined in struct proto must be capable of returning an error code. > This patch changes the function signature of all related hash functions > to return an integer and handles or propagates this return value at > all call sites. > > Signed-off-by: Craig Gallek <kr...@google.com>
Acked-by: Eric Dumazet <eduma...@google.com>