[RFC,09/12] doc: introduce s390x architecture

Message ID 20190409190630.31975-10-vivkong@ca.ibm.com (mailing list archive)
State Changes Requested, archived
Delegated to: Thomas Monjalon
Headers
Series introduce s390x architecture |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK

Commit Message

Vivian Kong April 9, 2019, 7:06 p.m. UTC
  Signed-off-by: Vivian Kong <vivkong@ca.ibm.com>
---
 MAINTAINERS                            | 9 +++++++++
 doc/guides/rel_notes/release_19_05.rst | 3 +++
 2 files changed, 12 insertions(+)
  

Comments

Thomas Monjalon April 9, 2019, 8:12 p.m. UTC | #1
09/04/2019 21:06, Vivian Kong:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> +Linux on IBM Z (s390x)

What is specific to Linux?
If it's supported only with Linux, better to say it in the doc
than in the MAINTAINERS file.

> +M: Vivian Kong <vivkong@ca.ibm.com.com>

Your email above is wrong.


> --- a/doc/guides/rel_notes/release_19_05.rst
> +++ b/doc/guides/rel_notes/release_19_05.rst
> +* **Added support for Linux on IBM Z (s390x).**
> +
> +  Added initial support for Linux on IBM Z (s390x).

No way we add it in 19.05 while we are in release candidate phase.
I will discuss more about it in the reply to the cover letter.
  
Vivian Kong April 10, 2019, 4:52 p.m. UTC | #2
Hi Thomas,

I haven't figured out how to send out patches via Notes so I sent them via
Gmail server.  I set up "git send-email" to send as my IBM email but Gmail
changed that when the patches get sent out.  I have to see if there are
another server I can use to send patches.

Right I don't expect these to go in 19.05.  I wanted to follow the
contribution doc and update documentation.

Regards,

Vivian Kong
Linux on IBM Z Open Source Ecosystem
IBM Canada Toronto Lab

Thomas Monjalon <thomas@monjalon.net> wrote on 2019/04/09 04:12:01 PM:

> From: Thomas Monjalon <thomas@monjalon.net>
> To: vivkong@ca.ibm.com
> Cc: dev@dpdk.org
> Date: 2019/04/09 04:12 PM
> Subject: Re: [dpdk-dev] [RFC 09/12] doc: introduce s390x architecture
>
> 09/04/2019 21:06, Vivian Kong:
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > +Linux on IBM Z (s390x)
>
> What is specific to Linux?
> If it's supported only with Linux, better to say it in the doc
> than in the MAINTAINERS file.
>
> > +M: Vivian Kong <vivkong@ca.ibm.com.com>
>
> Your email above is wrong.
>
>
> > --- a/doc/guides/rel_notes/release_19_05.rst
> > +++ b/doc/guides/rel_notes/release_19_05.rst
> > +* **Added support for Linux on IBM Z (s390x).**
> > +
> > +  Added initial support for Linux on IBM Z (s390x).
>
> No way we add it in 19.05 while we are in release candidate phase.
> I will discuss more about it in the reply to the cover letter.
>
>
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 9774344dd..6d4c51215 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -248,6 +248,15 @@  F: lib/librte_eal/common/include/arch/ppc_64/
 F: drivers/net/i40e/i40e_rxtx_vec_altivec.c
 F: examples/l3fwd/*altivec.h
 
+Linux on IBM Z (s390x)
+M: Vivian Kong <vivkong@ca.ibm.com.com>
+F: lib/librte_eal/common/arch/s390x/
+F: lib/librte_eal/common/include/arch/s390x/
+F: lib/librte_lpm/rte_lpm_s390x.h
+F: drivers/net/i40e/i40e_rxtx_vec_s390x.c
+F: examples/l3fwd/*s390x.h
+F: mk/arch/s390x/rte.vars.mk
+
 Intel x86
 M: Bruce Richardson <bruce.richardson@intel.com>
 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index dbdf07a0c..2e0b39ee5 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -155,6 +155,9 @@  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 support for Linux on IBM Z (s390x).**
+
+  Added initial support for Linux on IBM Z (s390x).
 
 Removed Items
 -------------