[dpdk-dev] [PATCH v9 12/12] abi: fix v2.1 abi broken issue

Stephen Hemminger shemming at brocade.com
Mon Jun 1 16:11:12 CEST 2015


On Fri, 29 May 2015 16:45:25 +0800
Cunming Liang <cunming.liang at intel.com> wrote:

> RTE_EAL_RX_INTR will be removed from v2.2. It's only used to avoid ABI(unannounced) broken in v2.1.
> The usrs should make sure understand the impact before turning on the feature.
> There are two abi changes required in this interrupt patch set.
> They're 1) struct rte_intr_handle; 2) struct rte_intr_conf.
> 
> Signed-off-by: Cunming Liang <cunming.liang at intel.com>
> ---

While merging for testing I discovered another minor issue.

The patch order here is a problem. The intermediate steps won't build  until
this last patch is applied.

In order to allow git bisect to be useful, it is important that every commit
done in the upstream version build and work. This series does not seem to
build until this last patch is applied. Maybe it should just be first?


More information about the dev mailing list