| To: | "David S. Miller" <davem@xxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [RFC 2.6.10 5/22] xfrm: Attempt to offload bundled xfrm_states for outbound xfrms |
| From: | David Dillow <dave@xxxxxxxxxxxxxx> |
| Date: | Sat, 22 Jan 2005 00:53:01 -0500 |
| Cc: | Netdev <netdev@xxxxxxxxxxx> |
| In-reply-to: | <20050121152045.5c92ee05.davem@davemloft.net> |
| References: | <20041230035000.13@ori.thedillows.org> <20041230035000.14@ori.thedillows.org> <20050121152045.5c92ee05.davem@davemloft.net> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
On Fri, 2005-01-21 at 15:20 -0800, David S. Miller wrote:
> On Thu, 30 Dec 2004 03:48:35 -0500
> David Dillow <dave@xxxxxxxxxxxxxx> wrote:
>
> > +static void xfrm_accel_bundle(struct dst_entry *dst)
> > +{
> > + struct xfrm_bundle_list bundle, *xbl, *tmp;
> > + struct net_device *dev = dst->dev;
> > + INIT_LIST_HEAD(&bundle.node);
> > +
> > + if (dev && netif_running(dev) && (dev->features & NETIF_F_IPSEC)) {
>
> netif_running() is only steady while the RTNL semaphore is held,
> which is not necessarily true when xfrm_lookup() is invoked.
I've been reworking this area already to add the ability for the user to
control which devices/states combinations can be offloaded, so this code
will change. What do you think about just having the driver be
responsible for ignoring offload requests when they don't make sense,
like when the device is down, or in sleep mode?
BTW, xfrm_lookup() also calls stale_bundle(), which also relies on
netif_running(), among other tests.
--
David Dillow <dave@xxxxxxxxxxxxxx>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [RFC 2.6.10 4/22] xfrm: Try to offload inbound xfrm_states, David Dillow |
|---|---|
| Next by Date: | Re: [RFC 2.6.10 7/22] xfrm: Allow device drivers to force recalculation of offloads, David Dillow |
| Previous by Thread: | Re: [RFC 2.6.10 5/22] xfrm: Attempt to offload bundled xfrm_states for outbound xfrms, David S. Miller |
| Next by Thread: | Re: [RFC 2.6.10 5/22] xfrm: Attempt to offload bundled xfrm_states for outbound xfrms, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |