commit | ae9f83ac24569e4bfc7c174be362d1835233c28f | [log] [tgz] |
---|---|---|
author | Hadar Hen Zion <hadarh@mellanox.com> | Mon Nov 07 15:14:42 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 09 13:41:55 2016 -0500 |
tree | 955791326e539a95ce59740e3b70319a4710db39 | |
parent | 75bfbca01e48d2d62e8321609ae32aaf6c6fab0e [diff] |
net/mlx5: Move alloc/dealloc encap commands declarations to common header file The alloc and dealloc encap commands will be used in the mlx5e driver, as such, declare them in a common header file. Also, rename the functions: mlx5_cmd_{de}alloc_encap is replaced with mlx5_encap_{de}alloc. Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>