OpenSolaris

Printable Version Enter a New Search
Bug ID 6326764
Synopsis vlan on ixgb interface doesn't work
State 10-Fix Delivered (Fix available in build)
Category:Subcategory driver:ixgb
Keywords
Responsible Engineer Kerry Shu
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_30
Fixed In snv_30
Release Fixed solaris_nevada(snv_30) , solaris_10u2(s10u2_06) (Bug ID:2132968)
Related Bugs 6330766
Submit Date 21-September-2005
Last Update Date 20-December-2005
Description
Jumbo frame support is required in the 'ixgb' driver which will improve network performance.
The ixgb driver requires to support hardware checksum offload. It can highly improve the network performance.
Two machine connected back to back with ixgb interface. Configured vlan interface on each machine'ixgb interface. But it cannot ping the other one through the vlan interface.
The following is the test log.

rrr:/ # ifconfig ixgb1000 plumb
rrr:/ # ifconfig ixgb1000 12.0.0.2/24 up
rrr:/ # ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
	inet 127.0.0.1 netmask ff000000 
bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
	inet 10.13.22.243 netmask ffffff00 broadcast 10.13.22.255
	ether 0:a:e4:27:73:78 
ixgb0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 53
	inet 11.0.1.243 netmask ffffff00 broadcast 11.0.1.255
	ether 0:3:ba:c4:f7:47 
ixgb1000: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 54
	inet 12.0.0.2 netmask ffffff00 broadcast 12.0.0.255
	ether 0:3:ba:c4:f7:47 
rrr:/ #

trea:/ # ifconfig ixgb1000 plumb
trea:/ # ifconfig ixgb1000 12.0.0.1/24 up
trea:/ # ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
	inet 127.0.0.1 netmask ff000000 
bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
	inet 10.13.22.212 netmask ffffff00 broadcast 10.13.22.255
	ether 0:9:3d:0:a7:8a 
ixgb0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 42
	inet 11.0.1.212 netmask ffffff00 broadcast 11.0.1.255
	ether 0:e:c:5f:82:f6 
ixgb1000: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 43
	inet 12.0.0.1 netmask ffffff00 broadcast 12.0.0.255
	ether 0:e:c:5f:82:f6 

trea:/LinkAuto/TTCP-i386 # ping 11.0.1.243
11.0.1.243 is alive
trea:/LinkAuto/TTCP-i386 # ping 12.0.0.2  
no answer from 12.0.0.2
trea:/LinkAuto/TTCP-i386 # 


trea:/LinkAuto/TTCP-i386 # uname -a
SunOS trea 5.11 snv_21 i86pc i386 i86pc
trea:/LinkAuto/TTCP-i386 # 

trea:/LinkAuto/TTCP-i386 # modinfo | grep ixgb
195 fffffffff001d000  10bc8  55   1  ixgb (IXGB 10Gb Ethernet Driver V%I%)
trea:/LinkAuto/TTCP-i386 #
Work Around
N/A
Comments
N/A