Re: [PATCH v4] doc: announce changes in bbdev related to enum extension

2022-07-17 Thread Thomas Monjalon
09/06/2022 02:34, Nicolas Chautru: > Intent to resolve in DPDK 22.11 historical usage which prevents > graceful extension of enum and API without troublesome ABI breakage > as well as extending API RTE_BBDEV_OP_FFT for new operation type > in bbdev as well as other new members in existing structure

Re: [PATCH v4] doc: announce changes in bbdev related to enum extension

2022-07-05 Thread Bruce Richardson
On Wed, Jun 08, 2022 at 05:34:30PM -0700, Nicolas Chautru wrote: > Intent to resolve in DPDK 22.11 historical usage which prevents > graceful extension of enum and API without troublesome ABI breakage > as well as extending API RTE_BBDEV_OP_FFT for new operation type > in bbdev as well as other new

RE: [PATCH v4] doc: announce changes in bbdev related to enum extension

2022-06-30 Thread Chautru, Nicolas
nt.agra...@nxp.com; > david.march...@redhat.com; step...@networkplumber.org; Maxime > Coquelin ; gak...@marvell.com > Subject: RE: [PATCH v4] doc: announce changes in bbdev related to enum > extension > > Hi Thomas, > Kind reminder on this one. > Thanks > Nic > > >

RE: [PATCH v4] doc: announce changes in bbdev related to enum extension

2022-06-27 Thread Chautru, Nicolas
d.march...@redhat.com; step...@networkplumber.org; Maxime > Coquelin ; gak...@marvell.com > Subject: RE: [PATCH v4] doc: announce changes in bbdev related to enum > extension > > Hi Thomas, > Can this one be applied based on your review? > Thanks > Nic > > > -Ori

RE: [PATCH v4] doc: announce changes in bbdev related to enum extension

2022-06-17 Thread Chautru, Nicolas
, Ray ; Richardson, Bruce > ; hemant.agra...@nxp.com; > david.march...@redhat.com; step...@networkplumber.org > Subject: Re: [PATCH v4] doc: announce changes in bbdev related to enum > extension > > Hi Nicolas, > > On 6/9/22 02:34, Nicolas Chautru wrote: > > Intent

Re: [PATCH v4] doc: announce changes in bbdev related to enum extension

2022-06-09 Thread Maxime Coquelin
Hi Nicolas, On 6/9/22 02:34, Nicolas Chautru wrote: Intent to resolve in DPDK 22.11 historical usage which prevents graceful extension of enum and API without troublesome ABI breakage as well as extending API RTE_BBDEV_OP_FFT for new operation type in bbdev as well as other new members in existi

RE: [PATCH v4] doc: announce changes in bbdev related to enum extension

2022-06-08 Thread Hemant Agrawal
rawal ; > david.march...@redhat.com; step...@networkplumber.org; Nicolas > Chautru > Subject: [PATCH v4] doc: announce changes in bbdev related to enum > extension > Importance: High > > Intent to resolve in DPDK 22.11 historical usage which prevents graceful > extension of enu

[PATCH v4] doc: announce changes in bbdev related to enum extension

2022-06-08 Thread Nicolas Chautru
Intent to resolve in DPDK 22.11 historical usage which prevents graceful extension of enum and API without troublesome ABI breakage as well as extending API RTE_BBDEV_OP_FFT for new operation type in bbdev as well as other new members in existing structures. Signed-off-by: Nicolas Chautru --- do

[PATCH v4] doc: announce changes in bbdev related to enum extension

2022-06-08 Thread Nicolas Chautru
v4: correcting typo. Hemant, Maxime kindly review/ack. v3: being more explicit wrt the list of intended changes for 22.11 v2: indentation fix Realizing when submitting new bbdev operation in this patch (https://patchwork.dpdk.org/project/dpdk/list/?series=22111) that this is not workable in pract