Re: [PATCH v10 00/14] riscv: Add support for xtheadvector

2024-09-29 Thread Aoba K
On 2024/9/12 13:55, Charlie Jenkins wrote: xtheadvector is a custom extension that is based upon riscv vector version 0.7.1 [1]. All of the vector routines have been modified to support this alternative vector version based upon whether xtheadvector was determined to be supported at boot. vlen

Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature

2024-09-29 Thread Stephen Hemminger
On Sun, 29 Sep 2024 16:10:47 +0900 Akihiko Odaki wrote: > On 2024/09/29 11:07, Jason Wang wrote: > > On Fri, Sep 27, 2024 at 3:51 PM Akihiko Odaki > > wrote: > >> > >> On 2024/09/27 13:31, Jason Wang wrote: > >>> On Fri, Sep 27, 2024 at 10:11 AM Akihiko Odaki > >>> wrote: > >

Re: [PATCH v10 00/14] riscv: Add support for xtheadvector

2024-09-29 Thread Aoba K
Hello Charlie, I've been working on bringing up the Sipeed Lichee RV Dock (which also uses the D1 SoC) with the kernel patches you provided. The patches applied cleanly to Palmer's for-next branch, but I've encountered a couple of issues: 1. Skiffos Compilation Error during the compilation proces

Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature

2024-09-29 Thread Akihiko Odaki
On 2024/09/29 11:07, Jason Wang wrote: On Fri, Sep 27, 2024 at 3:51 PM Akihiko Odaki wrote: On 2024/09/27 13:31, Jason Wang wrote: On Fri, Sep 27, 2024 at 10:11 AM Akihiko Odaki wrote: On 2024/09/25 12:30, Jason Wang wrote: On Tue, Sep 24, 2024 at 5:01 PM Akihiko Odaki wrote: virtio-ne