iface ens7f1 inet static
address
10.31.52.47 netmask
255.255.255.0 options allmulti
mtu 1500
pre-up /sbin/ifconfig $IFACE txqueuelen 16384 > /dev/null 2>&1;\
/sbin/ethtool --offload $IFACE rx off tx off > /dev/null 2>&1;\
/sbin/ethtool -K $IFACE rxvlan off txvlan off > /dev/null 2>&1;\
/sbin/ethtool -G $IFACE rx 4096 tx 4096 > /dev/null 2>&1;\
/sbin/ethtool -A $IFACE autoneg off rx off tx off > /dev/null 2>&1;\
/sbin/ethtool -K $IFACE tso off gso off gro off lro off > /dev/null 2>&1;\
/usr/bin/setpci -v -d 8086:154d e6.b=2e > /dev/null 2>&1