Home
last modified time | relevance | path

Searched refs:floating (Results 1 – 6 of 6) sorted by relevance

/dpdk/doc/guides/nics/
H A Di40e.rst469 In this configuration the PMD will use the floating VEB feature for all the
472 Alternatively, the user can specify which VFs need to connect to this floating
477 In this example ``VF1``, ``VF3`` and ``VF4`` connect to the floating VEB,
480 The current implementation only supports one floating VEB and one regular
481 VEB. VFs can connect to a floating VEB or a regular VEB according to the
484 The floating VEB functionality requires a NIC firmware version of 5.0
648 only when floating VEB is disabled.
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst173 * **Added floating VEB support for i40e PF driver.**
175 A "floating VEB" is a special Virtual Ethernet Bridge (VEB) which does not
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h191 u16 veb_seid, u16 *switch_id, bool *floating,
H A Di40e_common.c3081 bool *floating, u16 *statistic_index, in i40e_aq_get_veb_parameters() argument
3110 if (floating) { in i40e_aq_get_veb_parameters()
3114 *floating = true; in i40e_aq_get_veb_parameters()
3116 *floating = false; in i40e_aq_get_veb_parameters()
/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst417 allowed value. The specified branch-ratio is a floating point number
/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst1431 also achieves accuracy comparable to floating-point evaluation.
1433 As can be seen, the floating-point implementation achieved the worst performance.