DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Sent a UDP packet, but length is wrong when captured
@ 2018-09-26 18:28 DoHyung Kim
  2018-09-27  1:54 ` DoHyung Kim
  0 siblings, 1 reply; 3+ messages in thread
From: DoHyung Kim @ 2018-09-26 18:28 UTC (permalink / raw)
  To: users

Hi,

I'm new to DPDK and having trouble in crafting TX packets.

My application receives and caches UDP packets after dropping header part.
When clients request, it sends the cached packets after prepending them 
a new header mbuf
(by chaining), which contains all the headers to UDP's filled correctly 
for targeting the clients.
Though I think I'm doing nothing wrong, I see the transmitted ethernet 
frames are
14 bytes longer than expected.

Please see a capture of such a packet from Wireshark below:





The multi-seg mbuf is 1370 byte long, but weirdly enough, its 1384 when 
captured back.
I'm using libpcap based vdev on loopback interface for testing. And DPDK 
version is 17.11.3 on Ubuntu 18.04.

Any clue?

Thanks in advance.

DoHyung Kim

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-27 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26 18:28 [dpdk-users] Sent a UDP packet, but length is wrong when captured DoHyung Kim
2018-09-27  1:54 ` DoHyung Kim
2018-09-27 16:24   ` DoHyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).