[firefly] [PATCH 0/3] Implement OFPT_GET_ASYNC_REQUEST, OFPT_GET_ASYNC_REPLY

Daniel Baluta daniel.baluta at gmail.com
Sat Sep 7 15:21:17 EEST 2013


On Sat, Sep 7, 2013 at 12:04 PM, Alexandru Copot <alex.mihai.c at gmail.com> wrote:
> This series adds a handler for OFPT_GET_ASYNC_REQUEST which
> sends an OFPT_GET_ASYNC_REPLY with the configured settings.
>
> It also allows printing reply messages with the existing code
> used for OFPT_SET_ASYNC.
>
> Finally, there is a basic test which checks the default reply output.
>
> Alexandru Copot (3):
>   ofproto: implement OFPT_GET_ASYNC_REQUEST
>   ofp-print: display OFPT_GET_ASYNC_REPLY in same way as OFPT_SET_ASYNC
>   tests/ofproto: add basic test for OFPT_GET_ASYNC_REQUEST/REPLY
>
>  lib/ofp-print.c   |  6 +++---
>  ofproto/connmgr.c |  9 +++++++++
>  ofproto/connmgr.h |  3 +++
>  ofproto/ofproto.c | 29 ++++++++++++++++++++++++++++-
>  tests/ofproto.at  | 34 ++++++++++++++++++++++++++++++++++
>  5 files changed, 77 insertions(+), 4 deletions(-)

This patch series looks good. Thanks Alex!

Daniel.


More information about the firefly mailing list