On Wed, Jun 11, 2014 at 01:34:42PM +0900, Simon Horman wrote:
> Buffer a multi-part requests until all its parts are received.
>
> This is achieved by initialising the list_node field of messages
> and passing them to ofmp_req_filter().
>
> * If the message is not recognised as part of a multi-pa
Buffer a multi-part requests until all its parts are received.
This is achieved by initialising the list_node field of messages
and passing them to ofmp_req_filter().
* If the message is not recognised as part of a multi-part requests it is
simply returned and processing continues as before.
*