Re: [dpdk-dev] [PATCH] mbuf: remove unneeded EAL header include

2021-01-31 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Saturday, January 30, 2021 4:33 AM > To: dev@dpdk.org > Cc: konstantin.anan...@intel.com; bruce.richard...@intel.com; > sta...@dpdk.org; Olivier Matz ; Ruifeng Wang > ; Phil Yang ; Andrew > Rybchenko ; tho...@monjalon.net > Subject: [PATC

[dpdk-dev] [PATCH] mbuf: remove unneeded EAL header include

2021-01-29 Thread David Marchand
There is no need for the direct inclusion of the generic/ header [1] now that we don't use the rte_atomic API anymore. 1: https://git.dpdk.org/dpdk/commit/?id=3eb860b08eb7 Fixes: e41d27a68df6 ("mbuf: remove atomic reference counters") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- lib/l