Skip to content
View krsna1729's full-sized avatar

Organizations

@omec-project
Block or Report

Block or report krsna1729

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

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

    4G/5G Mobile Core User Plane

    Go 156 99

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

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

    Shell 62 41

  3. NetSys/bess NetSys/bess Public

    BESS: Berkeley Extensible Software Switch

    C++ 303 174

  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 \