| /dpdk/app/test/ |
| H A D | test.c | 295 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 D | test.h | 156 unsigned int unsupported; member
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rndis.c | 807 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 D | hn_ethdev.c | 718 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 D | skeleton_rawdev_test.c | 37 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 D | enic_fm_flow.c | 1646 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 D | dpaa2_eventdev_selftest.c | 36 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 D | cnxk_eventdev_selftest.c | 33 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 D | ssovf_evdev_selftest.c | 34 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 D | rawdev.rst | 36 handling for unsupported APIs.
|
| H A D | generic_segmentation_offload_lib.rst | 26 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 D | generic_receive_offload_lib.rst | 70 returns them to applications. For example, packets of unsupported GRO
|
| H A D | rte_flow.rst | 110 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 D | meson.build | 8 error('unsupported system type "@0@"'.format(exec_env)) 87 '"cpu_instruction_set" is unsupported.')
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_generic_flow.c | 2284 goto unsupported; in ice_search_pattern_match_item() 2301 unsupported: in ice_search_pattern_match_item()
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dlb2.rst | 65 unordered scheduling. In this case, ``RTE_SCHED_TYPE_ORDERED`` is unsupported.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_11.rst | 35 * Enhanced error message to help debugging invalid/unsupported flow rules.
|
| H A D | known_issues.rst | 236 Calling an unsupported function will result in an application error.
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.h | 126 #error Page sizes other than 4KB are unsupported!
|
| /dpdk/doc/guides/nics/ |
| H A D | enic.rst | 554 Known bugs and unsupported features in this release
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 214 /* report a unit tests as unsupported on Windows */
|