> -----Original Message----- > From: Zhang, Qi Z > Sent: Thursday, April 12, 2018 1:22 PM > To: Tonghao Zhang; Xing, Beilei; Dai, Wei; Zhang, Helin; Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 0/5] ixgbe: fix bugs or just improve. > > On Mon, Feb 5, 2018 at 8:51 AM, <xiangxia.m....@gmail.com> wrote: > > From: Tonghao Zhang <xiangxia.m....@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 > > > > Acked-by: Qi Zhang <qi.z.zh...@intel.com> Patch series (1 to 4) applied to dpdk-next-net-intel, patch 5 rejected. Thanks!
/Helin > > Note: patch 5 will be removed as agreed by author.