i40e: print Rx packet split status
Add the RX routine in use to the features log message. Change-ID: Ifbbf28fb7f42b9a3d2828586488e9e6331107dd5 Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Tested-by: Jim Young <james.m.young@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
ccafbce41b
commit
aba237d124
@ -9356,8 +9356,10 @@ static void i40e_print_features(struct i40e_pf *pf)
|
||||
#ifdef CONFIG_PCI_IOV
|
||||
buf += sprintf(buf, "VFs: %d ", pf->num_req_vfs);
|
||||
#endif
|
||||
buf += sprintf(buf, "VSIs: %d QP: %d ", pf->hw.func_caps.num_vsis,
|
||||
pf->vsi[pf->lan_vsi]->num_queue_pairs);
|
||||
buf += sprintf(buf, "VSIs: %d QP: %d RX: %s ",
|
||||
pf->hw.func_caps.num_vsis,
|
||||
pf->vsi[pf->lan_vsi]->num_queue_pairs,
|
||||
pf->flags & I40E_FLAG_RX_PS_ENABLED ? "PS" : "1BUF");
|
||||
|
||||
if (pf->flags & I40E_FLAG_RSS_ENABLED)
|
||||
buf += sprintf(buf, "RSS ");
|
||||
|
Loading…
Reference in New Issue
Block a user