summaryrefslogtreecommitdiff
path: root/tools/lib/subcmd/exec-cmd.h
blob: 5d08bda31d90f541dd632b8fb8bfaeaec0ceaf8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __SUBCMD_EXEC_CMD_H
#define __SUBCMD_EXEC_CMD_H

extern void exec_cmd_init(const char *exec_name, const char *prefix,
			  const char *exec_path, const char *exec_path_env);

extern void set_argv_exec_path(const char *exec_path);
extern const char *extract_argv0_path(const char *path);
extern void setup_path(void);
extern int execv_cmd(const char **argv); /* NULL terminated */
extern int execl_cmd(const char *cmd, ...);
/* get_argv_exec_path and system_path return malloc'd string, caller must free it */
extern char *get_argv_exec_path(void);
extern char *system_path(const char *path);

#endif /* __SUBCMD_EXEC_CMD_H */
x/net-next.git/commit/tools/perf/arch/mips?h=nds-private-remove&id=628f07d33c1f2e7bf31e0a4a988bb07914bd5e73'>628f07d33c1f2e7bf31e0a4a988bb07914bd5e73 (patch) treec228c66498f9a4562093fbbf80a41bcede0c06f2 /tools/perf/arch/mips parentb4cfe3971f6eab542dd7ecc398bfa1aeec889934 (diff)
IB/rxe: Fix resid update
Update the response's resid field when larger than MTU, instead of only updating the local resid variable. Fixes: 8700e3e7c485 ("Soft RoCE driver") Signed-off-by: Eyal Itkin <eyal.itkin@gmail.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/arch/mips')