On Fri, Mar 08, 2019 at 03:47:25PM -0800, Eric Dumazet wrote: > > On 03/08/2019 02:40 PM, Guillaume Nault wrote: > > On Fri, Mar 08, 2019 at 02:34:07PM -0800, Eric Dumazet wrote: > > > > Long term, do we want to keep the WARN_ON_ONCE()? If so, we should > > probably remove the comment. > > We want to keep the warning. > > We do not have a way to tell if the req was ever inserted in a hash table, so > better play safe. > Then I'm going to remove the /* temporary debugging */ line, so that nobody will be tempted to drop the test.
Thanks for your feedbacks. Guillaume