build: remove makefilesA decision was made [1] to no longer support Make in DPDK, this patchremoves all Makefiles that do not make use of pkg-config, along withthe mk directory previously used by
build: remove makefilesA decision was made [1] to no longer support Make in DPDK, this patchremoves all Makefiles that do not make use of pkg-config, along withthe mk directory previously used by make.[1] https://mails.dpdk.org/archives/dev/2020-April/162839.htmlSigned-off-by: Ciara Power <[email protected]>Reviewed-by: Ruifeng Wang <[email protected]>Signed-off-by: Thomas Monjalon <[email protected]>
show more ...
kernel/freebsd: fix module build on latest headInternal changes in the freebsd kernel have meant that additional includesare now necessary to build the kernel modules for DPDK. Tested with latest
kernel/freebsd: fix module build on latest headInternal changes in the freebsd kernel have meant that additional includesare now necessary to build the kernel modules for DPDK. Tested with latestbsd HEAD revision.Bugzilla ID: 282Cc: [email protected]Signed-off-by: Bruce Richardson <[email protected]>
move kernel modules directoriesThis patch moves the kernel modules code from EAL to a common place. - Separate the kernel module code from user space code.Signed-off-by: Hemant Agrawal <hemant.a
move kernel modules directoriesThis patch moves the kernel modules code from EAL to a common place. - Separate the kernel module code from user space code.Signed-off-by: Hemant Agrawal <[email protected]>Tested-by: Bruce Richardson <[email protected]>