Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 7 of 7) sorted by relevance

/dpdk/usertools/
H A Ddpdk-rss-flows.py40 def hash_data(self, use_l4_port: bool = False) -> bytes: argument
77 use_l4_port: bool, argument
122 check_reverse_traffic: bool = False, argument
123 all_flows: bool = False, argument
H A Ddpdk-pmdinfo.py109 def parse_pmdinfo(paths: Iterable[Path], search_plugins: bool) -> List[dict]:
/dpdk/dts/framework/testbed_model/
H A Dposix_session.py30 combine_short_options(**opts: bool) global() argument
107 remove_remote_dir( self, remote_dir_path: str | PurePath, recursive: bool = True, force: bool = True, ) global() argument
108 remove_remote_dir( self, remote_dir_path: str | PurePath, recursive: bool = True, force: bool = True, ) global() argument
133 build_dpdk( self, env_vars: dict, meson_args: MesonArgs, remote_dpdk_dir: str | PurePath, remote_dpdk_build_dir: str | PurePath, rebuild: bool = False, timeout: float = SETTINGS.compile_timeout, ) global() argument
H A Dsut_node.py270 build_dpdk_app(self, app_name: str, **meson_dpdk_args: str | bool) global() argument
331 configure_ipv4_forwarding(self, enable: bool) global() argument
339 bind_ports_to_driver(self, for_dpdk: bool = True) global() argument
H A Dcpu.py153 ascending: bool = True,
351 ascending: bool,
/dpdk/lib/eal/ppc/include/
H A Drte_altivec.h26 #define bool _Bool macro
/dpdk/dts/framework/
H A Dutils.py116 __init__(self, default_library: str | None = None, **dpdk_args: str | bool) global() argument