[ofa-general] Re: question on netpoll
Roland Dreier
rdreier at cisco.com
Thu May 24 11:09:26 PDT 2007
> However: this could call netif_receive_skb - would that be a problem?
> For example, what if we don't have any quota left?
I never thought of it before. I don't think the quota is an issue per
se, since the quota accounting is done elsewhere. The main issue I
think would be that netif_receive_skb() expects to be called from a
certain context (a poll routine only), but looking at the code, that
doesn't appear to be the case.
More information about the general
mailing list