[dpdk-dev] [PATCH v3 2/5] net/ixgbe: set the ITR via configuration.

2018-03-22 Thread xiangxia . m . yue
From: Tonghao Zhang With this patch, the ITR value of ixgbe PF, can be configured as wanted. Signed-off-by: Tonghao Zhang --- drivers/net/ixgbe/ixgbe_ethdev.c | 5 + drivers/net/ixgbe/ixgbe_rxtx.c | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/net/ixgbe/i

[dpdk-dev] [PATCH v3 2/5] net/ixgbe: set the ITR via configuration.

2018-02-04 Thread xiangxia . m . yue
From: Tonghao Zhang With this patch, the ITR value of ixgbe PF, can be configured as wanted. Signed-off-by: Tonghao Zhang --- drivers/net/ixgbe/ixgbe_ethdev.c | 5 + drivers/net/ixgbe/ixgbe_rxtx.c | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/net/ixgbe/i