I am trying to remove and rescan a set of pci network cards using :
$echo 1 > /sys/bus/pci/devices/pci-id/remove
$echo 1 > /sys/bus/pci/rescan
As I see echo 1 > /sys/bus/pci/rescan
to be trigged for all pci devices will it affect the network traffic on network cards which I am not removing ??
Thanks,