Difference between revisions of "Ns-3.26"

From Nsnam
Jump to: navigation, search
(Build system)
(Revised schedule)
 
(46 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{TOC}}
 
{{TOC}}
  
This page summarizes the release planning for ns-3.26 (planned for June 2016).  The ns-3 release process is listed [http://www.nsnam.org/developers/release-process/ here] and [[Release Process | here]].
+
This page summarizes the release planning for ns-3.26 (originally planned for June 2016; rescheduled to early September 2016).  The ns-3 release process is listed [http://www.nsnam.org/developers/release-process/ here] and [[Release Process | here]].
  
= Release goals =
+
This page has been recently revised and some original goals for ns-3.26 have slipped to a new [[ns-3.27]] page.
  
The following goals have been identified by maintainers.
+
= Revised schedule =
  
== Build system ==
+
The revised (again) schedule is as follows:
  
* Upgrade Waf and bake build systems according to [[BakeIntegration | this functional specification for supporting contributed code]]
+
* code freeze once outstanding issues resolved
 +
* release shortly afterwards
  
== ns-3 core ==
+
Please test the [http://www.nsnam.org/release/ns-allinone-3.26.rc1.tar.bz2 Release Candidate 1] posted on 27 September, and provide feedback to ns-developers mailing list or the bug tracker.
  
To be determined
+
= Remaining issues being worked for ns-3.26 =
  
== TCP models ==
+
(Updated Sept 27)
  
Natale Patriciello, Anh Nguyen, Tom Henderson, Matthieu Coudron, and Amir Modarresi are working on the following.
+
Release candidate 1 is posted, so non-critical bug fixing is done for this release
  
1) Open tracker issues
+
* <s>(multiple modules)fix warnings due to Wstrict-overflow across codebase</s>  this is resolved for ns-3.26
 
+
* <s>aodvmerge patch to 2123 (Tommaso)</s>
* 2263:  Support processing multiple TCP options in 1 header
+
* <s>coremerge patch to 2459 on ./waf --check-config (Peter)</s>
* 2122decouple TcpTxBuffer variables
+
* <s>coreresolve attribute errors/attribute spaces/attribute deprecation (issues 2447, 2344, 2149) (Tom and Peter)</s>
* 2264Possibility to setup Initial Sequence Number
+
* <s>internetglobal routing and bridging bug 2102 reopened (Tom)</s>
* 1529randomize TCP initial sequence number
+
* <s> networkinvestigate recent packet metadata bugs (2407, 2415), fix if solution found shortly (Tom)</s> can't reproduce on ns-3-dev; marking as NEEDINFO
* 2285loss of TCP 3-way handshake calls receive callback to fire
+
* <s>mobilitycheck and merge patch to 2390 (on waypoint mobility) (Tom)</s>
* 1167TCP socket deferring CLOSE forever
+
* wifi<s>merge patch to 2306 and update AODV regression traces </s>(Tom)
* 2133In TCP close procedure, assert fail when receive in FIN_WAIT_2
+
** <s>Patch pending and being tested</s>
* 2278in TcpSocketBase, need to advance NextTxSequence
+
* wavemerge patch to 2314 (related to 2306) (Tom)
* 2256TCPTxBuffer should be able to tell BytesInFlight
+
** Probably deferring to ns-3.27
* 2220:  RAM usage reduction through reduction of retx events
+
* wifiinvestigate DCF assert bug 2477; will fix if solution found shortly (Tom)
* 2214:  TCP ScheduleNow for data transfer
+
** <s>Patch pending and being tested</s>
* 1783experiencing drops during FastRec causes Tcp cw to blow up
+
* wifi:  investigate DCF assert bug 2493; will fix if solution found shortly (Tom)
 
+
** <s>Patch pending and being tested</s>
2) Try to merge as many TCP congestion control variants as are ready or nearly ready.
+
* wifi:  Supported Rates bug (https://www.nsnam.org/bugzilla/show_bug.cgi?id=2496)
* BIC
+
** <s>Patch pending and being tested</s>
* CUBIC
+
* wifi:  Immediate access patch
* Vegas
+
** <s>Patch pending and being tested</s>
* Scalable
+
* <s>uan:  merge patch to 2488 (Tom)</s>
* Veno
+
* config-store: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=2507 bug 2507]: ConfigStore RawTextConfigLoad doesn't reset stream error state
* YeAH
+
** <s>Patch pending, has been tested</s>
* Illinois
+
* H-TCP:  http://mailman.isi.edu/pipermail/ns-developers/2016-April/013541.html
+
 
+
3) work on SACKhttps://codereview.appspot.com/283880043/
+
* General Scoreboard
+
* Tcp option SACK management
+
* Tcp option SACK implementation
+
 
+
MPTCP will not be merged for ns-3.26.
+
 
+
== traffic-control module ==
+
 
+
Stefano Avallone (stavallo@unina.it) is leading ns-3.26 development for traffic control, and has the following goals:
+
 
+
* Add support for Byte Queue Limits (in progress)
+
* porting and polishing fq-codel (in progress)
+
* reviewing [https://www.nsnam.org/bugzilla/show_bug.cgi?id=2261 PIE contribution] (in progress)
+
* introduce mq (a multi-queue queue disc configured by default on wifi, along with fq-codel)
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=2241 user priorities and QoS API]
+
* provide a better solution for a couple of issues introduced by the requeue mechanism
+
 
+
== lte module ==
+
 
+
To be determined
+
 
+
== wifi module ==
+
 
+
To be determined
+
 
+
= Release and development schedule =
+
 
+
The following schedule is planned:
+
 
+
* May 11, 2016:  New feature deadline.
+
* May 25, 2016:  Planned code freeze date.
+
* June 1, 2016:  Scheduled release date for ns-3.26
+
 
+
= Help wanted =
+
 
+
If you would like to help prepare the ns-3.26 release in some way, please contact Tom Henderson (tomhend@u.washington.edu).
+
 
+
Also, please check back at a later date as specific tasks may be listed here.
+

Latest revision as of 05:29, 28 September 2016

Main Page - Current Development - Developer FAQ - Tools - Related Projects - Project Ideas - Summer Projects

Installation - Troubleshooting - User FAQ - HOWTOs - Samples - Models - Education - Contributed Code - Papers

This page summarizes the release planning for ns-3.26 (originally planned for June 2016; rescheduled to early September 2016). The ns-3 release process is listed here and here.

This page has been recently revised and some original goals for ns-3.26 have slipped to a new ns-3.27 page.

Revised schedule

The revised (again) schedule is as follows:

  • code freeze once outstanding issues resolved
  • release shortly afterwards

Please test the Release Candidate 1 posted on 27 September, and provide feedback to ns-developers mailing list or the bug tracker.

Remaining issues being worked for ns-3.26

(Updated Sept 27)

Release candidate 1 is posted, so non-critical bug fixing is done for this release

  • (multiple modules): fix warnings due to Wstrict-overflow across codebase this is resolved for ns-3.26
  • aodv: merge patch to 2123 (Tommaso)
  • core: merge patch to 2459 on ./waf --check-config (Peter)
  • core: resolve attribute errors/attribute spaces/attribute deprecation (issues 2447, 2344, 2149) (Tom and Peter)
  • internet: global routing and bridging bug 2102 reopened (Tom)
  • network: investigate recent packet metadata bugs (2407, 2415), fix if solution found shortly (Tom) can't reproduce on ns-3-dev; marking as NEEDINFO
  • mobility: check and merge patch to 2390 (on waypoint mobility) (Tom)
  • wifi: merge patch to 2306 and update AODV regression traces (Tom)
    • Patch pending and being tested
  • wave: merge patch to 2314 (related to 2306) (Tom)
    • Probably deferring to ns-3.27
  • wifi: investigate DCF assert bug 2477; will fix if solution found shortly (Tom)
    • Patch pending and being tested
  • wifi: investigate DCF assert bug 2493; will fix if solution found shortly (Tom)
    • Patch pending and being tested
  • wifi: Supported Rates bug (https://www.nsnam.org/bugzilla/show_bug.cgi?id=2496)
    • Patch pending and being tested
  • wifi: Immediate access patch
    • Patch pending and being tested
  • uan: merge patch to 2488 (Tom)
  • config-store: bug 2507: ConfigStore RawTextConfigLoad doesn't reset stream error state
    • Patch pending, has been tested