cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

fq_pie.json (610B)


      1[
      2    {
      3        "id": "83be",
      4        "name": "Create FQ-PIE with invalid number of flows",
      5        "category": [
      6            "qdisc",
      7            "fq_pie"
      8        ],
      9        "setup": [
     10            "$IP link add dev $DUMMY type dummy || /bin/true"
     11        ],
     12        "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_pie flows 65536",
     13        "expExitCode": "0",
     14        "verifyCmd": "$TC qdisc show dev $DUMMY",
     15        "matchPattern": "qdisc fq_pie 1: root refcnt 2 limit 10240p flows 65536",
     16        "matchCount": "1",
     17        "teardown": [
     18            "$IP link del dev $DUMMY"
     19        ]
     20    }
     21]