vxge(4): Yet another (minor) mismatch.

VXGE_DEFAULT_TTI_RTIMER_VAL and VXGE_DEFAULT_RTI_RTIMER_VAL have value
zero but nevertheless we should use the right value on each.

Pointed by:	jhb
X-MFC with:	r314145
This commit is contained in:
Pedro F. Giffuni 2017-02-23 18:56:31 +00:00
parent d43e62ddea
commit 46f8be3953
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314158

View File

@ -2312,7 +2312,7 @@ vxge_vpath_open(vxge_dev_t *vdev)
vpath->rx_ticks = ticks;
vpath->tti_rtimer_val = VXGE_DEFAULT_TTI_RTIMER_VAL;
vpath->rti_rtimer_val = VXGE_DEFAULT_TTI_RTIMER_VAL;
vpath->rti_rtimer_val = VXGE_DEFAULT_RTI_RTIMER_VAL;
vpath->tx_intr_coalesce = vdev->config.intr_coalesce;
vpath->rx_intr_coalesce = vdev->config.intr_coalesce;