To make sure particular device name will be assigned to particular ethernet card (there are 2 on my server) I needed to do the following:
$ vi /etc/udev/rules.d/70-persistent-net.rules SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:ef:88:45:88:44", NAME="eth0" SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="90:e6:ba:ef:80:db", NAME="eth1"