Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 – 21 of 21) sorted by relevance

/dpdk/app/test/
H A Dtest.c295 suite->unsupported = 0; in unit_test_suite_reset_counts()
359 suite->unsupported++; in unit_test_suite_runner()
363 suite->unsupported++; in unit_test_suite_runner()
398 suite->unsupported += ts->unsupported; in unit_test_suite_runner()
417 ts->failed, ts->total, ts->unsupported, ts->total); in unit_test_suite_runner()
431 printf(" + Tests Unsupported: %2d\n", suite->unsupported); in unit_test_suite_runner()
H A Dtest.h156 unsigned int unsupported; member
/dpdk/drivers/net/netvsc/
H A Dhn_rndis.c807 goto unsupported; in hn_rndis_conf_offload()
812 goto unsupported; in hn_rndis_conf_offload()
820 goto unsupported; in hn_rndis_conf_offload()
826 goto unsupported; in hn_rndis_conf_offload()
833 goto unsupported; in hn_rndis_conf_offload()
839 goto unsupported; in hn_rndis_conf_offload()
846 goto unsupported; in hn_rndis_conf_offload()
851 goto unsupported; in hn_rndis_conf_offload()
859 goto unsupported; in hn_rndis_conf_offload()
865 goto unsupported; in hn_rndis_conf_offload()
[all …]
H A Dhn_ethdev.c718 uint64_t unsupported; in hn_dev_configure() local
726 unsupported = txmode->offloads & ~HN_TX_OFFLOAD_CAPS; in hn_dev_configure()
727 if (unsupported) { in hn_dev_configure()
730 unsupported); in hn_dev_configure()
734 unsupported = rxmode->offloads & ~HN_RX_OFFLOAD_CAPS; in hn_dev_configure()
735 if (unsupported) { in hn_dev_configure()
/dpdk/drivers/raw/skeleton/
H A Dskeleton_rawdev_test.c37 static int unsupported; variable
49 unsupported = 0; in testsuite_setup()
418 unsupported++; in skeldev_test_run()
465 SKELDEV_TEST_INFO("Not supported : %d", unsupported); in test_rawdev_skeldev()
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1646 goto unsupported; in enic_fm_copy_action()
1656 goto unsupported; in enic_fm_copy_action()
1676 goto unsupported; in enic_fm_copy_action()
1691 goto unsupported; in enic_fm_copy_action()
1710 goto unsupported; in enic_fm_copy_action()
1729 goto unsupported; in enic_fm_copy_action()
1741 goto unsupported; in enic_fm_copy_action()
1757 goto unsupported; in enic_fm_copy_action()
1950 goto unsupported; in enic_fm_copy_action()
1955 goto unsupported; in enic_fm_copy_action()
[all …]
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c36 static int unsupported; variable
778 unsupported++; in dpaa2_test_run()
816 DPAA2_EVENTDEV_INFO("Not supported : %d", unsupported); in test_eventdev_dpaa2()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_selftest.c33 static int unsupported; variable
108 unsupported = 0; in testsuite_teardown()
1438 unsupported++; in cnxk_test_run()
1531 printf("Not supported : %d\n", unsupported); in cnxk_sso_testsuite_run()
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c34 static int unsupported; variable
1425 unsupported++; in octeontx_test_run()
1517 ssovf_log_selftest("Not supported : %d", unsupported); in test_eventdev_octeontx()
/dpdk/doc/guides/prog_guide/
H A Drawdev.rst36 handling for unsupported APIs.
H A Dgeneric_segmentation_offload_lib.rst26 library, and not via a 'fallback' mechanism (i.e. for when TSO is unsupported
40 #. IP fragments are unsupported by the GSO library.
H A Dgeneric_receive_offload_lib.rst70 returns them to applications. For example, packets of unsupported GRO
H A Drte_flow.rst110 Keeping may be unsupported for some types of rule items and actions,
3478 - ``-ENOTSUP``: valid but unsupported rule specification (e.g. partial
3479 bit-masks are unsupported).
/dpdk/config/
H A Dmeson.build8 error('unsupported system type "@0@"'.format(exec_env))
87 '"cpu_instruction_set" is unsupported.')
/dpdk/drivers/net/ice/
H A Dice_generic_flow.c2284 goto unsupported; in ice_search_pattern_match_item()
2301 unsupported: in ice_search_pattern_match_item()
/dpdk/doc/guides/eventdevs/
H A Ddlb2.rst65 unordered scheduling. In this case, ``RTE_SCHED_TYPE_ORDERED`` is unsupported.
/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst35 * Enhanced error message to help debugging invalid/unsupported flow rules.
H A Dknown_issues.rst236 Calling an unsupported function will result in an application error.
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h126 #error Page sizes other than 4KB are unsupported!
/dpdk/doc/guides/nics/
H A Denic.rst554 Known bugs and unsupported features in this release
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst214 /* report a unit tests as unsupported on Windows */