DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH v2] update roadmap for 18.11
@ 2018-09-11 15:44 Marko Kovacevic
  2018-09-11 16:06 ` Ferruh Yigit
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Marko Kovacevic @ 2018-09-11 15:44 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit, john.mcnamara, Marko Kovacevic

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>

---

V2:  Removed feature that was merged into 18.08
---
 content/roadmap/_index.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 166bf4a..5451767 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -19,10 +19,20 @@ This list is obviously neither complete nor guaranteed.
 - failure handler for PCIE hardware hotplug
 - virtual device hotplug
 - tap and failsafe support in multi-process
-- SoftNIC support for NAT
 - eventdev ordered and atomic queues for DPAA2
 - libedit integration
 - noisy VNF forward mode in testpmd
+- Add Crypto Support to Packet Framework:
+- AES-CMAC Support in QAT PMD
+- FIPS Test Suite
+- QAT Compression PMD Enhancements
+- Compression Performance Test App
+- vDPA Sample Application
+- Add Classification and Metering Support to SoftNIC
+- Ability to use Externally Allocated Memory
+- Telemetry API
+- IPsec Library
+- Add Extended Table to Hash Library
 
 ### Nice to have - Future {#future}
 ----
-- 
2.9.5

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

* Re: [dpdk-web] [PATCH v2] update roadmap for 18.11
  2018-09-11 15:44 [dpdk-web] [PATCH v2] update roadmap for 18.11 Marko Kovacevic
@ 2018-09-11 16:06 ` Ferruh Yigit
  2018-09-11 17:53 ` Thomas Monjalon
  2018-09-12 10:59 ` [dpdk-web] [PATCH v3] " Marko Kovacevic
  2 siblings, 0 replies; 9+ messages in thread
From: Ferruh Yigit @ 2018-09-11 16:06 UTC (permalink / raw)
  To: Marko Kovacevic, web; +Cc: john.mcnamara

On 9/11/2018 4:44 PM, Marko Kovacevic wrote:
> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

* Re: [dpdk-web] [PATCH v2] update roadmap for 18.11
  2018-09-11 15:44 [dpdk-web] [PATCH v2] update roadmap for 18.11 Marko Kovacevic
  2018-09-11 16:06 ` Ferruh Yigit
@ 2018-09-11 17:53 ` Thomas Monjalon
  2018-09-12 10:59 ` [dpdk-web] [PATCH v3] " Marko Kovacevic
  2 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-09-11 17:53 UTC (permalink / raw)
  To: Marko Kovacevic; +Cc: web, ferruh.yigit, john.mcnamara

11/09/2018 17:44, Marko Kovacevic:
> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
> 
> ---
> 
> V2:  Removed feature that was merged into 18.08

Better to explain things in the commit log.
Proposal:

The NAT support was already integrated in DPDK 18.08.
The new features were announced in the dpdk-dev mailing list:
	http://mails.dpdk.org/archives/dev/2018-August/109986.html

Please use --in-reply-to when sending a new version.

Thanks

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

* [dpdk-web] [PATCH v3] update roadmap for 18.11
  2018-09-11 15:44 [dpdk-web] [PATCH v2] update roadmap for 18.11 Marko Kovacevic
  2018-09-11 16:06 ` Ferruh Yigit
  2018-09-11 17:53 ` Thomas Monjalon
@ 2018-09-12 10:59 ` Marko Kovacevic
  2018-09-12 12:41   ` [dpdk-web] [PATCH v4] update Intel " Thomas Monjalon
  2 siblings, 1 reply; 9+ messages in thread
From: Marko Kovacevic @ 2018-09-12 10:59 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit, john.mcnamara, Marko Kovacevic

The NAT support was already integrated in DPDK 18.08.
The new features were announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2018-August/109986.html

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>

---

V2:  Removed feature that was merged into 18.08

V3:  Updated commit message with better clarification
---
 content/roadmap/_index.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 166bf4a..5451767 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -19,10 +19,20 @@ This list is obviously neither complete nor guaranteed.
 - failure handler for PCIE hardware hotplug
 - virtual device hotplug
 - tap and failsafe support in multi-process
-- SoftNIC support for NAT
 - eventdev ordered and atomic queues for DPAA2
 - libedit integration
 - noisy VNF forward mode in testpmd
+- Add Crypto Support to Packet Framework:
+- AES-CMAC Support in QAT PMD
+- FIPS Test Suite
+- QAT Compression PMD Enhancements
+- Compression Performance Test App
+- vDPA Sample Application
+- Add Classification and Metering Support to SoftNIC
+- Ability to use Externally Allocated Memory
+- Telemetry API
+- IPsec Library
+- Add Extended Table to Hash Library
 
 ### Nice to have - Future {#future}
 ----
-- 
2.9.5

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

* [dpdk-web] [PATCH v4] update Intel roadmap for 18.11
  2018-09-12 10:59 ` [dpdk-web] [PATCH v3] " Marko Kovacevic
@ 2018-09-12 12:41   ` Thomas Monjalon
  2018-09-12 15:10     ` Ferruh Yigit
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Monjalon @ 2018-09-12 12:41 UTC (permalink / raw)
  To: marko.kovacevic; +Cc: web

From: Marko Kovacevic <marko.kovacevic@intel.com>

The NAT support was already integrated in DPDK 18.08.
The new features were announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2018-August/109986.html

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
---
v4: I have removed most of the upper-casing and words "add" and
"support", in order to make it shorter.
The items are also moved in order to keep the same kind of sorting
we use in the releases notes (EAL, ethdev, crypto, other libs, apps).
---
 content/roadmap/_index.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 166bf4a..c048100 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -11,6 +11,7 @@ This list is obviously neither complete nor guaranteed.
 ### Version 18.11 (2018 November) {#1811}
 ----
 - new device specification (devargs) syntax
+- ability to use externally allocated memory
 - power management: traffic pattern aware power control
 - add MPLS to rte_flow encapsulation API
 - add metadata matching in rte_flow API
@@ -19,10 +20,19 @@ This list is obviously neither complete nor guaranteed.
 - failure handler for PCIE hardware hotplug
 - virtual device hotplug
 - tap and failsafe support in multi-process
-- SoftNIC support for NAT
+- classification and metering in SoftNIC
+- IPsec library
+- crypto in Packet Framework
+- FIPS test suite
+- AES-CMAC in QAT
+- QAT compression enhancements
+- compression performance test app
 - eventdev ordered and atomic queues for DPAA2
+- extended table in hash library
+- telemetry API
 - libedit integration
 - noisy VNF forward mode in testpmd
+- vDPA sample application
 
 ### Nice to have - Future {#future}
 ----
-- 
2.18.0

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

* Re: [dpdk-web] [PATCH v4] update Intel roadmap for 18.11
  2018-09-12 12:41   ` [dpdk-web] [PATCH v4] update Intel " Thomas Monjalon
@ 2018-09-12 15:10     ` Ferruh Yigit
  2018-09-12 16:20       ` Thomas Monjalon
  0 siblings, 1 reply; 9+ messages in thread
From: Ferruh Yigit @ 2018-09-12 15:10 UTC (permalink / raw)
  To: Thomas Monjalon, marko.kovacevic; +Cc: web

On 9/12/2018 1:41 PM, Thomas Monjalon wrote:
> From: Marko Kovacevic <marko.kovacevic@intel.com>
> 
> The NAT support was already integrated in DPDK 18.08.
> The new features were announced in the dpdk-dev mailing list:
> http://mails.dpdk.org/archives/dev/2018-August/109986.html
> 
> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
> Acked-by: Thomas Monjalon <thomas@monjalon.net>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

> v4: I have removed most of the upper-casing and words "add" and
> "support", in order to make it shorter.
> The items are also moved in order to keep the same kind of sorting
> we use in the releases notes (EAL, ethdev, crypto, other libs, apps).

Those were copy-paste from Intel Roadmap mail, changing them adds confusion
about if they are same thing in Roadmap item or not and slows down the updates.
I would prefer original ones but both are OK.

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

* Re: [dpdk-web] [PATCH v4] update Intel roadmap for 18.11
  2018-09-12 15:10     ` Ferruh Yigit
@ 2018-09-12 16:20       ` Thomas Monjalon
  2018-09-12 16:47         ` Ferruh Yigit
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Monjalon @ 2018-09-12 16:20 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: marko.kovacevic, web

12/09/2018 17:10, Ferruh Yigit:
> On 9/12/2018 1:41 PM, Thomas Monjalon wrote:
> > From: Marko Kovacevic <marko.kovacevic@intel.com>
> > 
> > The NAT support was already integrated in DPDK 18.08.
> > The new features were announced in the dpdk-dev mailing list:
> > http://mails.dpdk.org/archives/dev/2018-August/109986.html
> > 
> > Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
> > Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> > v4: I have removed most of the upper-casing and words "add" and
> > "support", in order to make it shorter.
> > The items are also moved in order to keep the same kind of sorting
> > we use in the releases notes (EAL, ethdev, crypto, other libs, apps).
> 
> Those were copy-paste from Intel Roadmap mail, changing them adds confusion
> about if they are same thing in Roadmap item or not and slows down the updates.

Which change are you referring as adding confusion?
	- lowercase?
	- remove some verbs?
	- sorting list?

> I would prefer original ones but both are OK.

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

* Re: [dpdk-web] [PATCH v4] update Intel roadmap for 18.11
  2018-09-12 16:20       ` Thomas Monjalon
@ 2018-09-12 16:47         ` Ferruh Yigit
  2018-10-16  9:18           ` Thomas Monjalon
  0 siblings, 1 reply; 9+ messages in thread
From: Ferruh Yigit @ 2018-09-12 16:47 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: marko.kovacevic, web

On 9/12/2018 5:20 PM, Thomas Monjalon wrote:
> 12/09/2018 17:10, Ferruh Yigit:
>> On 9/12/2018 1:41 PM, Thomas Monjalon wrote:
>>> From: Marko Kovacevic <marko.kovacevic@intel.com>
>>>
>>> The NAT support was already integrated in DPDK 18.08.
>>> The new features were announced in the dpdk-dev mailing list:
>>> http://mails.dpdk.org/archives/dev/2018-August/109986.html
>>>
>>> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
>>> Acked-by: Thomas Monjalon <thomas@monjalon.net>
>>
>> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
>>
>>> v4: I have removed most of the upper-casing and words "add" and
>>> "support", in order to make it shorter.
>>> The items are also moved in order to keep the same kind of sorting
>>> we use in the releases notes (EAL, ethdev, crypto, other libs, apps).
>>
>> Those were copy-paste from Intel Roadmap mail, changing them adds confusion
>> about if they are same thing in Roadmap item or not and slows down the updates.
> 
> Which change are you referring as adding confusion?
> 	- lowercase?
> 	- remove some verbs?
> 	- sorting list?

changing wording, like
"Add Crypto Support to Packet Framework" to "crypto in Packet Framework".

Concern is if someone, not familiar to feature, search an Intel roadmap item
won't have an exact match and may not be sure if they are same thing or not.
Over cautious?

> 
>> I would prefer original ones but both are OK.

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

* Re: [dpdk-web] [PATCH v4] update Intel roadmap for 18.11
  2018-09-12 16:47         ` Ferruh Yigit
@ 2018-10-16  9:18           ` Thomas Monjalon
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-10-16  9:18 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: marko.kovacevic, web

12/09/2018 18:47, Ferruh Yigit:
> On 9/12/2018 5:20 PM, Thomas Monjalon wrote:
> > 12/09/2018 17:10, Ferruh Yigit:
> >> On 9/12/2018 1:41 PM, Thomas Monjalon wrote:
> >>> From: Marko Kovacevic <marko.kovacevic@intel.com>
> >>>
> >>> The NAT support was already integrated in DPDK 18.08.
> >>> The new features were announced in the dpdk-dev mailing list:
> >>> http://mails.dpdk.org/archives/dev/2018-August/109986.html
> >>>
> >>> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
> >>> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> >>
> >> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
> >>
> >>> v4: I have removed most of the upper-casing and words "add" and
> >>> "support", in order to make it shorter.
> >>> The items are also moved in order to keep the same kind of sorting
> >>> we use in the releases notes (EAL, ethdev, crypto, other libs, apps).
> >>
> >> Those were copy-paste from Intel Roadmap mail, changing them adds confusion
> >> about if they are same thing in Roadmap item or not and slows down the updates.
> > 
> > Which change are you referring as adding confusion?
> > 	- lowercase?
> > 	- remove some verbs?
> > 	- sorting list?
> 
> changing wording, like
> "Add Crypto Support to Packet Framework" to "crypto in Packet Framework".
> 
> Concern is if someone, not familiar to feature, search an Intel roadmap item
> won't have an exact match and may not be sure if they are same thing or not.
> Over cautious?

I think you are over cautious :)

Applied

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

end of thread, other threads:[~2018-10-16  9:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-11 15:44 [dpdk-web] [PATCH v2] update roadmap for 18.11 Marko Kovacevic
2018-09-11 16:06 ` Ferruh Yigit
2018-09-11 17:53 ` Thomas Monjalon
2018-09-12 10:59 ` [dpdk-web] [PATCH v3] " Marko Kovacevic
2018-09-12 12:41   ` [dpdk-web] [PATCH v4] update Intel " Thomas Monjalon
2018-09-12 15:10     ` Ferruh Yigit
2018-09-12 16:20       ` Thomas Monjalon
2018-09-12 16:47         ` Ferruh Yigit
2018-10-16  9:18           ` 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).