diff options
author | Ganesh Goudar <ganeshgr@chelsio.com> | 2018-01-10 15:45:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-11 18:58:56 +0300 |
commit | d0a1299c6bf7d80c8bb8e181f36a7c407a4cabca (patch) | |
tree | a44a62ea249c18c50c13ed8b49566ba620e58708 /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | |
parent | 846eac3fccec85d464211ecb7aa53b3a33c69c4c (diff) | |
download | linux-d0a1299c6bf7d80c8bb8e181f36a7c407a4cabca.tar.xz |
cxgb4: add support for vxlan segmentation offload
add changes to t4_eth_xmit to enable vxlan segmentation
offload support.
Original work by: Santosh Rastapur <santosh@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h index f56e893feace..baa67d362051 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h @@ -1314,6 +1314,7 @@ void t4_sge_start(struct adapter *adap); void t4_sge_stop(struct adapter *adap); void cxgb4_set_ethtool_ops(struct net_device *netdev); int cxgb4_write_rss(const struct port_info *pi, const u16 *queues); +enum cpl_tx_tnl_lso_type cxgb_encap_offload_supported(struct sk_buff *skb); extern int dbfifo_int_thresh; #define for_each_port(adapter, iter) \ |