> -----Original Message----- > From: dev <[email protected]> On Behalf Of Phil Yang > Sent: Tuesday, March 17, 2020 9:18 AM > To: [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected] > Cc: [email protected]; [email protected]; > [email protected]; Honnappa Nagarahalli > <[email protected]>; Gavin Hu <[email protected]>; > Ruifeng Wang <[email protected]>; Joyce Kong > <[email protected]>; nd <[email protected]> > 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 <[email protected]> > Signed-off-by: Phil Yang <[email protected]> > Reviewed-by: Ruifeng Wang <[email protected]> > --- > 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>

