Home
last modified time | relevance | path

Searched refs:flow_cnt (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Ddo_hbm_test.sh84 flow_cnt=1
255 flow_cnt=1
267 while [ $flow_cnt -le $flows ] ; do
270 if [ $flow_cnt -eq 1 ] ; then
277 ( ./netperf -H $np_server -l $dur -f m -j -t TCP_RR -- -r $reqSize,$replySize $np_cc -k P50_lATENCY,P90_LATENCY,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SEND_THROUGHPUT,LOCAL_RECV_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
280 ( ./netperf -H $np_server -l $dur -f m -j -t TCP_RR -- -r 1,10M $np_cc -k P50_LATENCY,P90_LATENCY,LOCAL_TRANSPORT_RETRANS,LOCAL_SEND_THROUGHPUT,REMOTE_TRANSPORT_RETRANS,REMOTE_SEND_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
282 ( ./netperf -H $np_server -l $dur -f m -j -t TCP_STREAM -- $np_cc -k P50_lATENCY,P90_LATENCY,LOCAL_TRANSPORT_RETRANS,LOCAL_SEND_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
285 flow_cnt=$[flow_cnt+1]
298 flow_cnt
[all...]
/kernel/linux/linux-6.6/samples/bpf/
H A Ddo_hbm_test.sh84 flow_cnt=1
266 flow_cnt=1
278 while [ $flow_cnt -le $flows ] ; do
281 if [ $flow_cnt -eq 1 ] ; then
288 ( ./netperf -H $np_server -l $dur -f m -j -t TCP_RR -- -r $reqSize,$replySize $np_cc -k P50_lATENCY,P90_LATENCY,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SEND_THROUGHPUT,LOCAL_RECV_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
291 ( ./netperf -H $np_server -l $dur -f m -j -t TCP_RR -- -r 1,10M $np_cc -k P50_LATENCY,P90_LATENCY,LOCAL_TRANSPORT_RETRANS,LOCAL_SEND_THROUGHPUT,REMOTE_TRANSPORT_RETRANS,REMOTE_SEND_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
293 ( ./netperf -H $np_server -l $dur -f m -j -t TCP_STREAM -- $np_cc -k P50_lATENCY,P90_LATENCY,LOCAL_TRANSPORT_RETRANS,LOCAL_SEND_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
296 flow_cnt=$[flow_cnt+1]
309 flow_cnt
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-psil-am64.c32 #define PSIL_ETHERNET(x, ch, flow_base, flow_cnt) \
42 .flow_num = flow_cnt, \
47 #define PSIL_SAUL(x, ch, flow_base, flow_cnt, default_flow, tx) \
57 .flow_num = flow_cnt, \
H A Dk3-psil-am62a.c31 #define PSIL_ETHERNET(x, ch, flow_base, flow_cnt) \
41 .flow_num = flow_cnt, \
46 #define PSIL_SAUL(x, ch, flow_base, flow_cnt, default_flow, tx) \
56 .flow_num = flow_cnt, \
H A Dk3-psil-am62.c21 #define PSIL_ETHERNET(x, ch, flow_base, flow_cnt) \
31 .flow_num = flow_cnt, \
36 #define PSIL_SAUL(x, ch, flow_base, flow_cnt, default_flow, tx) \
46 .flow_num = flow_cnt, \
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.c213 int err, i, flow_cnt; in nfp_flower_cmsg_merge_hint_rx() local
217 flow_cnt = msg->count + 1; in nfp_flower_cmsg_merge_hint_rx()
219 if (msg_len < struct_size(msg, flow, flow_cnt)) { in nfp_flower_cmsg_merge_hint_rx()
221 msg_len, struct_size(msg, flow, flow_cnt)); in nfp_flower_cmsg_merge_hint_rx()
225 if (flow_cnt != 2) { in nfp_flower_cmsg_merge_hint_rx()
227 flow_cnt); in nfp_flower_cmsg_merge_hint_rx()
232 for (i = 0; i < flow_cnt; i++) { in nfp_flower_cmsg_merge_hint_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.c214 int err, i, flow_cnt; in nfp_flower_cmsg_merge_hint_rx() local
218 flow_cnt = msg->count + 1; in nfp_flower_cmsg_merge_hint_rx()
220 if (msg_len < struct_size(msg, flow, flow_cnt)) { in nfp_flower_cmsg_merge_hint_rx()
222 msg_len, struct_size(msg, flow, flow_cnt)); in nfp_flower_cmsg_merge_hint_rx()
226 if (flow_cnt != 2) { in nfp_flower_cmsg_merge_hint_rx()
228 flow_cnt); in nfp_flower_cmsg_merge_hint_rx()
234 for (i = 0; i < flow_cnt; i++) { in nfp_flower_cmsg_merge_hint_rx()

Completed in 3 milliseconds