Stream ID counters
Each stream ID has a counter set, counting packets associated with the stream. In addition there is a counter set for packets from host buffers that are not assigned to a stream.
This table explains the stream ID counters.
| Counter | Description | Good Frames | Bad Frames | RX | TX |
|---|---|---|---|---|---|
| Forward Counters | |||||
| pkts | Number of forwarded frames. | X | X | X | – |
| octets | Number of forwarded bytes. | X | X | X | – |
| Flush Counters | |||||
| pkts | Number of flushed frames, that is frames received while the stream ID is inactive. | X | X | X | – |
| octets | Number of flushed bytes, that is bytes received while the stream ID is inactive. | X | X | X | – |
| Drop Counters | |||||
| pkts | Number of dropped frames. | X | X | X | – |
| octets | Number of dropped bytes. | X | X | X | – |
Note: To use more than 256 network
streams, the MaxNetStreams and MaxStreamIds
parameters should be configured. See Configuring MaxNetStreams and MaxStreamIds.