mbox series

[v2,0/3] Improve istep command usability

Message ID 20191017050350.26820-1-amitay@ozlabs.org
Headers show
Series Improve istep command usability | expand

Message

Amitay Isaacs Oct. 17, 2019, 5:03 a.m. UTC
- Add check for valid istep major/minor numbers.
 - Add ability to run the entire istep (using minor=0)

V2 changes:
 - Use pib instead of sbefifo for sbe_istep()

Amitay Isaacs (3):
  istep: Add checking for istep major/minor numbers
  istep: Use the first sbefifo to run isteps
  istep: Run all sub-steps if minor is 0

 src/istep.c | 66 ++++++++++++++++++++++++++++++++++++++++++-----------
 src/main.c  |  2 +-
 2 files changed, 54 insertions(+), 14 deletions(-)