commit | 2a20525b26475528dc5a664478db2fea23c57d42 | [log] [tgz] |
---|---|---|
author | Scott Peterson <scott.d.peterson@intel.com> | Fri Nov 18 11:25:42 2016 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed May 31 04:16:28 2017 -0700 |
tree | 069c5009a0569a8a4087799045eef23c0cef2648 | |
parent | ffe406457753a7ca2061ecc8c4d3971623066911 [diff] |
ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packets This patch advertises TSO & GSO features in netdev->mpls_features. In ixgbe(vf)_tso() where we set up segmentation offload, the IP header will be the inner network header when eth_p_mpls() indicates the Ethernet protocol is MPLS (UC or MC). Suggested-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Scott Peterson <scott.d.peterson@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>