2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 21:54:06 +08:00
linux-next/drivers/net/netdevsim
Jiri Pirko 57ce977495 netdevsim: use ida for bus device ids
Instead of increments of u32 value, use ida to manage bus device ids.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-26 01:52:02 -04:00
..
bpf.c netdevsim: move sdev-specific init/uninit code into separate functions 2019-04-12 16:49:54 -07:00
bus.c netdevsim: use ida for bus device ids 2019-04-26 01:52:02 -04:00
dev.c netdevsim: move device registration and related code to bus.c 2019-04-26 01:52:02 -04:00
fib.c netdevsim: create devlink instance per netdevsim instance 2019-04-26 01:52:02 -04:00
ipsec.c drivers: net: netdevsim: use skb_sec_path helper 2018-12-19 11:21:37 -08:00
Makefile netdevsim: put netdevsim bus code into separate file 2019-04-26 01:52:02 -04:00
netdev.c netdevsim: move device registration and related code to bus.c 2019-04-26 01:52:02 -04:00
netdevsim.h netdevsim: move device registration and related code to bus.c 2019-04-26 01:52:02 -04:00
sdev.c netdevsim: move shared dev creation and destruction into separate file 2019-04-12 16:49:54 -07:00