[PATCH] config/arm: add Phytium TengYun S5000c

2025-02-12 Thread luzhipeng
add support for Phytium tengyunS5000c Signed-off-by: luzhipeng --- config/arm/arm64_fts5000c_linux_gcc | 16 config/arm/meson.build | 20 2 files changed, 36 insertions(+) create mode 100644 config/arm/arm64_fts5000c_linux_gcc diff --git a

[PATCH] config/arm: add Phytium TengYun S5000c

2025-02-12 Thread luzhipeng
add support for Phytium tengyunS5000c Signed-off-by: luzhipeng --- config/arm/arm64_fts5000c_linux_gcc | 16 config/arm/meson.build | 20 2 files changed, 36 insertions(+) create mode 100644 config/arm/arm64_fts5000c_linux_gcc diff --git a

[PATCH] log: add timestamp for log

2023-03-05 Thread luzhipeng
From: zhipeng Lu add timestamp for log Signed-off-by: zhipeng Lu --- lib/eal/common/eal_common_log.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/lib/eal/common/eal_common_log.c b/lib/eal/common/eal_common_log.c index bd7b188ceb..2b481116b6 1006

[PATCH] log: add timestamp for log

2023-03-05 Thread luzhipeng
From: zhipeng Lu add timestamp for log Signed-off-by: zhipeng Lu --- lib/eal/common/eal_common_log.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/lib/eal/common/eal_common_log.c b/lib/eal/common/eal_common_log.c index bd7b188ceb..2b481116b6 1006

[PATCH v3] log: add timestamp for log

2023-03-04 Thread luzhipeng
From: Zhipeng Lu add timestamp for log Signed-off-by: Zhipeng Lu --- lib/eal/common/eal_common_log.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/lib/eal/common/eal_common_log.c b/lib/eal/common/eal_common_log.c index bd7b188ceb..46dbd4b7bf 1006

[PATCH v2] log: add timestamp for log

2023-03-03 Thread luzhipeng
From: zhipeng Lu add timestamp for log Signed-off-by: zhipeng Lu --- lib/eal/common/eal_common_log.c | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/lib/eal/common/eal_common_log.c b/lib/eal/common/eal_common_log.c index bd7b188ceb..0a21572954 1

[PATCH] log: add timestamp for log

2023-03-03 Thread luzhipeng
From: zhipeng Lu add timestamp for log Signed-off-by: zhipeng Lu --- lib/eal/common/eal_common_log.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/lib/eal/common/eal_common_log.c b/lib/eal/common/eal_common_log.c index bd7b188ceb..2b481116b6 1006

[PATCH v3] config/arm: add PHYTIUM tys2500

2022-10-11 Thread luzhipeng
From: Zhipeng Lu Here adds configs for PHYTIUM server. Signed-off-by: Zhipeng Lu --- v3: * fix typos * fix signed-off-by format v2: * add ccache for cross build * rename fts2500 to tys2500 and modify the corresponding code config/arm/arm64_tys2500_linux_gcc | 16 config/arm/m

Re: [PATCH v3] config/arm: add PHYTIUM tys2500

2022-10-10 Thread luzhipeng
Thanks,i have modified and submitted 在 2022/10/11 3:58, Thomas Monjalon 写道: 17/09/2022 04:17, luzhipeng: Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- v3: 1. fix typos 2. fix signed-off-by format The format is not correct. Please follow what Ferruh said

[PATCH v3] config/arm: add PHYTIUM tys2500

2022-10-10 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: Zhipeng Lu --- v3: * fix typos * fix signed-off-by format v2: * add ccache for cross build * rename fts2500 to tys2500 and modify the corresponding code config/arm/arm64_tys2500_linux_gcc | 16 config/arm/meson.build

[PATCH v3] config/arm: add PHYTIUM tys2500

2022-09-16 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- v3: 1. fix typos 2. fix signed-off-by format v2: 1. add ccache for cross build 2. rename fts2500 to tys2500 and modify the corresponding code config/arm/arm64_tys2500_linux_gcc | 16

[PATCH v3] config/arm: add PHYTIUM tys2500

2022-09-09 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- v3->v2: 1. fix typos v2->v1: 1. add ccache for cross build 2. rename fts2500 to tys2500 and modify the corresponding code config/arm/arm64_tys2500_linux_gcc | 16 config/arm/meson

[PATCH v2 RESEND] config/arm: add PHYTIUM tys2500

2022-09-09 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- v2->v1: 1. add ccache for cross build 2. rename fts2500 to tys2500 and modify the corresponding position config/arm/arm64_tys2500_linux_gcc | 16 config/arm/meson.build |

[PATCH] config/arm: add PHYTIUM tys2500

2022-09-09 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- v2->v1: 1. add ccache for cross build 2. rename fts2500 to tys2500 and modify the corresponding position --- config/arm/arm64_tys2500_linux_gcc | 16 config/arm/meson.build |

[PATCH] config/arm: add PHYTIUM fts2500 Here adds configs for PHYTIUM server.

2022-09-07 Thread luzhipeng
From: root Signed-off-by: luzhipeng --- dpdk/config/arm/arm64_fts2500_linux_gcc | 16 dpdk/config/arm/meson.build | 22 -- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 dpdk/config/arm/arm64_fts2500_linux_gcc diff --git

[PATCH RESEND] config/arm: add PHYTIUM fts2500

2022-09-07 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- config/arm/arm64_fts2500_linux_gcc | 16 config/arm/meson.build | 22 -- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 config/arm/arm64_fts2500_linux_gcc

[PATCH RESEND] config/arm: add PHYTIUM fts2500 Here adds configs for PHYTIUM server.

2022-09-06 Thread luzhipeng
From: luzhipeng Signed-off-by: luzhipeng --- dpdk/config/arm/arm64_fts2500_linux_gcc | 16 dpdk/config/arm/meson.build | 22 -- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 dpdk/config/arm/arm64_fts2500_linux_gcc diff

[PATCH] config/arm: add PHYTIUM fts2500 Here adds configs for PHYTIUM server.

2022-09-06 Thread luzhipeng
From: root Signed-off-by: luzhipeng --- dpdk/config/arm/arm64_fts2500_linux_gcc | 16 dpdk/config/arm/meson.build | 22 -- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 dpdk/config/arm/arm64_fts2500_linux_gcc diff --git

Re: [PATCH v3] config/arm: add Phytium FT-2000+

2022-07-06 Thread luzhipeng
my name: zhipeng Lu thanks. 在 2022/7/5 22:31, Morten Brørup 写道: From: Morten Brørup Sent: Tuesday, 5 July 2022 16.25 From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Tuesday, 5 July 2022 15.31 From: luzhipeng Here adds configs for Phytium server. Signed-off-by: luzhipeng Reviewed

Re: [PATCH v3] config/arm: add Phytium FT-2000+

2022-07-06 Thread luzhipeng
在 2022/7/6 14:59, Thomas Monjalon 写道: 06/07/2022 03:28, luzhipeng: My name: zhipeng Lu OK I will change it to Zhipeng Lu (with capital letters). Are you OK with this v3? OK From: Thomas Monjalon [mailto:tho...@monjalon.net] I did some changes in this v3: - PHYTIUM -> Phytium (as on

Re: [PATCH v3] config/arm: add Phytium FT-2000+

2022-07-05 Thread luzhipeng
My name: zhipeng Lu Thanks. 在 2022/7/5 22:31, Morten Brørup 写道: From: Morten Brørup Sent: Tuesday, 5 July 2022 16.25 From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Tuesday, 5 July 2022 15.31 From: luzhipeng Here adds configs for Phytium server. Signed-off-by: luzhipeng

[PATCH v2] config/arm: add PHYTIUM ft2000plus

2022-06-20 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- config/arm/arm64_ft2000plus_linux_gcc | 16 config/arm/meson.build| 26 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 config/arm

Re: [PATCH] config/arm: add PHYTIUM ft2000plus

2022-06-13 Thread luzhipeng
Thanks 在 2022/6/13 11:39, Ruifeng Wang 写道: -Original Message- From: luzhipeng Sent: Friday, June 10, 2022 1:47 PM To: dev@dpdk.org Cc: Jan Viktorin ; Ruifeng Wang ; Bruce Richardson ; luzhipeng Subject: [PATCH] config/arm: add PHYTIUM ft2000plus Here adds configs for PHYTIUM server

[PATCH] config/arm: add PHYTIUM ft2000plus

2022-06-13 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- config/arm/arm64_ft2000plus_linux_gcc | 16 config/arm/meson.build| 26 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 config/arm

[PATCH] config/arm: add PHYTIUM ft2000plus

2022-06-13 Thread luzhipeng
Here adds configs for PHYTIUM server. Signed-off-by: luzhipeng --- config/arm/arm64_ft2000plus_linux_gcc | 16 config/arm/meson.build| 26 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 config/arm