From mboxrd@z Thu Jan 1 00:00:00 1970 From: xiangxia.m.yue@gmail.com Subject: [PATCH net-next v4 0/4] set ixgbe/ixgbevf EITR for performance Date: Fri, 27 Apr 2018 20:03:36 -0700 Message-ID: <1524884620-64598-1-git-send-email-xiangxia.m.yue@gmail.com> Cc: dev@dpdk.org, Tonghao Zhang To: qi.z.zhang@intel.com, ferruh.yigit@intel.com, helin.zhang@intel.com, beilei.xing@intel.com, wei.dai@intel.com Return-path: Received: from mail-pg0-f66.google.com (mail-pg0-f66.google.com [74.125.83.66]) by dpdk.org (Postfix) with ESMTP id 024E24C78 for ; Sat, 28 Apr 2018 05:03:51 +0200 (CEST) Received: by mail-pg0-f66.google.com with SMTP id i6-v6so2818510pgv.3 for ; Fri, 27 Apr 2018 20:03:51 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Tonghao Zhang 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