On 9/2/2020 10:59 AM, David Marchand wrote: > Now that we have the internal tag, let's avoid confusion with exported > symbols in common drivers that were using the experimental tag as a > workaround. > There is also no need to put internal API symbols in the public stable > ABI. > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- > Note: I noticed a patch from Haiyue for iavf. > I am fine with reposting per driver, but it seems worth a tree-wide > change from my pov. > > --- > drivers/common/cpt/cpt_pmd_ops_helper.h | 8 +++++--- > drivers/common/cpt/rte_common_cpt_version.map | 13 +++---------- > drivers/common/iavf/iavf_prototype.h | 8 ++++++++ > drivers/common/iavf/rte_common_iavf_version.map | 2 +-
iavf one sent as separate patch [1] and applied to next-net [2]. [1] https://patches.dpdk.org/patch/75564/ [2] https://git.dpdk.org/next/dpdk-next-net/commit/?h=main&id=f59221bda2ad1f7aa118dc41d6bac4bd3a3d4654 > drivers/common/mvep/rte_common_mvep_version.map | 2 +- > drivers/common/mvep/rte_mvep_common.h | 3 +++ > drivers/common/octeontx/octeontx_mbox.h | 5 +++++ > .../common/octeontx/rte_common_octeontx_version.map | 2 +- > 8 files changed, 27 insertions(+), 16 deletions(-) <...>