* Re: [PATCH] doc: announce crypto structures rework
2017-04-28 18:06 [PATCH] doc: announce crypto structures rework Pablo de Lara
@ 2017-05-02 9:46 ` Mcnamara, John
2017-05-05 15:33 ` Declan Doherty
2017-05-09 9:59 ` Jerin Jacob
2 siblings, 0 replies; 7+ messages in thread
From: Mcnamara, John @ 2017-05-02 9:46 UTC (permalink / raw)
To: De Lara Guarch, Pablo, dev@dpdk.org
Cc: Doherty, Declan, akhil.goyal@nxp.com, hemant.agrawal@nxp.com,
zbigniew.bodek@caviumnetworks.com, jerin.jacob@caviumnetworks.com,
De Lara Guarch, Pablo
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Friday, April 28, 2017 7:07 PM
> To: dev@dpdk.org
> Cc: Doherty, Declan <declan.doherty@intel.com>; akhil.goyal@nxp.com;
> hemant.agrawal@nxp.com; zbigniew.bodek@caviumnetworks.com;
> jerin.jacob@caviumnetworks.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: announce crypto structures rework
>
> The current crypto operation and symmetric crypto operation structures
> will be reworked for correctness and improvement, reducing also their
> sizes, to fit into less cache lines, as stated in the following RFC:
>
> http://dpdk.org/dev/patchwork/patch/24011/
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] doc: announce crypto structures rework
2017-04-28 18:06 [PATCH] doc: announce crypto structures rework Pablo de Lara
2017-05-02 9:46 ` Mcnamara, John
@ 2017-05-05 15:33 ` Declan Doherty
2017-05-08 13:56 ` Trahe, Fiona
2017-05-09 9:59 ` Jerin Jacob
2 siblings, 1 reply; 7+ messages in thread
From: Declan Doherty @ 2017-05-05 15:33 UTC (permalink / raw)
To: De Lara Guarch, Pablo, dev@dpdk.org
Cc: akhil.goyal@nxp.com, hemant.agrawal@nxp.com,
zbigniew.bodek@caviumnetworks.com, jerin.jacob@caviumnetworks.com
On 28/04/2017 7:06 PM, De Lara Guarch, Pablo wrote:
> The current crypto operation and symmetric crypto operation
> structures will be reworked for correctness and improvement,
> reducing also their sizes, to fit into less cache lines,
> as stated in the following RFC:
>
> http://dpdk.org/dev/patchwork/patch/24011/
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index a3e7c72..6045557 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -81,3 +81,6 @@ Deprecation Notices
>
> - ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get``
> - ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set``
> +
> +* cryptodev: the structures ``rte_crypto_op``, ``rte_crypto_sym_op`` and ``rte_crypto_sym_xform``
> + will be restructured in 17.08, for correctness and improvement.
>
Acked-by: Declan Doherty <declan.doherty@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] doc: announce crypto structures rework
2017-05-05 15:33 ` Declan Doherty
@ 2017-05-08 13:56 ` Trahe, Fiona
2017-05-08 14:59 ` Hemant Agrawal
0 siblings, 1 reply; 7+ messages in thread
From: Trahe, Fiona @ 2017-05-08 13:56 UTC (permalink / raw)
To: Doherty, Declan, De Lara Guarch, Pablo, dev@dpdk.org
Cc: akhil.goyal@nxp.com, hemant.agrawal@nxp.com,
zbigniew.bodek@caviumnetworks.com, jerin.jacob@caviumnetworks.com
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty
> Sent: Friday, May 5, 2017 4:34 PM
> To: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; dev@dpdk.org
> Cc: akhil.goyal@nxp.com; hemant.agrawal@nxp.com;
> zbigniew.bodek@caviumnetworks.com; jerin.jacob@caviumnetworks.com
> Subject: Re: [dpdk-dev] [PATCH] doc: announce crypto structures rework
>
> On 28/04/2017 7:06 PM, De Lara Guarch, Pablo wrote:
> > The current crypto operation and symmetric crypto operation
> > structures will be reworked for correctness and improvement,
> > reducing also their sizes, to fit into less cache lines,
> > as stated in the following RFC:
> >
> > http://dpdk.org/dev/patchwork/patch/24011/
> >
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> > ---
> > doc/guides/rel_notes/deprecation.rst | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> > index a3e7c72..6045557 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -81,3 +81,6 @@ Deprecation Notices
> >
> > - ``rte_crpytodev_scheduler_mode_get``, replaced by
> ``rte_cryptodev_scheduler_mode_get``
> > - ``rte_crpytodev_scheduler_mode_set``, replaced by
> ``rte_cryptodev_scheduler_mode_set``
> > +
> > +* cryptodev: the structures ``rte_crypto_op``, ``rte_crypto_sym_op`` and
> ``rte_crypto_sym_xform``
> > + will be restructured in 17.08, for correctness and improvement.
> >
>
> Acked-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] doc: announce crypto structures rework
2017-05-08 13:56 ` Trahe, Fiona
@ 2017-05-08 14:59 ` Hemant Agrawal
2017-05-11 0:55 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Hemant Agrawal @ 2017-05-08 14:59 UTC (permalink / raw)
To: Trahe, Fiona, Doherty, Declan, De Lara Guarch, Pablo,
dev@dpdk.org
Cc: akhil.goyal@nxp.com, zbigniew.bodek@caviumnetworks.com,
jerin.jacob@caviumnetworks.com
On 5/8/2017 7:26 PM, Trahe, Fiona wrote:
>
>
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty
>> Sent: Friday, May 5, 2017 4:34 PM
>> To: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; dev@dpdk.org
>> Cc: akhil.goyal@nxp.com; hemant.agrawal@nxp.com;
>> zbigniew.bodek@caviumnetworks.com; jerin.jacob@caviumnetworks.com
>> Subject: Re: [dpdk-dev] [PATCH] doc: announce crypto structures rework
>>
>> On 28/04/2017 7:06 PM, De Lara Guarch, Pablo wrote:
>>> The current crypto operation and symmetric crypto operation
>>> structures will be reworked for correctness and improvement,
>>> reducing also their sizes, to fit into less cache lines,
>>> as stated in the following RFC:
>>>
>>> http://dpdk.org/dev/patchwork/patch/24011/
>>>
>>> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
>>> ---
>>> doc/guides/rel_notes/deprecation.rst | 3 +++
>>> 1 file changed, 3 insertions(+)
>>>
>>> diff --git a/doc/guides/rel_notes/deprecation.rst
>> b/doc/guides/rel_notes/deprecation.rst
>>> index a3e7c72..6045557 100644
>>> --- a/doc/guides/rel_notes/deprecation.rst
>>> +++ b/doc/guides/rel_notes/deprecation.rst
>>> @@ -81,3 +81,6 @@ Deprecation Notices
>>>
>>> - ``rte_crpytodev_scheduler_mode_get``, replaced by
>> ``rte_cryptodev_scheduler_mode_get``
>>> - ``rte_crpytodev_scheduler_mode_set``, replaced by
>> ``rte_cryptodev_scheduler_mode_set``
>>> +
>>> +* cryptodev: the structures ``rte_crypto_op``, ``rte_crypto_sym_op`` and
>> ``rte_crypto_sym_xform``
>>> + will be restructured in 17.08, for correctness and improvement.
>>>
>>
>> Acked-by: Declan Doherty <declan.doherty@intel.com>
> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] doc: announce crypto structures rework
2017-05-08 14:59 ` Hemant Agrawal
@ 2017-05-11 0:55 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2017-05-11 0:55 UTC (permalink / raw)
To: De Lara Guarch, Pablo
Cc: dev, Hemant Agrawal, Trahe, Fiona, Doherty, Declan, akhil.goyal,
zbigniew.bodek, jerin.jacob
> >>> The current crypto operation and symmetric crypto operation
> >>> structures will be reworked for correctness and improvement,
> >>> reducing also their sizes, to fit into less cache lines,
> >>> as stated in the following RFC:
> >>>
> >>> http://dpdk.org/dev/patchwork/patch/24011/
> >>>
> >>> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> >>
> >> Acked-by: Declan Doherty <declan.doherty@intel.com>
> > Acked-by: Fiona Trahe <fiona.trahe@intel.com>
>
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Applied, thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] doc: announce crypto structures rework
2017-04-28 18:06 [PATCH] doc: announce crypto structures rework Pablo de Lara
2017-05-02 9:46 ` Mcnamara, John
2017-05-05 15:33 ` Declan Doherty
@ 2017-05-09 9:59 ` Jerin Jacob
2 siblings, 0 replies; 7+ messages in thread
From: Jerin Jacob @ 2017-05-09 9:59 UTC (permalink / raw)
To: Pablo de Lara
Cc: dev, declan.doherty, akhil.goyal, hemant.agrawal, zbigniew.bodek
-----Original Message-----
> Date: Fri, 28 Apr 2017 19:06:44 +0100
> From: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> To: dev@dpdk.org
> CC: declan.doherty@intel.com, akhil.goyal@nxp.com, hemant.agrawal@nxp.com,
> zbigniew.bodek@caviumnetworks.com, jerin.jacob@caviumnetworks.com, Pablo
> de Lara <pablo.de.lara.guarch@intel.com>
> Subject: [PATCH] doc: announce crypto structures rework
> X-Mailer: git-send-email 2.7.4
>
> The current crypto operation and symmetric crypto operation
> structures will be reworked for correctness and improvement,
> reducing also their sizes, to fit into less cache lines,
> as stated in the following RFC:
>
> http://dpdk.org/dev/patchwork/patch/24011/
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index a3e7c72..6045557 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -81,3 +81,6 @@ Deprecation Notices
>
> - ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get``
> - ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set``
> +
> +* cryptodev: the structures ``rte_crypto_op``, ``rte_crypto_sym_op`` and ``rte_crypto_sym_xform``
> + will be restructured in 17.08, for correctness and improvement.
> --
> 2.7.4
>
^ permalink raw reply [flat|nested] 7+ messages in thread