ENIC_MIN_MTU
netdev->min_mtu = ENIC_MIN_MTU;
mtu = max_t(int, ENIC_MIN_MTU,
c->mtu = min_t(u16, ENIC_MAX_MTU, max_t(u16, ENIC_MIN_MTU, c->mtu));