[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

Re: [PATCH] net: support Arista L2 headers

2025-02-07 Thread Stephen Hemminger
On Fri, 7 Feb 2025 09:07:57 + "Denis Davidoglu" wrote: > 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 imp

Re: [PATCH] net: support Arista L2 headers

2025-02-04 Thread Thomas Monjalon
04/02/2025 16:41, 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. I'm not familiar with these head

[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 ++