DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v3 0/5] ixgbe: fix bugs or just improve.
@ 2018-03-22 13:01 xiangxia.m.yue
  2018-03-22 13:01 ` [dpdk-dev] [PATCH v3 1/5] net/ixgbevf: set the inter-interrupt interval for EITR xiangxia.m.yue
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: xiangxia.m.yue @ 2018-03-22 13:01 UTC (permalink / raw)
  To: wenzhuo.lu, konstantin.ananyev, beilei.xing, wei.dai; +Cc: dev, Tonghao Zhang

From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

The patches in the patchset have no dependency. But all of them
is about ixgbe or ixgbevf. The patch 1 and 2 add the itr configuration
for ixgbe and ixgbevf, the user and developer can configure it for
their platform. Other patches refine the ixgbe or ixgbevf.

v2 --> v3:
remove the patch: http://dpdk.org/dev/patchwork/patch/33698

Tonghao Zhang (5):
  net/ixgbevf: set the inter-interrupt interval for EITR.
  net/ixgbe: set the ITR via configuration.
  net/ixgbe: write disable to ITR counter.
  net/ixgbevf: save IXGBE_VTEIMS to intr->mask for performance.
  net/ixgbe: remove the unnecessary call rte_intr_enable.

 config/common_base               |  2 +
 drivers/net/ixgbe/ixgbe_ethdev.c | 79 +++++++++++++++++++++++-----------------
 drivers/net/ixgbe/ixgbe_ethdev.h | 12 ++++++
 drivers/net/ixgbe/ixgbe_rxtx.c   |  3 +-
 4 files changed, 61 insertions(+), 35 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [dpdk-dev] [PATCH v3 0/5] ixgbe: fix bugs or just improve.
@ 2018-02-05  0:51 xiangxia.m.yue
  2018-02-05  0:51 ` [dpdk-dev] [PATCH v3 1/5] net/ixgbevf: set the inter-interrupt interval for EITR xiangxia.m.yue
  0 siblings, 1 reply; 12+ messages in thread
From: xiangxia.m.yue @ 2018-02-05  0:51 UTC (permalink / raw)
  To: beilei.xing, wei.dai, helin.zhang, wenzhuo.lu; +Cc: dev, Tonghao Zhang

From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

The patches in the patchset have no dependency. But all of them
is about ixgbe or ixgbevf. The patch 1 and 2 add the itr configuration
for ixgbe and ixgbevf, the user and developer can configure it for
their platform. Other patches refine the ixgbe or ixgbevf.

v2 --> v3:
remove the patch: http://dpdk.org/dev/patchwork/patch/33698

Tonghao Zhang (5):
  net/ixgbevf: set the inter-interrupt interval for EITR.
  net/ixgbe: set the ITR via configuration.
  net/ixgbe: write disable to ITR counter.
  net/ixgbevf: save IXGBE_VTEIMS to intr->mask for performance.
  net/ixgbe: remove the unnecessary call rte_intr_enable.

 config/common_base               |  2 +
 drivers/net/ixgbe/ixgbe_ethdev.c | 79 +++++++++++++++++++++++-----------------
 drivers/net/ixgbe/ixgbe_ethdev.h | 12 ++++++
 drivers/net/ixgbe/ixgbe_rxtx.c   |  3 +-
 4 files changed, 61 insertions(+), 35 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-04-26 13:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22 13:01 [dpdk-dev] [PATCH v3 0/5] ixgbe: fix bugs or just improve xiangxia.m.yue
2018-03-22 13:01 ` [dpdk-dev] [PATCH v3 1/5] net/ixgbevf: set the inter-interrupt interval for EITR xiangxia.m.yue
2018-04-17 11:00   ` Ferruh Yigit
2018-04-18  1:01     ` Tonghao Zhang
2018-04-18 16:10       ` Ferruh Yigit
2018-04-26 13:14         ` Zhang, Qi Z
2018-04-26 13:54           ` Tonghao Zhang
2018-03-22 13:01 ` [dpdk-dev] [PATCH v3 2/5] net/ixgbe: set the ITR via configuration xiangxia.m.yue
2018-03-22 13:01 ` [dpdk-dev] [PATCH v3 3/5] net/ixgbe: write disable to ITR counter xiangxia.m.yue
2018-03-22 13:01 ` [dpdk-dev] [PATCH v3 4/5] net/ixgbevf: save IXGBE_VTEIMS to intr->mask for performance xiangxia.m.yue
2018-03-22 13:01 ` [dpdk-dev] [PATCH v3 5/5] net/ixgbe: remove the unnecessary call rte_intr_enable xiangxia.m.yue
  -- strict thread matches above, loose matches on Subject: below --
2018-02-05  0:51 [dpdk-dev] [PATCH v3 0/5] ixgbe: fix bugs or just improve xiangxia.m.yue
2018-02-05  0:51 ` [dpdk-dev] [PATCH v3 1/5] net/ixgbevf: set the inter-interrupt interval for EITR xiangxia.m.yue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).