Home
last modified time | relevance | path

Searched refs:NUM_PKTS (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/net/forwarding/
A Dtc_taprio.sh36 NUM_PKTS=100
180 "$CYCLE_TIME_NS" "" "" "$NUM_PKTS" \
184 if [ "$received" != "$NUM_PKTS" ]; then
267 "$NUM_PKTS" "$STREAM_VID" "$stream_prio" "" "$isochron_dat"
270 [ "$received" = "$NUM_PKTS" ]
271 check_err_fail $should_fail $? "Reception of $NUM_PKTS packets"
273 if [ $should_fail = 0 ] && [ "$received" = "$NUM_PKTS" ]; then
A Dbridge_fdb_learning_limit.sh15 NUM_PKTS=16
121 for i in $(seq 1 "$NUM_PKTS"); do
241 [ "$learned" -ne "$NUM_PKTS" ]
242 check_fail $? "Filled the FDB table: Expected the count ${NUM_PKTS}, but got ${learned}"
/tools/testing/selftests/drivers/net/ocelot/
A Dpsfp.sh21 NUM_PKTS=1000
270 "${NUM_PKTS}" \
296 run_test 0.000000000 ${NUM_PKTS} "In band" \
299 psfp_filter_check ${NUM_PKTS}
308 psfp_filter_check $((2 * ${NUM_PKTS}))
/tools/testing/selftests/bpf/prog_tests/
A Dxdp_do_redirect.c96 #define NUM_PKTS 10000 macro
113 .repeat = NUM_PKTS, in test_xdp_do_redirect()
247 ASSERT_EQ(skel->bss->pkts_seen_tc, NUM_PKTS - 2, "pkt_count_tc"); in test_xdp_do_redirect()

Completed in 7 milliseconds