-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: Ethernetarea: NetworkingbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
Hi,
I've been developing Ethernet drivers for qemu_cortex_m3 (stellaris lm3s6965).
For testing the driver with qemu, a virtual network was made with vde_switch. One qemu-arm runs zephyr with Ethernet driver and another qemu-x86_64 with linux.
We could successfully test using ping commands and UDP. In UDP zephyr acts as the client and linux machine as server.
For a TCP test, where zephyr acts as the client and linux machine as server, there is no response coming from the server.
tcpdump showed as only SYN packets. No other response was coming from the server.
When tested two different qemu-linux machines for TCP, the system is responding.
Would like to know anything on above, or previous threads on it.
regards
Metadata
Metadata
Assignees
Labels
area: Ethernetarea: NetworkingbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug