Re: [PATCH v3 1/8] eal: add initial support for RISC-V architecture

2022-05-16 Thread Stanisław Kardach
On Fri, May 13, 2022 at 5:37 PM Stephen Hemminger wrote: > > On Fri, 13 May 2022 08:50:34 +0200 > Heinrich Schuchardt wrote: > > > On 5/10/22 17:48, Stanislaw Kardach wrote: > > > From: Michal Mazurek > > > > > > Add all necessary elements for DPDK to compile and run EAL on SiFive > > > Freedom

Re: [PATCH v3 1/8] eal: add initial support for RISC-V architecture

2022-05-13 Thread Stephen Hemminger
On Fri, 13 May 2022 08:50:34 +0200 Heinrich Schuchardt wrote: > On 5/10/22 17:48, Stanislaw Kardach wrote: > > From: Michal Mazurek > > > > Add all necessary elements for DPDK to compile and run EAL on SiFive > > Freedom U740 SoC which is based on SiFive U74-MC (ISA: rv64imafdc) > > core comple

Re: [PATCH v3 1/8] eal: add initial support for RISC-V architecture

2022-05-13 Thread Stanisław Kardach
On Fri, May 13, 2022 at 12:52 PM Heinrich Schuchardt wrote: > > On 5/13/22 10:42, Stanisław Kardach wrote: > > On Fri, May 13, 2022 at 8:50 AM Heinrich Schuchardt > > wrote: > > > >>> +Linux kernel > >>> + > >>> + > >>> +It is recommended to use Linux kernel built from > >>> +`SiFive

Re: [PATCH v3 1/8] eal: add initial support for RISC-V architecture

2022-05-13 Thread Heinrich Schuchardt
On 5/13/22 10:42, Stanisław Kardach wrote: On Fri, May 13, 2022 at 8:50 AM Heinrich Schuchardt wrote: +Linux kernel + + +It is recommended to use Linux kernel built from +`SiFive Freedom Unleashed SDK `_. How would the Unleashed SDK help o

Re: [PATCH v3 1/8] eal: add initial support for RISC-V architecture

2022-05-13 Thread Stanisław Kardach
On Fri, May 13, 2022 at 8:50 AM Heinrich Schuchardt wrote: > > +Linux kernel > > + > > + > > +It is recommended to use Linux kernel built from > > +`SiFive Freedom Unleashed SDK `_. > > How would the Unleashed SDK help on a later board or a boa

Re: [PATCH v3 1/8] eal: add initial support for RISC-V architecture

2022-05-12 Thread Heinrich Schuchardt
On 5/10/22 17:48, Stanislaw Kardach wrote: From: Michal Mazurek Add all necessary elements for DPDK to compile and run EAL on SiFive Freedom U740 SoC which is based on SiFive U74-MC (ISA: rv64imafdc) core complex. This includes: - EAL library implementation for rv64imafdc ISA. - meson buil

[PATCH v3 1/8] eal: add initial support for RISC-V architecture

2022-05-10 Thread Stanislaw Kardach
From: Michal Mazurek Add all necessary elements for DPDK to compile and run EAL on SiFive Freedom U740 SoC which is based on SiFive U74-MC (ISA: rv64imafdc) core complex. This includes: - EAL library implementation for rv64imafdc ISA. - meson build structure for 'riscv' architecture. RTE_ARCH_R