2016-07-06 12:26, Ferruh Yigit:
> On 6/20/2016 3:40 PM, Pablo de Lara wrote:
> >  enum rte_cryptodev_type {
> >     RTE_CRYPTODEV_NULL_PMD = 1,     /**< Null crypto PMD */
> >     RTE_CRYPTODEV_AESNI_GCM_PMD,    /**< AES-NI GCM PMD */
> >     RTE_CRYPTODEV_AESNI_MB_PMD,     /**< AES-NI multi buffer PMD */
> > +   RTE_CRYPTODEV_KASUMI_PMD,       /**< KASUMI PMD */
> Does adding new field into middle cause a ABI breakage?
> Since now value of below fields changed.
> 
> Btw, librte_cryptodev is not listed in release notes, "shared library
> versions" section, not sure if this is intentional.

Good catch!
Now that crypto is not experimental anymore, we must add cryptodev in
release notes. librte_pdump is also missing in this list.

Reply via email to