![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Technical Instruction Sure Solution 1470729.1 : Enabling Jumbo Frames on nxge interface
In this Document
Created from <SR 3-5861660501> Applies to:Solaris Cluster - Version 3.0 to 3.0 [Release 3.0]Sun SPARC Enterprise M5000 Server - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. ***Checked for relevance on 08-Jul-2014*** GoalHow to enable jumbo frame for a particular instance of nxge interface ? SolutionFor example, we will take nxge0 and nxge1 . To enable jumbo frame on nxge0, you will need to use nxge.conf file . But that will need reboot. # grep -i nxge /etc/driver_aliases
nxge "pciex108e,abcd" nxge "SUNW,niusl" nxge "SUNW,rock-pciex108e,abcd" nxge "SUNW,niusl-kt" # grep -i nxge /etc/path_to_inst "/pci@500/pci@0/pci@8/network@0" 0 "nxge" "/pci@500/pci@0/pci@8/network@0,1" 1 "nxge" "/pci@500/pci@0/pci@8/network@0,2" 2 "nxge" "/pci@500/pci@0/pci@8/network@0,3" 3 "nxge"
name = "pciex108e,abcd" parent = "/pci@500/pci@0/pci@8" unit-address = "0" accept-jumbo=1;
Please, put below line in /kernel/drv/nxge.conf or /platform/sun4u/kernel/drv/nxge.conf for nxge1: name = "pciex108e,abcd" parent = "/pci@500/pci@0/pci@8" unit-address = "0,1" accept-jumbo=1;
/etc/hostname.nxge0 /etc/hostname.nxge1 /etc/hostname.aggr0
<ip address> mtu 9194 /etc/hostname.aggr1 <ip address> mtu 9194
Then reboot will be needed. See also the User's Guide of the interface, e.g. References<NOTE:1399947.1> - nxge 10-Gigabit and Gigabit Ethernet Product Page<NOTE:1400605.1> - TSC Network Product Home Attachments This solution has no attachment |
||||||||||||||||
|