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

Duration & Burst parameters need to be int64 #292

Open
ankur-sheth opened this issue Dec 19, 2022 · 0 comments
Open

Duration & Burst parameters need to be int64 #292

ankur-sheth opened this issue Dec 19, 2022 · 0 comments
Assignees
Labels
bug Something isn't working spec Impacts API Spec
Milestone

Comments

@ankur-sheth
Copy link
Contributor

   Flow.FixedPackets:
      description: |-
        Transmit a fixed number of packets after which the flow will stop.
      type: object
      properties:
        packets:
          description: |-
            Stop transmit of the flow after this number of packets.
          type: integer
          minimum: 1
          default: 1
...
          x-field-uid: 1
        packets:
          description: |-
            The number of packets transmitted per burst.
          type: integer
          minimum: 1
          default: 1
          x-field-uid: 2

We need to be able to send >2^32 packets in a flow when configured when duration is configured as fixed_packets or burst.

@ashutshkumr ashutshkumr moved this to Todo in OTG Tools Jan 13, 2023
@ashutshkumr ashutshkumr added this to the v1.0.0 milestone Jul 26, 2023
@ashutshkumr ashutshkumr added bug Something isn't working spec Impacts API Spec labels Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working spec Impacts API Spec
Projects
Status: Backlog
Development

No branches or pull requests

2 participants