mbox series

[v3,0/2] Improve istep command usability

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

Message

Amitay Isaacs Oct. 17, 2019, 5:15 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()

V3 changes:
 - Run sbe isteps on all selected processors


Amitay Isaacs (2):
  istep: Add checking for istep major/minor numbers
  istep: Run all sub-steps if minor is 0

 src/istep.c | 49 ++++++++++++++++++++++++++++++++++++++++++-------
 src/main.c  |  2 +-
 2 files changed, 43 insertions(+), 8 deletions(-)