[ovs-dev] [PATCH repost 0/2] Fix missing OFPP_ANY for queue requests

Ben Pfaff blp at ovn.org
Mon Dec 21 23:26:33 UTC 2015


I originally posted this near the beginning of November, but it's
received no reviews.  I'd like to get it into 2.5 since it's a bug fix.

Ben Pfaff (2):
  ovs-ofctl: Generalize code for finding ports into general-purpose
    iterator.
  ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in
    OF1.1+.

 NEWS                     |   1 +
 lib/ofp-util.c           |  22 ++--
 lib/ofp-util.h           |   1 +
 ofproto/ofproto.c        |  51 +++++----
 tests/ofproto.at         |   9 ++
 utilities/ovs-ofctl.8.in |  11 ++
 utilities/ovs-ofctl.c    | 284 ++++++++++++++++++++++++++---------------------
 7 files changed, 225 insertions(+), 154 deletions(-)

-- 
2.1.3




More information about the dev mailing list