[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1610023140-20256-1-git-send-email-eranbe@nvidia.com>
Date: Thu, 7 Jan 2021 14:38:58 +0200
From: Eran Ben Elisha <eranbe@...dia.com>
To: <netdev@...r.kernel.org>, "David S. Miller" <davem@...emloft.net>,
"Jakub Kicinski" <kuba@...nel.org>
CC: Tariq Toukan <tariqt@...dia.com>,
Eran Ben Elisha <eranbe@...dia.com>
Subject: [PATCH net-next 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.
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