NetSys / bess

BESS: Berkeley Extensible Software Switch
Other
313 stars 156 forks source link

ARM Support? #1028

Open hwinkel opened 3 years ago

hwinkel commented 3 years ago

Is BESS running on ARM Servers as well?

maxfritzvgm commented 3 years ago

I have ported BESS to the Nvidia Bluefield platform, which is an ARMv8, myself. For this I only needed to edit some includes and add something like https://github.com/DLTcollab/sse2neon for vectorization, to get BESS working.

sarsanaee commented 2 years ago

@maxfritzvgm Is it possible to make your repo public? I also need it. I guess it would be good if we could avoid duplicated work :)