Home
last modified time | relevance | path

Searched refs:tolerance (Results 1 – 5 of 5) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst22 redundant links, fault tolerance and/or load balancing.
47 This mode provides load balancing and fault tolerance by transmission of
62 thereby providing fault tolerance to slave failure. The single logical
74 transmission policy) and fault tolerance. The default policy (layer2) uses
95 This mode provides fault tolerance by transmission of packets on all slave
/dpdk/doc/guides/rawdevs/
H A Difpga.rst18 different users. FPGA hot upgrade and fault tolerance can be provided easily.
H A Dntb.rst9 user cases can benefit from this, such as fault tolerance and visual
/dpdk/app/test/
H A Dtest_red.c234 static int check_drop_rate(double *diff, double drop_rate, double drop_prob, double tolerance) in check_drop_rate() argument
244 if (*diff > tolerance) { in check_drop_rate()
254 static int check_avg(double *diff, double avg, double exp_avg, double tolerance) in check_avg() argument
264 if (*diff > tolerance) { in check_avg()
H A Dtest_pie.c208 double tolerance) in check_drop_rate() argument
218 if (*diff > tolerance) in check_drop_rate()