]> git.droids-corp.org - dpdk.git/commit
eal: move Unix filesystem functions into one file
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Feb 2022 06:54:03 +0000 (22:54 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 9 Feb 2022 18:12:53 +0000 (19:12 +0100)
commit6e97b5fc1ada1501852e12de84c8514db248929d
tree4a10d2f6e21b3ba6e3c01069d1f213c1179bc0f3
parent1835a22f342f23ae31e1fd778a997139ae4d2ca9
eal: move Unix filesystem functions into one file

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 <stephen@networkplumber.org>
lib/eal/freebsd/eal.c
lib/eal/linux/eal.c
lib/eal/unix/eal_filesystem.c [new file with mode: 0644]
lib/eal/unix/meson.build