Re: [PATCH v7 1/7] eal/loongarch: support LoongArch architecture

2022-10-04 Thread zhoumin
Hi, David, Thanks a lot for your helpful reply. On Tue, Oct 4, 2022 at 01:15, David Marchand wrote: On Fri, Sep 30, 2022 at 10:02 AM Min Zhou wrote: Add all necessary elements for DPDK to compile and run EAL on LoongArch64 Soc. This includes: - EAL library implementation for LoongArch ISA.

Re: [PATCH v7 1/7] eal/loongarch: support LoongArch architecture

2022-10-03 Thread David Marchand
On Fri, Sep 30, 2022 at 10:02 AM Min Zhou wrote: > > Add all necessary elements for DPDK to compile and run EAL on > LoongArch64 Soc. > > This includes: > > - EAL library implementation for LoongArch ISA. > - meson build structure for 'loongarch' architecture. > RTE_ARCH_LOONGARCH define is adde

[PATCH v7 1/7] eal/loongarch: support LoongArch architecture

2022-09-30 Thread Min Zhou
Add all necessary elements for DPDK to compile and run EAL on LoongArch64 Soc. This includes: - EAL library implementation for LoongArch ISA. - meson build structure for 'loongarch' architecture. RTE_ARCH_LOONGARCH define is added for architecture identification. - xmm_t structure operation stu