Peter Memishian writes: > > > I wrote a gld v2 driver, I want to test Jumbo Frame. I set the mtu to > > 9000, and driver works fine, but "ifconfig -a" still indicates that mtu > > remain 1500. What should I do? > > What is the driver setting gldm_maxpkt to when it calls gld_register()? > IIRC, that value will eventually end up in the dl_max_sdu field of the
Yes, this is true. However, for some older versions of solaris, you'll see a DDI_FAILURE when calling gld_register() with gldm_maxpkt set to a jumbo value. Here is a simple script which "fixes" this: #!/bin/ksh mdb -kw << EOA interfaces+4/w -1 EOA Drew _______________________________________________ networking-discuss mailing list [email protected]
