From 8aa7e5bf95e452cec43412036b59c04014149cde Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Thu, 22 Sep 2016 23:55:36 +0300 Subject: trafgen: l2: Add support for PFC header Add PFC header fields setting (prio vector, time per priority). By default Ethernet header is pushed with required fields. Signed-off-by: Vadim Kochan Signed-off-by: Tobias Klauser --- trafgen_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'trafgen_proto.h') diff --git a/trafgen_proto.h b/trafgen_proto.h index a1f6b66..ec152b4 100644 --- a/trafgen_proto.h +++ b/trafgen_proto.h @@ -9,6 +9,7 @@ enum proto_id { PROTO_NONE = 0, PROTO_ETH, PROTO_PAUSE, + PROTO_PFC, PROTO_VLAN, PROTO_ARP, PROTO_MPLS, -- cgit v1.2.3-54-g00ecf