Yi Yang
1f0b7744c5
net: add NSH header structures and helpers
...
NSH (Network Service Header)[1] is a new protocol for service
function chaining, it can be handled as a L3 protocol like
IPv4 and IPv6, Eth + NSH + Inner packet or VxLAN-gpe + NSH +
Inner packet are two typical use cases.
This patch adds NSH header structures and helpers for NSH GSO
support and Open vSwitch NSH support.
[1] https://datatracker.ietf.org/doc/draft-ietf-sfc-nsh/
[Jiri: added nsh_hdr() helper and renamed the header struct to "struct
nshhdr" to match the usual pattern. Removed packet type defines, these are
now shared with VXLAN-GPE.]
Signed-off-by: Yi Yang <yi.y.yang@intel.com>
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-29 15:16:52 -07:00
..
2017-07-11 06:08:58 -04:00
2017-05-18 13:52:49 +02:00
2015-09-21 16:03:04 -07:00
2017-07-01 07:39:07 -07:00
2017-08-24 18:05:43 -07:00
2017-04-05 10:15:20 +02:00
2016-02-11 03:54:14 -05:00
2017-08-11 10:02:44 -07:00
2017-08-23 20:44:32 -07:00
2017-04-12 22:02:36 +02:00
2017-05-17 15:22:13 -04:00
2017-08-15 17:06:34 -07:00
2015-09-17 13:20:05 +02:00
2017-08-29 10:55:20 +01:00
2017-07-21 03:38:43 +01:00
2017-04-24 12:35:56 -04:00
2017-07-01 07:39:07 -07:00
2017-07-04 22:35:19 +01:00
2016-02-09 04:45:49 -05:00
2017-05-27 18:51:41 -04:00
2017-08-11 14:21:42 -07:00
2017-08-11 14:59:24 -07:00
2017-07-04 22:35:16 +01:00
2017-06-13 11:04:37 +02:00
2016-07-08 12:20:57 +02:00
2017-01-20 12:12:13 -05:00
2017-07-04 01:29:04 -07:00
2016-04-19 20:09:25 -04:00
2016-04-25 16:44:27 -04:00
2016-06-25 12:19:35 -04:00
2016-04-25 16:44:27 -04:00
2016-06-09 23:41:03 -07:00
2017-08-24 18:10:46 -07:00
2017-07-04 22:35:15 +01:00
2015-09-17 17:18:37 -07:00
2017-08-21 10:39:11 -07:00
2016-02-16 20:21:48 -05:00
2017-06-25 11:42:01 -04:00
2017-02-07 13:07:46 -05:00
2017-08-18 15:14:07 -07:00
2017-08-22 14:29:30 -07:00
2017-04-14 10:06:42 +02:00
2015-09-23 15:33:15 -07:00
2017-08-03 15:35:59 -07:00
2017-08-03 15:35:59 -07:00
2017-06-04 18:12:23 -04:00
2017-08-24 18:21:17 -07:00
2016-05-20 18:03:16 -04:00
2016-09-30 13:29:21 +02:00
2016-09-30 13:29:21 +02:00
2016-12-05 15:21:59 -05:00
2017-06-05 10:54:55 -04:00
2016-06-17 20:23:32 -07:00
2016-08-18 01:17:32 -04:00
2017-02-08 14:38:18 -05:00
2016-07-25 17:55:43 -07:00
2016-03-14 12:19:46 -04:00
2016-04-27 22:48:25 -04:00
2017-01-25 16:00:33 +01:00
2016-01-04 20:40:41 +01:00
2017-07-04 01:29:04 -07:00
2017-02-03 15:16:45 -05:00
2015-12-15 23:25:20 -05:00
2017-01-18 13:04:28 -05:00
2017-08-07 11:39:22 -07:00
2017-03-09 18:23:27 -08:00
2017-06-15 12:12:40 -04:00
2016-08-13 15:08:00 -07:00
2017-07-06 08:59:41 -07:00
2017-08-07 11:39:21 -07:00
2017-01-25 14:04:38 -05:00
2016-12-29 11:38:31 -05:00
2017-07-17 08:59:01 -07:00
2016-03-13 23:55:13 -04:00
2017-08-15 17:05:03 -07:00
2017-08-24 18:21:17 -07:00
2017-04-21 13:21:30 -04:00
2017-08-03 15:35:59 -07:00
2017-08-28 15:04:52 -07:00
2017-04-28 12:00:10 +02:00
2017-08-21 17:06:42 -07:00
2017-07-04 01:29:03 -07:00
2017-07-04 22:35:17 +01:00
2017-01-13 09:38:42 +01:00
2016-08-17 19:36:23 -04:00
2016-10-13 12:05:26 -04:00
2017-07-04 22:35:16 +01:00
2015-05-11 10:50:17 -04:00
2017-07-04 22:35:15 +01:00
2017-05-30 11:55:32 -04:00
2017-08-09 09:49:42 +03:00
2016-07-08 13:23:12 +02:00
2017-04-01 20:21:44 -07:00
2016-10-03 02:00:22 -04:00
2017-08-28 16:49:49 -07:00
2017-07-01 07:39:07 -07:00
2017-07-19 08:55:18 -07:00
2017-08-03 15:35:59 -07:00
2016-07-05 09:06:29 -07:00
2017-07-01 07:39:09 -07:00
2017-07-30 19:28:08 -07:00
2015-12-08 22:02:33 -05:00
2017-07-04 22:35:17 +01:00
2016-07-08 12:20:57 +02:00
2017-08-29 15:16:52 -07:00
2016-03-23 22:09:58 -04:00
2017-08-11 13:47:01 -07:00
2017-08-11 13:47:00 -07:00
2016-08-15 10:55:53 -07:00
2017-03-24 13:17:07 -07:00
2017-01-24 13:44:28 -05:00
2017-08-07 11:39:21 -07:00
2017-08-07 11:39:22 -07:00
2016-12-25 17:21:22 +01:00
2017-07-01 07:39:08 -07:00
2017-06-17 22:54:00 -04:00
2017-08-09 16:57:38 -07:00
2017-08-25 17:19:10 -07:00
2017-03-02 08:42:31 +01:00
2017-06-08 10:53:29 -04:00
2016-11-09 20:40:06 -05:00
2017-08-25 17:10:23 -07:00
2017-01-09 16:07:41 -05:00
2016-04-28 11:49:45 -04:00
2016-01-19 14:44:23 -05:00
2017-08-21 17:06:42 -07:00
2017-08-24 21:57:50 -07:00
2017-08-07 14:48:48 -07:00
2017-08-23 20:30:47 -07:00
2015-07-09 15:12:20 -07:00
2017-06-15 12:12:40 -04:00
2016-05-03 16:08:14 -04:00
2017-08-23 20:42:09 -07:00
2017-08-29 15:16:52 -07:00
2017-07-24 13:52:59 -07:00
2017-08-15 20:23:23 -07:00
2017-05-16 15:41:29 -04:00
2017-08-29 15:16:52 -07:00
2017-06-14 13:52:44 +02:00
2017-07-04 22:35:18 +01:00
2017-08-11 07:03:00 +02:00