Re: [dpdk-dev] [PATCH v3] mbuf: remove atomic reference counters

2020-09-14 Thread Phil Yang
Thomas Monjalon writes: > > > > Remove the deprecated refcnt_atomic union fields in > > rte_mbuf and rte_mbuf_ext_shared_info structures. > > > > Signed-off-by: Phil Yang > > Reviewed-by: Ruifeng wang > > Signed-off-by: Thomas Monjalon > > --- > > > > v2: > > - squashed > > - removed d

Re: [dpdk-dev] [PATCH v3] mbuf: remove atomic reference counters

2020-09-14 Thread Thomas Monjalon
I wrote: > From: Phil Yang > > Remove the deprecated refcnt_atomic union fields in > rte_mbuf and rte_mbuf_ext_shared_info structures. > > Signed-off-by: Phil Yang > Reviewed-by: Ruifeng wang > Signed-off-by: Thomas Monjalon > --- > > v2: > - squashed > - removed deprecation notice >

[dpdk-dev] [PATCH v3] mbuf: remove atomic reference counters

2020-09-14 Thread Thomas Monjalon
From: Phil Yang Remove the deprecated refcnt_atomic union fields in rte_mbuf and rte_mbuf_ext_shared_info structures. Signed-off-by: Phil Yang Reviewed-by: Ruifeng wang Signed-off-by: Thomas Monjalon --- v2: - squashed - removed deprecation notice - updated release notes (in API s