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