[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160510140729.65caf946@griffin>
Date: Tue, 10 May 2016 14:07:29 +0200
From: Jiri Benc <jbenc@...hat.com>
To: "Yang, Yi Y" <yi.y.yang@...el.com>
Cc: Simon Horman <simon.horman@...ronome.com>,
"dev@...nvswitch.org" <dev@...nvswitch.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [ovs-dev] [PATCH v9 net-next 4/7] openvswitch: add layer 3
flow/port support
Please do not top post.
On Tue, 10 May 2016 00:16:36 +0000, Yang, Yi Y wrote:
> I think it is still necessary to keep eth_type in push_eth action, for
> the classifier case, it will push_nsh then push_eth for the original
> frame, this will need to set eth_type to 0x894f by push_eth, otherwise
> push_eth won't know this eth_type.
Nope, push_nsh will set skb->protocol to ETH_P_NSH. Later push_eth will
use that value correctly.
Jiri
Powered by blists - more mailing lists