SH is not tunnel,
so it has to be changed to support both Geneve and NSH. Anyway, they won't be
part of ovs_key_nsh.
-Original Message-
From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] On
Behalf Of Jiri Benc
Sent: Friday, August 11, 2017 5:11 PM
To: Yang
Original Message-
From: Ben Pfaff [mailto:b...@ovn.org]
Sent: Thursday, August 10, 2017 4:54 AM
To: Yang, Yi Y
Cc: Jan Scheurich ; d...@openvswitch.org;
netdev@vger.kernel.org; Jiri Benc ; da...@davemloft.net;
Zoltán Balogh
Subject: Re: [ovs-dev] [PATCH net-next] openvswitch: add NSH support
struct
ovs_action_encap_nsh? I mean how we handle the arguments for function encap_nsh.
-Original Message-
From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] On
Behalf Of Ben Pfaff
Sent: Thursday, August 10, 2017 2:09 AM
To: Yang, Yi Y
Cc: Jan Scheurich ; d
break;
}
-nl_msg_put_unspec(odp_actions, OVS_ACTION_ATTR_ENCAP_NSH,
- &encap_nsh, sizeof(encap_nsh));
+size = sizeof(struct ovs_action_encap_nsh)
+ + ROUND_UP(encap_nsh->mdlen, 4);
+ pad_len = size - sizeof(struct ovs_action_encap_nsh)
+
d to set the content of the header.
Again, OVS userspace code must be consistent with here, so keeping it intact
will be better because OVS userspace code was there.
-Original Message-
From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] On
Behalf Of Jiri Benc
Sent: Tue
Got it, thanks, I'll follow your discussion thread.
-Original Message-
From: Thadeu Lima de Souza Cascardo [mailto:casca...@cascardo.eti.br]
Sent: Wednesday, November 16, 2016 3:01 AM
To: Yang, Yi Y ; Jiri Benc ;
netdev@vger.kernel.org
Cc: d...@openvswitch.org; Simon Horman ;
Hi, Jiri
I'm very glad to see you're continuing this work :-), I asked Simon about this
twice, but nobody replies. I also remember Cascardo has a patch set to
collaborate with this patch set, I asked Cascardo, but nobody responds, will
you continue to do Cascardo's " create tunnel devices using
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.
-Original Message-
From: dev [mailto:dev-