Re: [NET-NEXT PATCH 17/18] net: add netif_napi_del function toallow for removal of napistructs

From: David Miller
Date: Sun Jul 06 2008 - 00:14:45 EST


From: Jeff Garzik <jeff@xxxxxxxxxx>
Date: Fri, 04 Jul 2008 08:42:25 -0400

> Jeff Kirsher wrote:
> > From: Alexander Duyck <alexander.h.duyck@xxxxxxxxx>
...
> > +/**
> > + * netif_napi_del - remove a napi context
> > + * @napi: napi context
> > + *
> > + * netif_napi_del() removes a napi context from the network device napi list
> > + */
> > +static inline void netif_napi_del(struct napi_struct *napi)
> > +{
> > +#ifdef CONFIG_NETPOLL
> > + list_del(&napi->dev_list);
> > +#endif
> > +}
> > +
>
> David - ACK?
>
> I would prefer to throw this in with the 18-patch igb pile, if that's OK
> with you.

Fine with me.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/