DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
@ 2016-04-05  7:53 Fiona Trahe
  2016-04-05  8:47 ` Thomas Monjalon
  2016-04-06 11:05 ` [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Fiona Trahe
  0 siblings, 2 replies; 13+ messages in thread
From: Fiona Trahe @ 2016-04-05  7:53 UTC (permalink / raw)
  To: dev; +Cc: Declan.doherty, Fiona Trahe

The cryptodev API was introduced in the DPDK 2.2 release.
Since then it has
 - been reviewed and iterated for the DPDK 16.04 release
 - had extensive use by the l2fwd-crypto app,
			the ipsec-secgw example app,
			the test app.
We believe it is now stable and the EXPERIMENTAL label should be removed.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
---
 MAINTAINERS                          | 2 +-
 config/common_base                   | 1 -
 lib/librte_cryptodev/rte_cryptodev.h | 2 --
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 85d72ca..a7570cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -231,7 +231,7 @@ M: Thomas Monjalon <thomas.monjalon@6wind.com>
 F: lib/librte_ether/
 F: scripts/test-null.sh
 
-Crypto API - EXPERIMENTAL
+Crypto API
 M: Declan Doherty <declan.doherty@intel.com>
 F: lib/librte_cryptodev/
 F: app/test/test_cryptodev*
diff --git a/config/common_base b/config/common_base
index abd6a64..0124e86 100644
--- a/config/common_base
+++ b/config/common_base
@@ -327,7 +327,6 @@ CONFIG_RTE_PMD_PACKET_PREFETCH=y
 
 #
 # Compile generic crypto device library
-# EXPERIMENTAL: API may change without prior notice
 #
 CONFIG_RTE_LIBRTE_CRYPTODEV=y
 CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h
index b599c95..1427dcf 100644
--- a/lib/librte_cryptodev/rte_cryptodev.h
+++ b/lib/librte_cryptodev/rte_cryptodev.h
@@ -40,8 +40,6 @@
  * Defines RTE Crypto Device APIs for the provisioning of cipher and
  * authentication operations.
  *
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  */
 
 #ifdef __cplusplus
-- 
2.1.0

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
  2016-04-05  7:53 [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Fiona Trahe
@ 2016-04-05  8:47 ` Thomas Monjalon
  2016-04-05  9:48   ` Trahe, Fiona
  2016-04-06 11:05 ` [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Fiona Trahe
  1 sibling, 1 reply; 13+ messages in thread
From: Thomas Monjalon @ 2016-04-05  8:47 UTC (permalink / raw)
  To: Fiona Trahe; +Cc: dev, Declan.doherty

2016-04-05 08:53, Fiona Trahe:
> The cryptodev API was introduced in the DPDK 2.2 release.
> Since then it has
>  - been reviewed and iterated for the DPDK 16.04 release
>  - had extensive use by the l2fwd-crypto app,
> 			the ipsec-secgw example app,
> 			the test app.
> We believe it is now stable and the EXPERIMENTAL label should be removed.

Are you sure sure? :)
It means you will try hard to not change the API anymore
or you'll need a deprecation notice strongly agreed (outside of your team).

>   * Defines RTE Crypto Device APIs for the provisioning of cipher and
>   * authentication operations.
>   *

This empty line can be removed.

> - * @b EXPERIMENTAL: this API may change without prior notice
> - *
>   */

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
  2016-04-05  8:47 ` Thomas Monjalon
@ 2016-04-05  9:48   ` Trahe, Fiona
  2016-04-05 10:11     ` Thomas Monjalon
  0 siblings, 1 reply; 13+ messages in thread
From: Trahe, Fiona @ 2016-04-05  9:48 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Doherty, Declan, Trahe, Fiona



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Tuesday, April 05, 2016 9:48 AM
> To: Trahe, Fiona
> Cc: dev@dpdk.org; Doherty, Declan
> Subject: Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
> 
> 2016-04-05 08:53, Fiona Trahe:
> > The cryptodev API was introduced in the DPDK 2.2 release.
> > Since then it has
> >  - been reviewed and iterated for the DPDK 16.04 release
> >  - had extensive use by the l2fwd-crypto app,
> > 			the ipsec-secgw example app,
> > 			the test app.
> > We believe it is now stable and the EXPERIMENTAL label should be removed.
> 
> Are you sure sure? :)
> It means you will try hard to not change the API anymore or you'll need a
> deprecation notice strongly agreed (outside of your team).
We're sure sure :)

> 
> >   * Defines RTE Crypto Device APIs for the provisioning of cipher and
> >   * authentication operations.
> >   *
> 
> This empty line can be removed.
> 
> > - * @b EXPERIMENTAL: this API may change without prior notice
> > - *
> >   */
A v2 without the empty line will follow shortly.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
  2016-04-05  9:48   ` Trahe, Fiona
@ 2016-04-05 10:11     ` Thomas Monjalon
  2016-04-05 13:29       ` [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_ Declan Doherty
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Monjalon @ 2016-04-05 10:11 UTC (permalink / raw)
  To: Trahe, Fiona; +Cc: dev, Doherty, Declan

2016-04-05 09:48, Trahe, Fiona:
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > 2016-04-05 08:53, Fiona Trahe:
> > > The cryptodev API was introduced in the DPDK 2.2 release.
> > > Since then it has
> > >  - been reviewed and iterated for the DPDK 16.04 release
> > >  - had extensive use by the l2fwd-crypto app,
> > > 			the ipsec-secgw example app,
> > > 			the test app.
> > > We believe it is now stable and the EXPERIMENTAL label should be removed.
> > 
> > Are you sure sure? :)
> > It means you will try hard to not change the API anymore or you'll need a
> > deprecation notice strongly agreed (outside of your team).
> 
> We're sure sure :)

I think we could change the namespace before making this API stable.
What about using a dpdk_ prefix instead of rte_ ?
(and some macros have CRYPTODEV or CDEV prefixes)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_
  2016-04-05 10:11     ` Thomas Monjalon
@ 2016-04-05 13:29       ` Declan Doherty
  2016-04-05 14:03         ` Ananyev, Konstantin
  0 siblings, 1 reply; 13+ messages in thread
From: Declan Doherty @ 2016-04-05 13:29 UTC (permalink / raw)
  To: dev

I'd like people opinion of Thomas proposal to have all new libraries use 
a dpdk_ prefix instead of rte_*. Although I agree that dpdk_ would 
probably make sense, I don't like the ascetics of inconsistent prefixes 
on dpdk libraries. Any comments?




2016-04-05 09:48, Trahe, Fiona:
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > 2016-04-05 08:53, Fiona Trahe:
> > > The cryptodev API was introduced in the DPDK 2.2 release.
> > > Since then it has
> > >  - been reviewed and iterated for the DPDK 16.04 release
> > >  - had extensive use by the l2fwd-crypto app,
> > > 			the ipsec-secgw example app,
> > > 			the test app.
> > > We believe it is now stable and the EXPERIMENTAL label should be removed.
> >
> > Are you sure sure? :)
> > It means you will try hard to not change the API anymore or you'll need a
> > deprecation notice strongly agreed (outside of your team).
>
> We're sure sure :)

I think we could change the namespace before making this API stable.
What about using a dpdk_ prefix instead of rte_ ?
(and some macros have CRYPTODEV or CDEV prefixes)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_
  2016-04-05 13:29       ` [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_ Declan Doherty
@ 2016-04-05 14:03         ` Ananyev, Konstantin
  2016-04-05 14:22           ` Thomas Monjalon
  2016-04-05 16:45           ` Wiles, Keith
  0 siblings, 2 replies; 13+ messages in thread
From: Ananyev, Konstantin @ 2016-04-05 14:03 UTC (permalink / raw)
  To: Doherty, Declan, dev


> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty
> Sent: Tuesday, April 05, 2016 2:29 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_
> 
> I'd like people opinion of Thomas proposal to have all new libraries use
> a dpdk_ prefix instead of rte_*. Although I agree that dpdk_ would
> probably make sense, I don't like the ascetics of inconsistent prefixes
> on dpdk libraries. Any comments?

I suppose it is a bit strange to have rte_ prefix for one set of libraries,
and dpdk_ prefix for others.
If we'd decide to change the prefix, then my vote would be to do
that for all dpdk libraries at once.       
BTW, why do we need to change it at all?
'rte_' is probably not the best one, but at least it is well known/used.
Konstantin 

> 
> 
> 
> 
> 2016-04-05 09:48, Trahe, Fiona:
> > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > > 2016-04-05 08:53, Fiona Trahe:
> > > > The cryptodev API was introduced in the DPDK 2.2 release.
> > > > Since then it has
> > > >  - been reviewed and iterated for the DPDK 16.04 release
> > > >  - had extensive use by the l2fwd-crypto app,
> > > > 			the ipsec-secgw example app,
> > > > 			the test app.
> > > > We believe it is now stable and the EXPERIMENTAL label should be removed.
> > >
> > > Are you sure sure? :)
> > > It means you will try hard to not change the API anymore or you'll need a
> > > deprecation notice strongly agreed (outside of your team).
> >
> > We're sure sure :)
> 
> I think we could change the namespace before making this API stable.
> What about using a dpdk_ prefix instead of rte_ ?
> (and some macros have CRYPTODEV or CDEV prefixes)
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_
  2016-04-05 14:03         ` Ananyev, Konstantin
@ 2016-04-05 14:22           ` Thomas Monjalon
  2016-04-05 16:45           ` Wiles, Keith
  1 sibling, 0 replies; 13+ messages in thread
From: Thomas Monjalon @ 2016-04-05 14:22 UTC (permalink / raw)
  To: Ananyev, Konstantin; +Cc: dev, Doherty, Declan

Thanks for commenting and making the debate alive :)

2016-04-05 14:03, Ananyev, Konstantin:
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty
> > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > > I think we could change the namespace before making this API stable.
> > > What about using a dpdk_ prefix instead of rte_ ?
> > 
> > I'd like people opinion of Thomas proposal to have all new libraries use
> > a dpdk_ prefix instead of rte_*. Although I agree that dpdk_ would
> > probably make sense, I don't like the ascetics of inconsistent prefixes
> > on dpdk libraries. Any comments?
> 
> I suppose it is a bit strange to have rte_ prefix for one set of libraries,
> and dpdk_ prefix for others.

Don't you think it is strange to have a prefix not related with
the public project name?
Is it strange to have some functions without any prefix at all?
(examples in rte_ether.h)

> If we'd decide to change the prefix, then my vote would be to do
> that for all dpdk libraries at once.
> BTW, why do we need to change it at all?
> 'rte_' is probably not the best one, but at least it is well known/used.

Well known, really? The question is how large is the audience we target.
Please see my other email: http://dpdk.org/ml/archives/dev/2016-April/037048.html

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_
  2016-04-05 14:03         ` Ananyev, Konstantin
  2016-04-05 14:22           ` Thomas Monjalon
@ 2016-04-05 16:45           ` Wiles, Keith
  1 sibling, 0 replies; 13+ messages in thread
From: Wiles, Keith @ 2016-04-05 16:45 UTC (permalink / raw)
  To: Ananyev, Konstantin, Doherty, Declan, dev

>
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty
>> Sent: Tuesday, April 05, 2016 2:29 PM
>> To: dev@dpdk.org
>> Subject: [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_
>> 
>> I'd like people opinion of Thomas proposal to have all new libraries use
>> a dpdk_ prefix instead of rte_*. Although I agree that dpdk_ would
>> probably make sense, I don't like the ascetics of inconsistent prefixes
>> on dpdk libraries. Any comments?
>
>I suppose it is a bit strange to have rte_ prefix for one set of libraries,
>and dpdk_ prefix for others.
>If we'd decide to change the prefix, then my vote would be to do
>that for all dpdk libraries at once.       
>BTW, why do we need to change it at all?
>'rte_' is probably not the best one, but at least it is well known/used.
>Konstantin

I agree with Thomas as a Type One like person I would like to change it too, but think Konstantin’s point is very valid and we do not need to change existing APIs. I could live with changing the new libraries only, but then we get into the multiple prefixes problem :-(
> 
>
>> 
>> 
>> 
>> 
>> 2016-04-05 09:48, Trahe, Fiona:
>> > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
>> > > 2016-04-05 08:53, Fiona Trahe:
>> > > > The cryptodev API was introduced in the DPDK 2.2 release.
>> > > > Since then it has
>> > > >  - been reviewed and iterated for the DPDK 16.04 release
>> > > >  - had extensive use by the l2fwd-crypto app,
>> > > > 			the ipsec-secgw example app,
>> > > > 			the test app.
>> > > > We believe it is now stable and the EXPERIMENTAL label should be removed.
>> > >
>> > > Are you sure sure? :)
>> > > It means you will try hard to not change the API anymore or you'll need a
>> > > deprecation notice strongly agreed (outside of your team).
>> >
>> > We're sure sure :)
>> 
>> I think we could change the namespace before making this API stable.
>> What about using a dpdk_ prefix instead of rte_ ?
>> (and some macros have CRYPTODEV or CDEV prefixes)
>> 
>
>


Regards,
Keith





^ permalink raw reply	[flat|nested] 13+ messages in thread

* [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
  2016-04-05  7:53 [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Fiona Trahe
  2016-04-05  8:47 ` Thomas Monjalon
@ 2016-04-06 11:05 ` Fiona Trahe
  2016-04-06 16:37   ` Thomas Monjalon
  1 sibling, 1 reply; 13+ messages in thread
From: Fiona Trahe @ 2016-04-06 11:05 UTC (permalink / raw)
  To: dev; +Cc: Declan.doherty, Fiona Trahe

The cryptodev API was introduced in the DPDK 2.2 release.
Since then it has
 - been reviewed and iterated for the DPDK 16.04 release
 - had extensive use by the l2fwd-crypto app,
			the ipsec-secgw example app,
			the test app.
We believe it is now stable and the EXPERIMENTAL label should be removed.

v2:
- remove extra empty line

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
---
 MAINTAINERS                          | 2 +-
 config/common_base                   | 1 -
 lib/librte_cryptodev/rte_cryptodev.h | 3 ---
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 85d72ca..a7570cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -231,7 +231,7 @@ M: Thomas Monjalon <thomas.monjalon@6wind.com>
 F: lib/librte_ether/
 F: scripts/test-null.sh
 
-Crypto API - EXPERIMENTAL
+Crypto API
 M: Declan Doherty <declan.doherty@intel.com>
 F: lib/librte_cryptodev/
 F: app/test/test_cryptodev*
diff --git a/config/common_base b/config/common_base
index abd6a64..0124e86 100644
--- a/config/common_base
+++ b/config/common_base
@@ -327,7 +327,6 @@ CONFIG_RTE_PMD_PACKET_PREFETCH=y
 
 #
 # Compile generic crypto device library
-# EXPERIMENTAL: API may change without prior notice
 #
 CONFIG_RTE_LIBRTE_CRYPTODEV=y
 CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h
index 568ffbb..d47f1e8 100644
--- a/lib/librte_cryptodev/rte_cryptodev.h
+++ b/lib/librte_cryptodev/rte_cryptodev.h
@@ -39,9 +39,6 @@
  *
  * Defines RTE Crypto Device APIs for the provisioning of cipher and
  * authentication operations.
- *
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  */
 
 #ifdef __cplusplus
-- 
2.1.0

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
  2016-04-06 11:05 ` [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Fiona Trahe
@ 2016-04-06 16:37   ` Thomas Monjalon
  2016-04-06 16:46     ` Trahe, Fiona
  2016-04-06 17:07     ` Thomas Monjalon
  0 siblings, 2 replies; 13+ messages in thread
From: Thomas Monjalon @ 2016-04-06 16:37 UTC (permalink / raw)
  To: Fiona Trahe; +Cc: dev, Declan.doherty

2016-04-06 12:05, Fiona Trahe:
> The cryptodev API was introduced in the DPDK 2.2 release.
> Since then it has
>  - been reviewed and iterated for the DPDK 16.04 release
>  - had extensive use by the l2fwd-crypto app,
> 			the ipsec-secgw example app,
> 			the test app.
> We believe it is now stable and the EXPERIMENTAL label should be removed.

I thought it was a good idea to use a dpdk_ prefix in this new "stable" lib,
but it appears that almost everybody is against having a mix of prefixes.

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

> v2:

The v2 is missing in the title (option -v2 in git).

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
  2016-04-06 16:37   ` Thomas Monjalon
@ 2016-04-06 16:46     ` Trahe, Fiona
  2016-04-06 16:49       ` Thomas Monjalon
  2016-04-06 17:07     ` Thomas Monjalon
  1 sibling, 1 reply; 13+ messages in thread
From: Trahe, Fiona @ 2016-04-06 16:46 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Doherty, Declan



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Wednesday, April 06, 2016 5:37 PM
> To: Trahe, Fiona
> Cc: dev@dpdk.org; Doherty, Declan
> Subject: Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
> 
> 2016-04-06 12:05, Fiona Trahe:
> > The cryptodev API was introduced in the DPDK 2.2 release.
> > Since then it has
> >  - been reviewed and iterated for the DPDK 16.04 release
> >  - had extensive use by the l2fwd-crypto app,
> > 			the ipsec-secgw example app,
> > 			the test app.
> > We believe it is now stable and the EXPERIMENTAL label should be removed.
> 
> I thought it was a good idea to use a dpdk_ prefix in this new "stable" lib, but it
> appears that almost everybody is against having a mix of prefixes.
> 
> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> > v2:
> 
> The v2 is missing in the title (option -v2 in git).
Sorry :(
Do  you want me to resend with updated subject?

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
  2016-04-06 16:46     ` Trahe, Fiona
@ 2016-04-06 16:49       ` Thomas Monjalon
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Monjalon @ 2016-04-06 16:49 UTC (permalink / raw)
  To: Trahe, Fiona; +Cc: dev, Doherty, Declan

2016-04-06 16:46, Trahe, Fiona:
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > > v2:
> > 
> > The v2 is missing in the title (option -v2 in git).
> Sorry :(
> Do  you want me to resend with updated subject?

No, it was just for information for next times.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label
  2016-04-06 16:37   ` Thomas Monjalon
  2016-04-06 16:46     ` Trahe, Fiona
@ 2016-04-06 17:07     ` Thomas Monjalon
  1 sibling, 0 replies; 13+ messages in thread
From: Thomas Monjalon @ 2016-04-06 17:07 UTC (permalink / raw)
  To: Fiona Trahe; +Cc: dev, Declan.doherty

> > The cryptodev API was introduced in the DPDK 2.2 release.
> > Since then it has
> >  - been reviewed and iterated for the DPDK 16.04 release
> >  - had extensive use by the l2fwd-crypto app,
> > 			the ipsec-secgw example app,
> > 			the test app.
> > We believe it is now stable and the EXPERIMENTAL label should be removed.
> 
> I thought it was a good idea to use a dpdk_ prefix in this new "stable" lib,
> but it appears that almost everybody is against having a mix of prefixes.
> 
> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-04-06 17:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-05  7:53 [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Fiona Trahe
2016-04-05  8:47 ` Thomas Monjalon
2016-04-05  9:48   ` Trahe, Fiona
2016-04-05 10:11     ` Thomas Monjalon
2016-04-05 13:29       ` [dpdk-dev] Change new libraries to have dpdk_ prefix instead of rte_ Declan Doherty
2016-04-05 14:03         ` Ananyev, Konstantin
2016-04-05 14:22           ` Thomas Monjalon
2016-04-05 16:45           ` Wiles, Keith
2016-04-06 11:05 ` [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Fiona Trahe
2016-04-06 16:37   ` Thomas Monjalon
2016-04-06 16:46     ` Trahe, Fiona
2016-04-06 16:49       ` Thomas Monjalon
2016-04-06 17:07     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).