On Thu, Jan 11, 2018 at 07:02:29AM +0800, Ben Pfaff wrote:
> On Wed, Jan 10, 2018 at 02:52:00PM -0800, Ben Pfaff wrote:
> > On Tue, Jan 09, 2018 at 09:56:18PM +0800, Yi Yang wrote:
> > > NSH ttl is a 6-bit field ranged from 0 to 63, it should be
> > > decremented by 1 every hop, if it is 0 or it is so after
> > > decremented, the packet should be dropped and a packet-in
> > > message is sent to main controller.
> > > 
> > > Signed-off-by: Yi Yang <yi.y.y...@intel.com>
> > 
> > This change is user-visible so it should add a NEWS item.
> 
> Oh, and I get several failures with the patches applied:
> 
> ## ------------------------------ ##
> ## openvswitch 2.8.90 test suite. ##
> ## ------------------------------ ##
> 
> 454: learning action - satisfied prerequisites       FAILED (learn.at:74)
> 452: learning action - parsing and formatting - OXM  FAILED (learn.at:42)
> 453: learning action - examples                      FAILED (learn.at:58)
> 455: learning action - invalid prerequisites         FAILED (learn.at:86)
> 450: learning action - parsing and formatting        FAILED (learn.at:14)
> 456: learning action - too-long immediate value      FAILED (learn.at:106)
> 457: learning action - standard VLAN+MAC learning    FAILED (learn.at:122)
> 460: learning action - TCPv6 port learning           FAILED (learn.at:277)
> 458: learning action - learn refreshes hard_age      FAILED (learn.at:191)
> 459: learning action - TCPv4 port learning           FAILED (learn.at:250)
> 461: learning action - self-modifying flow           FAILED (learn.at:306)
> 463: learning action - self-modifying flow with hard_timeout FAILED 
> (learn.at:406)
> 466: learning action - limit                         FAILED (learn.at:635)
> 465: learning action - delete_learned feature        FAILED (learn.at:522)
> 464: learning action - fin_timeout feature           FAILED (learn.at:502)
> 462: learning action - self-modifying flow with idle_timeout FAILED 
> (learn.at:348)
> 467: learning action - limit result_dst              FAILED (learn.at:674)
> 468: learning action - different limits              FAILED (learn.at:721)
> 1187: ofproto-dpif megaflow - learning                FAILED 
> (ofproto-dpif.at:7974)
> 1077: ofproto-dpif - MPLS handling                    FAILED 
> (ofproto-dpif.at:1760)
> 1094: ofproto-dpif - fragment handling - actions      FAILED 
> (ofproto-dpif.at:4118)
> 999: ofproto - flow mod with tunnel metadata         FAILED (ofproto.at:5987)
> 786: tunnel - Geneve metadata                        FAILED (tunnel.at:582)
> 939: ofproto - table features (OpenFlow 1.3)         FAILED (ofproto.at:2607)
> 2326: ovn -- vtep: 3 HVs, 1 VIFs/HV, 1 GW, 1 LS       FAILED (ovn.at:2031)
> 
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
> 
> ERROR: All 25 tests were run,
> 25 failed unexpectedly.
> ## -------------------------- ##
> ## testsuite.log was created. ##
> ## -------------------------- ##
> 
> Please send `tests/testsuite.log' and all information you think might help:
> 
>    To: <b...@openvswitch.org>
>    Subject: [openvswitch 2.8.90] testsuite: 450 452 453 454 455 456 457 458 
> 459 460 461 462 463 464 465 466 467 468 786 939 999 1077 1094 1187 2326 failed

All these unit tests failures are led by "939: ofproto - table features
(OpenFlow 1.3)", the first patch in v9 has fixed it.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to