Re: [PATCH v4 0/8] Introduce support for RISC-V architecture

2022-06-08 Thread Stanisław Kardach
On Wed, Jun 8, 2022 at 10:42 AM David Marchand wrote: > > On Tue, May 31, 2022 at 4:14 PM Stanislaw Kardach wrote: > > > > This patchset adds support for building and running DPDK on 64bit RISC-V > > architecture. The initial support targets rv64gc (rv64imafdc) ISA and > > was tested on SiFive Un

Re: [PATCH v4 0/8] Introduce support for RISC-V architecture

2022-06-08 Thread Heinrich Schuchardt
On 6/8/22 10:41, David Marchand wrote: On Tue, May 31, 2022 at 4:14 PM Stanislaw Kardach wrote: This patchset adds support for building and running DPDK on 64bit RISC-V architecture. The initial support targets rv64gc (rv64imafdc) ISA and was tested on SiFive Unmatched development board with t

Re: [PATCH v4 0/8] Introduce support for RISC-V architecture

2022-06-08 Thread Stanisław Kardach
On Wed, Jun 8, 2022 at 11:32 AM David Marchand wrote: > > On Wed, Jun 8, 2022 at 10:41 AM David Marchand > wrote: > > On Tue, May 31, 2022 at 4:14 PM Stanislaw Kardach wrote: > > > > > > This patchset adds support for building and running DPDK on 64bit RISC-V > > > architecture. The initial supp

Re: [PATCH v4 0/8] Introduce support for RISC-V architecture

2022-06-08 Thread David Marchand
On Wed, Jun 8, 2022 at 10:41 AM David Marchand wrote: > On Tue, May 31, 2022 at 4:14 PM Stanislaw Kardach wrote: > > > > This patchset adds support for building and running DPDK on 64bit RISC-V > > architecture. The initial support targets rv64gc (rv64imafdc) ISA and > > was tested on SiFive Unma

Re: [PATCH v4 0/8] Introduce support for RISC-V architecture

2022-06-08 Thread David Marchand
On Tue, May 31, 2022 at 4:14 PM Stanislaw Kardach wrote: > > This patchset adds support for building and running DPDK on 64bit RISC-V > architecture. The initial support targets rv64gc (rv64imafdc) ISA and > was tested on SiFive Unmatched development board with the Freedom U740 > SoC running Linux

[PATCH v4 0/8] Introduce support for RISC-V architecture

2022-05-31 Thread Stanislaw Kardach
This patchset adds support for building and running DPDK on 64bit RISC-V architecture. The initial support targets rv64gc (rv64imafdc) ISA and was tested on SiFive Unmatched development board with the Freedom U740 SoC running Linux (freedom-u-sdk based kernel). I have tested this codebase using DPD