passthrough SFP+ eth to lxc

sili

Renowned Member
Dec 21, 2015
39
2
73
38
I need to passthrough SFP+ eth to lxc,

Code:
# lspci |grep Eth
03:00.0 Ethernet controller: Intel Corporation Ethernet Connection X552/X557-AT 10GBASE-T
03:00.1 Ethernet controller: Intel Corporation Ethernet Connection X552/X557-AT 10GBASE-T
05:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
05:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
07:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)

and I found command is "mount -o bind /dev/.. /lxcroot/dev"

but I can't see about SFP+ eth on /dev

How can I passthrough SFP+ eth to lxc?