> Not sure I've got too many answers, but suspiciously > :-) I should say interestingly
Spot on. I had 7500 in /kernel/drv/rge.conf. Now, with 7000, I get: > # dladm show-linkprop -p mtu rge0 LINK PROPERTY PERM VALUE DEFAULT POSSIBLE rge0 mtu r- 7000 1500 7000 # ifconfig rge0 rge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 7000 index 2 inet 10.1.8.2 netmask ff000000 broadcast 10.255.255.255 ether 0:14:c1:4c:3a:f9 Now to test... > In : > http://src.opensolaris.org/source/xref/onnv/onnv-gate/ > usr/src/uts/common/io/rge/rge_hw.h#RGE_BUFF_SIZE_JUMBO > > > I see > > 542 /* > 543 * Architectural constants: absolute maximum > numbers of each type of ring > 544 */ > 545 > 546 #define RGE_SEND_SLOTS 1024 > 547 #define RGE_RECV_SLOTS 1024 > 548 #define RGE_BUFF_SIZE_STD 1536 /* 1536 bytes > */ > 549 #define RGE_BUFF_SIZE_JUMBO 7168 /* maximum > 7K */ > 550 #define RGE_JUMBO_SIZE 7014 > 551 #define RGE_JUMBO_MTU 7000 > 552 #define RGE_STATS_DUMP_SIZE 64 > aybe this is having some effect, or I might be off in > the weeds. > > Now we need an rge driver expert ... > > .s Chavdar Ivanov -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org