Coder Social home page Coder Social logo

meili's Introduction

Meili

Meili is a novel system that features SmartNIC as a service to address issues in the current offloading paradigms, including

  • Poor cluster-wide resource efficiency
  • Inflexible SmartNIC management
  • Inflexible application deployment

by organizing heterogeneous NIC resources as a pool and offering a unified one-NIC abstraction to application developers. This allows

  • developers to focus solely on the application logic while dynamically specifying their performance targets.
  • operators, now with complete visibility over the SmartNIC cluster, are able to flexibly consolidate applications for overall resource efficiency.

In particular, Meili provides a flexible modular programming model, a scalable data plane, and a unified control plane.

Open-sourcing Schedule

Currently we have released our key components of Meili, including

  • Programming model with APIs for
    • Packet processing
    • Socket processing
    • Accelerator function
  • Scalable data plane pipeline
  • Unified control plane
    • Application orchestration

More to be released in the next stage.

Environment

Our cluster comprises:

  • Mellanox SN2700 32-Port switch
  • NVIDIA BlueField-2 SmartNICs
  • NVIDIA BlueField-1 100GbE SmartNICs
  • AMD Pensando SmartNICs
  • Client servers
    • 32 cores AMD EPYC-7542 CPU @ 2.9 GHz
    • 256 GB of DRAM
    • One NVIDIA ConnectX-6 100GbE NIC (MT28908)

Software configurations:

  • DPDK: 20.11.5
  • Traffic generator: DPDK-Pktgen 23.03.1

Compile & Run

make
bash ./run.sh -live 2 10

The above step will start Meili using 2 cores and run the sample program in src/example/ (the program in paper Listing 1) for 10 seconds.

Repo Structure

  • rulesets/ contains rulesets we use for regex accelerator on Bluefield-2 SmartNICs.
  • src/ contains source code of Meili.
  • traffic_generator/ contains sample traffic generation script and pcaps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.