Skip to content

Releases: ipdk-io/stratum-dev

IPDK Stratum v3.4.0

11 Mar 13:17
029a859

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0.0...v3.4.0

IPDK Stratum v3.2.0.0

22 Aug 16:14
63193c6

Choose a tag to compare

IPDK Stratum v3.2.0.0 Pre-release
Pre-release

What's Changed

The --nooptimize_full_table_reads command-line flag enables an alternative implementation of GetAllEntries() that reads a table in bursts of N entries instead of obtaining the entry count from P4SDE and reading that number of entries. This allows an application to dump all the entries of a table that has add-on-miss enabled.

The default burst size is 20 entries. This may be changed by specifying the --full_table_read_burst_size=BURST_SIZE command-line flag.

Revision History

  • Rename libgrpc_proto to libgoogle_rpc_proto by @ffoulkes in #250
  • Alternative implementation of GetAllEntries() by @ffoulkes in #251

Full Changelog: v3.1.0.0...v3.2.0.0

IPDK Stratum v3.1.0.0 (baseline)

17 Jul 22:34
f379de2

Choose a tag to compare

Pre-release

Baseline for canonical releases.

Revision History

Read more