commit | 4a5d6c8b14b81e3704607a354434321e390d228a | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Mon Mar 06 16:39:52 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 08 23:08:57 2017 -0800 |
tree | 40c1f89c36d38497d52cbb665a5a91a0938c2352 | |
parent | 9bf881ffc5c0e65343fb51eef10dd989b36d1c1f [diff] |
flow_dissector: Move MPLS dissection into a separate function Make the main flow_dissect function a bit smaller and move the MPLS dissection into a separate function. Along with that, do the MPLS header processing only in case the flow dissection user requires it. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>