Luigi Rizzo f18be5766f Bring in a number of new features, mostly implemented by Michio Honda:
- the VALE switch now support up to 254 destinations per switch,
  unicast or broadcast (multicast goes to all ports).

- we can attach hw interfaces and the host stack to a VALE switch,
  which means we will be able to use it more or less as a native bridge
  (minor tweaks still necessary).
  A 'vale-ctl' program is supplied in tools/tools/netmap
  to attach/detach ports the switch, and list current configuration.

- the lookup function in the VALE switch can be reassigned to
  something else, similar to the pf hooks. This will enable
  attaching the firewall, or other processing functions (e.g. in-kernel
  openvswitch) directly on the netmap port.

The internal API used by device drivers does not change.

Userspace applications should be recompiled because we
bump NETMAP_API as we now use some fields in the struct nmreq
that were previously ignored -- otherwise, data structures
are the same.

Manpages will be committed separately.
2013-05-30 14:07:14 +00:00
..
2012-01-14 17:07:52 +00:00
2012-09-04 12:07:33 +00:00
2012-10-17 21:19:27 +00:00
2013-05-11 19:05:38 +00:00
2013-05-01 04:37:34 +00:00
2013-04-18 20:13:33 +00:00
2013-05-30 13:41:19 +00:00
2013-03-19 05:51:47 +00:00
2013-03-19 05:51:47 +00:00
2013-05-18 07:10:22 +00:00