[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1610478433-7606-1-git-send-email-eranbe@nvidia.com>
Date: Tue, 12 Jan 2021 21:07:11 +0200
From: Eran Ben Elisha <eranbe@...dia.com>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
CC: <netdev@...r.kernel.org>, Tariq Toukan <tariqt@...dia.com>,
Cong Wang <xiyou.wangcong@...il.com>,
Eric Dumazet <edumazet@...gle.com>,
Jiri Pirko <jiri@...dia.com>,
Vladimir Oltean <vladimir.oltean@....com>,
Jakub Sitnicki <jakub@...udflare.com>,
Guillaume Nault <gnault@...hat.com>,
Richard Cochran <richardcochran@...il.com>,
Andrew Lunn <andrew@...n.ch>,
Alexei Starovoitov <ast@...nel.org>,
Ariel Levkovich <lariel@...lanox.com>,
Andrii Nakryiko <andriin@...com>,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
"Eran Ben Elisha" <eranbe@...dia.com>
Subject: [PATCH net-next v4 0/2] Dissect PTP L2 packet header
Hi Jakub, Dave,
This series adds support for dissecting PTP L2 packet
header (EtherType 0x88F7).
For packet header dissecting, skb->protocol is needed. Add protocol
parsing operation to vlan ops, to guarantee skb->protocol is set,
as EtherType 0x88F7 occasionally follows a vlan header.
Changelog:
v4:
- Drop a redundant length check when fetching ptp header from skb.
v2, v3:
- Add more people to the CC list.
Eran Ben Elisha (2):
net: vlan: Add parse protocol header ops
net: flow_dissector: Parse PTP L2 packet header
net/8021q/vlan_dev.c | 9 +++++++++
net/core/flow_dissector.c | 16 ++++++++++++++++
2 files changed, 25 insertions(+)
--
2.17.1
Powered by blists - more mailing lists