Re: [RFC] gro: Is it ok to share a single napi from several devs ?
From: David Miller <davem@davemloft.net>
Date: 2010-08-29 17:06:37
From: David Miller <davem@davemloft.net>
Date: 2010-08-29 17:06:37
From: Jarek Poplawski <redacted> Date: Sun, 29 Aug 2010 11:59:51 +0200
Actually, when GRO compares napi->dev to skb->dev?
Hmmm, I thought the code made a skb->dev comparison with the existing SKBs in the list when checking for same-flow matches. It doesn't, probably based upon the assumption that a NAPI instance maps to a unique device, the very topic we're discussing right now :-/