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