netlink: Remove buffer from 'struct nl_dump'.
authorJoe Stringer <joestringer@nicira.com>
Thu, 27 Feb 2014 22:13:05 +0000 (14:13 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Feb 2014 22:14:56 +0000 (14:14 -0800)
commitd57695d77efe15b0b8a98aa2a1bcfcd3e3915e90
tree7674216ccd4b563ee7a585c6556cf9bbc0ad7743
parent8f6736d32683434b24632496c58ce196f2418d09
netlink: Remove buffer from 'struct nl_dump'.

This patch makes all of the users of 'struct nl_dump' allocate their own
buffers to pass down to nl_dump_next(). This paves the way for allowing
multithreaded flow dumping.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-linux.c
lib/netdev-linux.c
lib/netlink-socket.c
lib/netlink-socket.h
lib/route-table.c