I set the bypass mode reference the sample code in [https://www.ti.com/lit/ug/swru455m/swru455m.pdf
I can get raw packet with mac header use sl_recv() (ARP, DHCP discover and so on).
But When I sent the packet which just received with sl_send() for test, I can not capture any packet sent by sl_send ()from my PC. What should i do to send the ethernet packet to my PC?