> -----Original Message----- > From: Zhang, Qi Z > Sent: Wednesday, May 9, 2018 1:32 PM > To: xiangxia.m....@gmail.com; Yigit, Ferruh; Zhang, Helin; Xing, Beilei; Dai, > Wei > Cc: dev@dpdk.org > Subject: RE: [PATCH net-next v4 0/4] set ixgbe/ixgbevf EITR for performance > > > > > -----Original Message----- > > From: xiangxia.m....@gmail.com [mailto:xiangxia.m....@gmail.com] > > Sent: Saturday, April 28, 2018 11:04 AM > > To: Zhang, Qi Z <qi.z.zh...@intel.com>; Yigit, Ferruh > > <ferruh.yi...@intel.com>; Zhang, Helin <helin.zh...@intel.com>; Xing, > > Beilei <beilei.x...@intel.com>; Dai, Wei <wei....@intel.com> > > Cc: dev@dpdk.org; Tonghao Zhang <xiangxia.m....@gmail.com> > > Subject: [PATCH net-next v4 0/4] set ixgbe/ixgbevf EITR for > > performance > > > > From: Tonghao Zhang <xiangxia.m....@gmail.com> > > > > v4: for reducing config options, remove the config option and use the > > default value defined in header file. Remove the patch: > > http://dpdk.org/dev/patchwork/patch/36433 > > > > rebase the net-next. > > > > v3: configure eitr via configuration file and remove the patch: > > http://dpdk.org/dev/patchwork/patch/33698 > > > > Tonghao Zhang (4): > > net/ixgbevf: set the interrupt interval for EITR > > net/ixgbe: set the default value for EITR > > net/ixgbe: write disable to EITR counter > > net/ixgbevf: save IXGBE_VTEIMS to intr->mask for performance. > > > > drivers/net/ixgbe/ixgbe_ethdev.c | 68 > > ++++++++++++++++++++++++++-------------- > > drivers/net/ixgbe/ixgbe_ethdev.h | 1 + > > drivers/net/ixgbe/ixgbe_rxtx.c | 3 +- > > 3 files changed, 47 insertions(+), 25 deletions(-) > > > > -- > > 1.8.3.1 > > Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel, thanks! BTW, the v3 version has been removed.
/Helin