#ifndef __EPOLL_H #define __EPOLL_H extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events); extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events); #endif /* __EPOLL_H */ />
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNogah Frankel <nogahf@mellanox.com>2016-09-20 11:16:56 +0200
committerDavid S. Miller <davem@davemloft.net>2016-09-21 01:00:59 -0400
commit274df7fb77fffd243336c6affa2f9469e8f11122 (patch)
tree119138c01c26cff7d09c55929f23fe2345c334cd
parente44d49cbbc5fb1a310b71212acc4e1f378a8fd91 (diff)
mlxsw: pci: Add max router interface resource
Add the max number of rif (router interfaces) to resource query. Signed-off-by: Nogah Frankel <nogahf@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>