All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update release notes for windows support
@ 2019-04-10 21:00 Pallavi Kadam
  2019-04-22 22:42 ` Thomas Monjalon
  2019-04-23 18:12 ` [dpdk-dev] [PATCH v2] " Pallavi Kadam
  0 siblings, 2 replies; 6+ messages in thread
From: Pallavi Kadam @ 2019-04-10 21:00 UTC (permalink / raw)
  To: dev; +Cc: anand.rawat, pallavi.kadam

Added documentation for Windows support on 19.05 release.

Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
Reviewed-by: Anand Rawat <anand.rawat@intel.com>
---
 doc/guides/rel_notes/release_19_05.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index dbdf07a0c..de5157651 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -68,6 +68,15 @@ New Features
   Added a new lock-free stack handler, which uses the newly added stack
   library.
 
+* **Added Windows Support.**
+
+  * Added Windows support to compile and build Hello World Sample Application.
+  * Added Windows-specific EAL changes and meson changes.
+  * Added windows support for kvargs.
+  * Updated meson for building DLL on windows using DEF files.
+  * Added rte_os.h for essential os specific macros and typedefs
+  * Updated make build system to include path for rte_os.h.
+
 * **Updated KNI module and PMD.**
 
   Updated the KNI kernel module to set the max_mtu according to the given
-- 
2.18.0.windows.1


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

* Re: [dpdk-dev] [PATCH] doc: update release notes for windows support
  2019-04-10 21:00 [dpdk-dev] [PATCH] doc: update release notes for windows support Pallavi Kadam
@ 2019-04-22 22:42 ` Thomas Monjalon
  2019-04-23 16:18   ` Pallavi Kadam
  2019-04-23 18:12 ` [dpdk-dev] [PATCH v2] " Pallavi Kadam
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2019-04-22 22:42 UTC (permalink / raw)
  To: Pallavi Kadam; +Cc: dev, anand.rawat

10/04/2019 23:00, Pallavi Kadam:
> Added documentation for Windows support on 19.05 release.
> 
> Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
> Reviewed-by: Anand Rawat <anand.rawat@intel.com>
> ---
> +* **Added Windows Support.**
> +
> +  * Added Windows support to compile and build Hello World Sample Application.
> +  * Added Windows-specific EAL changes and meson changes.
> +  * Added windows support for kvargs.

You forgot the uppercase for Windows.

> +  * Updated meson for building DLL on windows using DEF files.
> +  * Added rte_os.h for essential os specific macros and typedefs
> +  * Updated make build system to include path for rte_os.h.

I think this is too much details for a release notes.
The useful information here is the first item explaining the
support level is for compiling helloworld.



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

* Re: [dpdk-dev] [PATCH] doc: update release notes for windows support
  2019-04-22 22:42 ` Thomas Monjalon
@ 2019-04-23 16:18   ` Pallavi Kadam
  0 siblings, 0 replies; 6+ messages in thread
From: Pallavi Kadam @ 2019-04-23 16:18 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, anand.rawat


On 4/22/2019 3:42 PM, Thomas Monjalon wrote:
> 10/04/2019 23:00, Pallavi Kadam:
>> Added documentation for Windows support on 19.05 release.
>>
>> Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
>> Reviewed-by: Anand Rawat <anand.rawat@intel.com>
>> ---
>> +* **Added Windows Support.**
>> +
>> +  * Added Windows support to compile and build Hello World Sample Application.
>> +  * Added Windows-specific EAL changes and meson changes.
>> +  * Added windows support for kvargs.
> You forgot the uppercase for Windows.
>
>> +  * Updated meson for building DLL on windows using DEF files.
>> +  * Added rte_os.h for essential os specific macros and typedefs
>> +  * Updated make build system to include path for rte_os.h.
> I think this is too much details for a release notes.
> The useful information here is the first item explaining the
> support level is for compiling helloworld.
Ok, will reduce it in v2.

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

* [dpdk-dev] [PATCH v2] doc: update release notes for windows support
  2019-04-10 21:00 [dpdk-dev] [PATCH] doc: update release notes for windows support Pallavi Kadam
  2019-04-22 22:42 ` Thomas Monjalon
@ 2019-04-23 18:12 ` Pallavi Kadam
  2019-05-02 15:57   ` Mcnamara, John
  2019-05-04 21:56   ` Thomas Monjalon
  1 sibling, 2 replies; 6+ messages in thread
From: Pallavi Kadam @ 2019-04-23 18:12 UTC (permalink / raw)
  To: dev; +Cc: ranjit.menon, pallavi.kadam

Added documentation for Windows support on 19.05 release.

Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
Reviewed-by: Anand Rawat <anand.rawat@intel.com>
Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
---
 doc/guides/rel_notes/release_19_05.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index d5ed564ab..7e91e7d88 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -187,6 +187,10 @@ New Features
   Improved testpmd application performance on ARM platform. For ``macswap``
   forwarding mode, NEON intrinsics were used to do swap to save CPU cycles.
 
+* **Added Windows Support.**
+
+  Added Windows support to compile and build Hello World Sample Application.
+
 
 Removed Items
 -------------
-- 
2.18.0.windows.1


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

* Re: [dpdk-dev] [PATCH v2] doc: update release notes for windows support
  2019-04-23 18:12 ` [dpdk-dev] [PATCH v2] " Pallavi Kadam
@ 2019-05-02 15:57   ` Mcnamara, John
  2019-05-04 21:56   ` Thomas Monjalon
  1 sibling, 0 replies; 6+ messages in thread
From: Mcnamara, John @ 2019-05-02 15:57 UTC (permalink / raw)
  To: Kadam, Pallavi, dev; +Cc: Menon, Ranjit, Kadam, Pallavi



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pallavi Kadam
> Sent: Tuesday, April 23, 2019 7:13 PM
> To: dev@dpdk.org
> Cc: Menon, Ranjit <ranjit.menon@intel.com>; Kadam, Pallavi
> <pallavi.kadam@intel.com>
> Subject: [dpdk-dev] [PATCH v2] doc: update release notes for windows
> support
> 


Acked-by: John McNamara <john.mcnamara@intel.com>



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

* Re: [dpdk-dev] [PATCH v2] doc: update release notes for windows support
  2019-04-23 18:12 ` [dpdk-dev] [PATCH v2] " Pallavi Kadam
  2019-05-02 15:57   ` Mcnamara, John
@ 2019-05-04 21:56   ` Thomas Monjalon
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2019-05-04 21:56 UTC (permalink / raw)
  To: Pallavi Kadam; +Cc: dev, ranjit.menon, john.mcnamara

23/04/2019 20:12, Pallavi Kadam:
> Added documentation for Windows support on 19.05 release.
> 
> Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
> Reviewed-by: Anand Rawat <anand.rawat@intel.com>
> Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
> ---
> +* **Added Windows Support.**
> +
> +  Added Windows support to compile and build Hello World Sample Application.

Applied with following changes:

* **Introduced Windows Support.**

  Added Windows support to build Hello World sample application.




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

end of thread, other threads:[~2019-05-04 21:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-10 21:00 [dpdk-dev] [PATCH] doc: update release notes for windows support Pallavi Kadam
2019-04-22 22:42 ` Thomas Monjalon
2019-04-23 16:18   ` Pallavi Kadam
2019-04-23 18:12 ` [dpdk-dev] [PATCH v2] " Pallavi Kadam
2019-05-02 15:57   ` Mcnamara, John
2019-05-04 21:56   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.