Signed-off-by: Vivian Kong <vivk...@ca.ibm.com> --- MAINTAINERS | 9 +++++++++ doc/guides/rel_notes/release_19_05.rst | 3 +++ 2 files changed, 12 insertions(+)
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 <vivk...@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.richard...@intel.com> M: Konstantin Ananyev <konstantin.anan...@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 ------------- -- 2.17.1