Re: [PATCH 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops

2018-03-05 Thread Dan Williams
On Tue, Feb 27, 2018 at 4:40 PM, Dave Jiang wrote: > Since update-firmware replicate a lot of the parsing code that dimm.c > already uses, moving update-firmware to dimm.c and utilize the already > working functionalities. > > Signed-off-by: Dave Jiang

[PATCH 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops

2018-02-27 Thread Dave Jiang
Since update-firmware replicate a lot of the parsing code that dimm.c already uses, moving update-firmware to dimm.c and utilize the already working functionalities. Signed-off-by: Dave Jiang --- ndctl/Makefile.am |1 ndctl/dimm.c | 495