> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Phil Yang > Sent: Tuesday, March 17, 2020 9:18 AM > To: tho...@monjalon.net; harry.van.haa...@intel.com; > konstantin.anan...@intel.com; step...@networkplumber.org; > maxime.coque...@redhat.com; dev@dpdk.org > Cc: david.march...@redhat.com; jer...@marvell.com; > hemant.agra...@nxp.com; Honnappa Nagarahalli > <honnappa.nagaraha...@arm.com>; Gavin Hu <gavin...@arm.com>; > Ruifeng Wang <ruifeng.w...@arm.com>; Joyce Kong > <joyce.k...@arm.com>; nd <n...@arm.com> > Subject: [dpdk-dev] [PATCH v3 04/12] build: remove redundant code > > All these libs and drivers are built upon the eal lib. So when > compiling with clang on 32-bit platforms linking against libatomic > for the eal lib is sufficient. Remove the redundant code. > > Suggested-by: Ruifeng Wang <ruifeng.w...@arm.com> > Signed-off-by: Phil Yang <phil.y...@arm.com> > Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com> > --- > drivers/event/octeontx/meson.build | 5 ----- > drivers/event/octeontx2/meson.build | 5 ----- > drivers/event/opdl/meson.build | 5 ----- > lib/librte_rcu/meson.build | 5 ----- > 4 files changed, 20 deletions(-)
This should be unneeded since: https://git.dpdk.org/dpdk/commit/?id=da4eae278b56e698c64d0c39939a7a55c5b6abdd Abandon this patch. Thanks, Phil Yang <snip>