summaryrefslogtreecommitdiff
path: root/cpusched.h
blob: 3af82810c07ab593f581c6576b5c987794a293da (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CPUSCHED_H
#define CPUSCHED_H

extern void init_cpusched(unsigned int cpus);
extern unsigned int socket_to_cpu(int fd);
extern unsigned int register_socket(int fd);
extern void unregister_socket(int fd);
extern void destroy_cpusched(void);

#endif /* CPUSCHED_H */
select>
authorEli Cohen <eli@mellanox.com>2016-06-27 12:08:32 +0300
committerDavid S. Miller <davem@davemloft.net>2016-06-29 04:28:46 -0400
commit5be1ea899da4f11de92897d2ea706e0820609b9e (patch)
treeb9ba9b44c2b0cc6edb2f933eb012f917623e98cf
parent3ec0a0f10ceb77c78f540ded1d13bf0cf7f89a07 (diff)
net/mlx5: Update command strings
Add command string for MODIFY_FLOW_TABLE which is used by the driver. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat