Network device and namespace checkpoint/restart (v2)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dan Smith
Date: Tuesday, February 9, 2010 - 2:25 pm

This patch set adds checkpoint/restart support for network namespaces,
as well as the network devices within.  Currently supports veth and loopback
device types.

Major changes from last time[1] are:

 - Add a per-device ndo_checkpoint() operation which simultaneously
   isolates the checkpoint layer from the network device's checkpoint
   function and internal data, and also provides a better way to
   determine checkpointability of a given interface.
 - Use RTNL to create the veth pair as userspace would, to avoid the
   need to call directly into RTNL and veth internals

With this set, I'm able to checkpoint and restart a running sendmail
instance that is inside a private network namespace with a veth tunnel
to the outside world.  Applies on top of -rc3 with my other two patches
from earlier today.

1: https://lists.linux-foundation.org/pipermail/containers/2010-January/022549.html

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Network device and namespace checkpoint/restart (v2), Dan Smith, (Tue Feb 9, 2:25 pm)
Re: [PATCH 2/4] C/R: Basic support for network namespaces ..., Serge E. Hallyn, (Wed Feb 10, 10:24 am)
Re: [PATCH 3/4] Add checkpoint support for veth devices, Serge E. Hallyn, (Wed Feb 10, 10:57 am)
Re: [PATCH 2/4] C/R: Basic support for network namespaces ..., Serge E. Hallyn, (Wed Feb 10, 12:20 pm)