Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store_forward latency mode is not supported #99

Open
bortok opened this issue Sep 20, 2022 · 0 comments
Open

store_forward latency mode is not supported #99

bortok opened this issue Sep 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bortok
Copy link
Contributor

bortok commented Sep 20, 2022

Ixia-c does not accept store_forward latency mode, while cut_through works fine:

flows:
- duration:
    choice: fixed_packets
    fixed_packets:
      gap: 12
      packets: 1000
  metrics:
    enable: true
    latency:
      enable: true
      mode: store_forward
    loss: false
    timestamps: false
  name: f1
{
  "errors": [
    "Latency mode \"store forward\" is currently not supported for flow \"f1\""
  ]
}

as opposed to

flows:
- duration:
    choice: fixed_packets
    fixed_packets:
      gap: 12
      packets: 1000
  metrics:
    enable: true
    latency:
      enable: true
      mode: cut_through
    loss: false
    timestamps: false
  name: f1
{"choice":"flow_metrics", "flow_metrics":[{"name":"f1", "transmit":"started", "frames_tx":"3", "frames_rx":"3", "bytes_tx":"0", "bytes_rx":"246", "frames_tx_rate":0, "frames_rx_rate":0, "latency":{"minimum_ns":67580, "maximum_ns":957940, "average_ns":432933}}]}
{"choice":"flow_metrics", "flow_metrics":[{"name":"f1", "transmit":"started", "frames_tx":"360", "frames_rx":"360", "bytes_tx":"0", "bytes_rx":"29520", "frames_tx_rate":703, "frames_rx_rate":703, "latency":{"minimum_ns":8700, "maximum_ns":24144420, "average_ns":3400081}}]}
{"choice":"flow_metrics", "flow_metrics":[{"name":"f1", "transmit":"started", "frames_tx":"719", "frames_rx":"718", "bytes_tx":"0", "bytes_rx":"58876", "frames_tx_rate":705, "frames_rx_rate":704, "latency":{"minimum_ns":8700, "maximum_ns":24162360, "average_ns":3139900}}]}
{"choice":"flow_metrics", "flow_metrics":[{"name":"f1", "transmit":"stopped", "frames_tx":"1000", "frames_rx":"1000", "bytes_tx":"0", "bytes_rx":"82000", "frames_tx_rate":700, "frames_rx_rate":673, "latency":{"minimum_ns":8700, "maximum_ns":24162360, "average_ns":3205957}}]}

Tested on

image: ghcr.io/open-traffic-generator/ixia-c-controller:0.0.1-3182
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.9
@arkajyoti-cloud arkajyoti-cloud added the enhancement New feature or request label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants