Skip to content
View krsna1729's full-sized avatar

Block or report krsna1729

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. omec-project/upf omec-project/upf Public

    5G Mobile Core User Plane

    Go 225 120

  2. clearlinux/cloud-native-setup clearlinux/cloud-native-setup Public archive

    Automation around setting up the cloud-native content (kubernetes) on Clear Linux.

    Shell 61 43

  3. NetSys/bess NetSys/bess Public

    BESS: Berkeley Extensible Software Switch

    C++ 333 158

  4. bess-router bess-router Public

    bess router example

    Shell

  5. bpftrace one-liners skbdump bpftrace one-liners skbdump
    1
    ```bash
    2
    $ sudo bpftrace -e 'tracepoint:napi:napi_poll /comm == "ping"/ { printf("%s\n", comm) }'
    3
    Attaching 1 probe...
    4
    ping
    5
    ping
  6. Testing DDP in testpmd using BESS Testing DDP in testpmd using BESS
    1
    Start testpmd with 2 ports in interactive mode
    2
    
                  
    3
    ```bash
    4
    ./build/app/dpdk-testpmd --legacy-mem --socket-mem 1024,1024 -- \
    5
        -i --nb-cores=2 --total-num-mbufs=4096 \