brcompat: Refactor infrastructure for communication with ovs-brcompatd.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Jul 2009 19:40:16 +0000 (12:40 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Jul 2009 16:18:23 +0000 (09:18 -0700)
commite5307f55aa89b7ade27cb4bf92223c3b9c099eef
tree0fd4ed0d555943f98b0b8a91c8d54db586e742cc
parent14551ceac68a7acf3a584fac3586dcbd9ad8745c
brcompat: Refactor infrastructure for communication with ovs-brcompatd.

In an upcoming change, brcompat will need to receive bulk data from
ovs-brcompatd.  The existing brcompat infrastructure for receiving data
only supports returning an error code, so this commit adds the ability to
receive an arbitrary sk_buff and updates the existing users to handle it.
datapath/brcompat.c