[PATCH] net: support Arista L2 headers

2025-02-09 Thread Denis Davidoglu
From: Thomas Monjalon > I'm not familiar with these headers. > Are they standardized? > Is there a RFC? Arista Vendor Specific Protocol is not publicly disclosed yet. However, Wireshark already includes a dissector implementetation and its source code can serve for now as a reference: https://g

[PATCH] net: support Arista L2 headers

2025-02-04 Thread Denis Davidoglu
Packet parsing and type detection fail for packets containing Arista Vendor Specific Protocol (AVSP) headers. This patch adds support for three L2 headers: Arista TGen, Arista 64-bit Timestamp and Arista 48-bit Timestamp. Signed-off-by: Denis Davidoglu --- lib/net/rte_ether.h | 31