Re: [PATCH] tools/xentop: fix sorting bug for some columns

2024-02-05 Thread Andrew Cooper
On 05/02/2024 5:37 pm, Anthony PERARD wrote: > On Sun, Feb 04, 2024 at 11:19:40AM +0100, zithro / Cyril Rébert wrote: >> From: Cyril Rébert >> >> Sort doesn't work on columns VBD_OO, VBD_RD, VBD_WR and VBD_RSECT. >> Fix by adjusting variables names in compare functions. >> Bug fix only. No

Re: [PATCH] tools/xentop: fix sorting bug for some columns

2024-02-05 Thread Anthony PERARD
On Sun, Feb 04, 2024 at 11:19:40AM +0100, zithro / Cyril Rébert wrote: > From: Cyril Rébert > > Sort doesn't work on columns VBD_OO, VBD_RD, VBD_WR and VBD_RSECT. > Fix by adjusting variables names in compare functions. > Bug fix only. No functional change. > > Signed-off-by: Cyril Rébert

[PATCH] tools/xentop: fix sorting bug for some columns

2024-02-04 Thread zithro / Cyril Rébert
From: Cyril Rébert Sort doesn't work on columns VBD_OO, VBD_RD, VBD_WR and VBD_RSECT. Fix by adjusting variables names in compare functions. Bug fix only. No functional change. Signed-off-by: Cyril Rébert (zithro) --- tools/xentop/xentop.c | 10 +- 1 file changed, 5 insertions(+), 5