net/sfc/base: add encapsulated TSOv2 capability
Signed-off-by: Vijay Srivastava <vijays@solarflare.com> Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
This commit is contained in:
parent
7ebb0460d6
commit
f16e00c6dc
@ -1057,6 +1057,12 @@ ef10_get_datapath_caps(
|
||||
encp->enc_fw_assisted_tso_v2_n_contexts = 0;
|
||||
}
|
||||
|
||||
/* Check if the firmware supports FATSOv2 encap */
|
||||
if (CAP_FLAGS2(req, TX_TSO_V2_ENCAP))
|
||||
encp->enc_fw_assisted_tso_v2_encap_enabled = B_TRUE;
|
||||
else
|
||||
encp->enc_fw_assisted_tso_v2_encap_enabled = B_FALSE;
|
||||
|
||||
/* Check if the firmware has vadapter/vport/vswitch support */
|
||||
if (CAP_FLAGS1(req, EVB))
|
||||
encp->enc_datapath_cap_evb = B_TRUE;
|
||||
|
@ -1230,6 +1230,7 @@ typedef struct efx_nic_cfg_s {
|
||||
uint32_t enc_tx_tso_tcp_header_offset_limit;
|
||||
boolean_t enc_fw_assisted_tso_enabled;
|
||||
boolean_t enc_fw_assisted_tso_v2_enabled;
|
||||
boolean_t enc_fw_assisted_tso_v2_encap_enabled;
|
||||
/* Number of TSO contexts on the NIC (FATSOv2) */
|
||||
uint32_t enc_fw_assisted_tso_v2_n_contexts;
|
||||
boolean_t enc_hw_tx_insert_vlan_enabled;
|
||||
|
Loading…
x
Reference in New Issue
Block a user