Skip to content
Snippets Groups Projects
Commit 3bff7fee authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add c_eth_tester_bg_block_len_max.

parent 2ea21f92
No related branches found
No related tags found
1 merge request!288Resolve L2SDP-836
...@@ -33,6 +33,8 @@ USE common_lib.common_network_layers_pkg.ALL; ...@@ -33,6 +33,8 @@ USE common_lib.common_network_layers_pkg.ALL;
PACKAGE eth_tester_pkg is PACKAGE eth_tester_pkg is
CONSTANT c_eth_tester_bg_block_len_max : NATURAL := c_network_eth_payload_jumbo_max; -- 9000 octets
-- hdr_field_sel bit selects where the hdr_field value is set: -- hdr_field_sel bit selects where the hdr_field value is set:
-- . 0 = data path controlled, value is set in data path, so field_default() is not used. -- . 0 = data path controlled, value is set in data path, so field_default() is not used.
-- . 1 = MM controlled, value is set via MM or by the field_default(), so any data path setting in -- . 1 = MM controlled, value is set via MM or by the field_default(), so any data path setting in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment