Hi expert,
I try to check JUMBO PACKET by using EVMC6678L and window7 PC.
I'm trying to enable JUMBO PACKET. However I could not communicate w/ EVMC6678L by using JUMBO PACKET
- 1 -
Here is my environment.
* CCS 6.0.1.00040 is used.
* MCSDK 2.1.2.6
* PDK 1.1.2.6
* NDK 2.21.2.43
* Sys/bios 6.33.6.50
* XDC 3.23.4.60
- 2 -
Here is my procedure to check JUMBO Packet
1. Build "helloworld_evmc6678l" according to "Enabling_Jumbo_packet_support_C6678.pdf"
2. I set MTU of windows 7 to 9K by for local area connection.
(I confirmed idx and MTU by using "netsh intetface ipv4 show interface" command and saw MTU was changed from 1500 to 9202.)
3. I loaded gel file (evmc6678l.gel) for core0 and loaded out file.
4. I used ping command to send JUMBO PACKET from PC to EVM and check packet by using WireShark.
4-1. At first, I tried to send 600 byte
(ping 192.168.2.100 -l 600)
Then I could observe transmit worked fine.(I saw "642 echo (ping) request" and "reply" from 192.168.2.101 on wireshark)
4-2. Second, I tried to send 2000 byte(JUMBO PACKET).
(ping 192.168.2.100 -l 2000)
Then I could observe transmit did NOT work fine.(I saw "2042 echo (ping) request" and "no response found" on wireshark)
- 3 -
please advice if I have to do.
(And I want attach my executed file which I used to check JUMBO PACKET. does anyone know how to attach "out" file ?)
Best Regards,
Machida