DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] PktGen Ethertype
@ 2017-05-09  8:55 James Bensley
  2017-05-09 13:56 ` Wiles, Keith
  0 siblings, 1 reply; 6+ messages in thread
From: James Bensley @ 2017-05-09  8:55 UTC (permalink / raw)
  To: users

Hi All,

I hope this is a suitable place to ask, if not please point me at
somewhere more appropriate.

I've been reading through the Pktgen docs
(http://pktgen.readthedocs.io/en/latest/commands.html for example) and
I'm trying to find out if I can set the EtherType field in the layer 2
headers to any value I like. I can't seem to find anything on this.

I want to use some Lua scripts to generate traffic with every possible
EtherType (from 0x0000 to 0xFFFF) and send that through a switch and
test that all frames were received on the other side. Is there a
function like pktgen.set_eth_type() so I can wrap it in loop?

// Build an entire frame then just loop over the ethertype for each frame:

build_entire_frame_with_payload();

for (i = 0; i <= 0xFFFF; i++) {

    pktgen.set_eth_type(i);
    send_frame();
}

Cheers,
James.

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

end of thread, other threads:[~2017-05-10 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-09  8:55 [dpdk-users] PktGen Ethertype James Bensley
2017-05-09 13:56 ` Wiles, Keith
2017-05-09 14:13   ` Paul Emmerich
2017-05-10  9:12     ` James Bensley
2017-05-10  9:09   ` James Bensley
2017-05-10 13:53     ` Wiles, Keith

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).