Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 8 of 8) sorted by relevance

/dpdk/usertools/
H A Ddpdk-telemetry-client.py37 self.file_path = None
49 self.file_path = file_path
52 if os.path.exists(self.file_path):
53 os.unlink(self.file_path)
55 self.socket.recv_fd.bind(self.file_path)
60 JSON = (API_REG + self.file_path + "\"}}")
67 self.socket.client_fd.send((API_UNREG + self.file_path + "\"}}").encode())
118 file_path = "" variable
120 file_path = sys.argv[1] variable
123 file_path = DEFAULT_FP variable
[all …]
/dpdk/kernel/linux/kni/
H A Dmeson.build7 file_path = kernel_source_dir + '/include/linux/netdevice.h' variable
8 run_cmd = run_command('grep', 'ndo_tx_timeout', file_path, check: false)
/dpdk/app/test/
H A Dtest_eal_flags.c223 char file_path[PATH_MAX] = {0}; in process_hugefiles() local
225 snprintf(file_path, sizeof(file_path), in process_hugefiles()
229 if (remove(file_path) < 0) { in process_hugefiles()
/dpdk/app/test-crypto-perf/
H A Ddpdk-graph-crypto-perf.py256 return (args.file_path, args.test_suites, args.config_path,
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst94 dpdk-test -c 1 -n 1 -w <dev>,class=crypto,wcs_file=<file_path>
/dpdk/app/test-pmd/
H A Dtestpmd.h1114 uint8_t *open_file(const char *file_path, uint32_t *size);
1115 int save_file(const char *file_path, uint8_t *buf, uint32_t size);
H A Dconfig.c6162 open_file(const char *file_path, uint32_t *size) in open_file() argument
6164 int fd = open(file_path, O_RDONLY); in open_file()
6174 fprintf(stderr, "%s: Failed to open %s\n", __func__, file_path); in open_file()
6215 save_file(const char *file_path, uint8_t *buf, uint32_t size) in save_file() argument
6217 FILE *fh = fopen(file_path, "wb"); in save_file()
6220 fprintf(stderr, "%s: Failed to open %s\n", __func__, file_path); in save_file()
/dpdk/doc/guides/tools/
H A Dcryptoperf.rst555 * ``-f <file_path>, --file-path <file_path>``