Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 17:41:08 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354084 - head/tests/sys/netinet6/frag6
Message-ID:  <201910251741.x9PHf8Go000610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Fri Oct 25 17:41:08 2019
New Revision: 354084
URL: https://svnweb.freebsd.org/changeset/base/354084

Log:
  frag6-test:  update for r354046, conform to 8200 for overlapping fragments
  
  The change to conform to RFC 8200 for overlapping fragments now frees
  the entire reassembly queue if the overlapping fragments are not an
  exact match.
  As a result we do see one less packet in the timeout statistics from
  expiry.  No other statistics change as the event is not counted.
  It can be argued that we should improve the statistics counters in
  that case.
  This test case update should have been committed alongside the original
  commit.
  
  Pointyhat to:	bz
  MFC after:	3 weeks
  X-MFC with:	r354046
  Sponsored by:	Netflix

Modified:
  head/tests/sys/netinet6/frag6/frag6_14.sh

Modified: head/tests/sys/netinet6/frag6/frag6_14.sh
==============================================================================
--- head/tests/sys/netinet6/frag6/frag6_14.sh	Fri Oct 25 16:59:54 2019	(r354083)
+++ head/tests/sys/netinet6/frag6/frag6_14.sh	Fri Oct 25 17:41:08 2019	(r354084)
@@ -95,7 +95,7 @@ EOF
     <dropped-bad-version>0</dropped-bad-version>
     <received-fragments>6</received-fragments>
     <dropped-fragment>2</dropped-fragment>
-    <dropped-fragment-after-timeout>4</dropped-fragment-after-timeout>
+    <dropped-fragment-after-timeout>3</dropped-fragment-after-timeout>
     <dropped-fragments-overflow>0</dropped-fragments-overflow>
     <atomic-fragments>0</atomic-fragments>
     <reassembled-packets>0</reassembled-packets>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910251741.x9PHf8Go000610>