Hello Folks, I have a NIC (Network) driver in which I am trying to add jumbo frame support. What callback should be registered in the NIC driver to be able to get a call when user changes MTU on the interface ?
Eg: if someone calls the following - ifconfig em0 mtu 9000 Where will the control come in the driver ? I tried ioctl with SIOCSIFMTU, but it dows not get called. I tried defining propset in mc_callbacks but it is not available in Solaris 10 u6. I just need an entry point in driver when MTU is changed. Any help is appreciated. Thanks. -- This message posted from opensolaris.org _______________________________________________ driver-discuss mailing list driver-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/driver-discuss