I have changed the MTU to 1600 and do several tests with different setups. I get to capture and see in Wireshark "big" outgoing frames (i.e. 1600 bytes) but fail to see incoming "big" frames, despite I am totally certain those frames get the network adapter. Any help would be very much appreciated. asked 11 Apr '13, 02:25 JAVIER edited 11 Apr '13, 07:27 Kurt Knochner ♦ |
2 Answers:
Can you please follow the instructions of a guy who also had problems with same NIC and with Jumbo frames.
First: Please change (or check) the registry value mentioned in the post (then reboot). Regards answered 11 Apr '13, 05:49 Kurt Knochner ♦ Eureka! Just follow the instructions and finally get Jumbo Frames incoming !! To summarize my conclusions and experience: 1) By changing mtu at Win7 "netsh" context level ("netsh int ipv4 set subint <interface name=""> mtu=xxxx") I got just only Jumbo Frames outgoing capability, the laptop was able to send large frames, but not large incoming frames were displayed. 2) By changing the NIC Jumbo Frames capability at Win 7registry level (according to your instructions), the laptop finally got Jumbo frames incoming capability, I just got to display incoming large frames!. Notice that "*JumboPacket" entry was not present and I had to create it in the registry. Thanks a lot Kind regards (11 Apr '13, 06:42) JAVIER
You're welcome. Hint: If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions. (11 Apr '13, 07:03) Kurt Knochner ♦ |
Where are you capturing? On the device that is sending the packets? Have you disabled offloading capabilities in your NIC? Otherwise you might just see large chunks of data that gets segmented on the card. Also, your switch may drop "oversized" packets unless it is configured to work with Jumbo frames, which means that your packets may leave your PC but they will not get to the destination, and there will not be any reply. Even IF there would be a reply, the switch could drop the frames again for being "oversized". answered 11 Apr '13, 02:30 Jasper ♦♦ Thanks a lot Jasper for your promptly answer. I have tried lot of setups and different options. In order to discard some dropping in the intermediate path, finally I tested two Win7 1600 mtu laptops directly connected, with the same results. Both laptops send "big frames" and display it perfectly in Wireshark (I am certain they send big frames as I got to trace them in a intermediate router in a different setup), but fail to ¿capture? and display in Wireshark incoming big frames that get their network adapters. I have disable all offloading related options in NIC capabilites with the same result. (11 Apr '13, 03:27) JAVIER |
What is your NIC brand and modell?
Intel 82577LC Gigabit Network Connection