Re: [PATCH v3 3/3] eal: move common filesystem setup code into one file

2022-02-09 Thread Bruce Richardson
On Tue, Feb 08, 2022 at 10:54:03PM -0800, Stephen Hemminger wrote: > Both Linux and FreeBSD have same code for creating runtime > directory and reading sysfs files. Put them in the new lib/eal/unix > subdirectory. > > Signed-off-by: Stephen Hemminger LGTM, apart from one minor nit inline below.

[PATCH v3 3/3] eal: move common filesystem setup code into one file

2022-02-08 Thread Stephen Hemminger
Both Linux and FreeBSD have same code for creating runtime directory and reading sysfs files. Put them in the new lib/eal/unix subdirectory. Signed-off-by: Stephen Hemminger --- lib/eal/freebsd/eal.c | 88 --- lib/eal/linux/eal.c | 90 -