From mboxrd@z Thu Jan 1 00:00:00 1970 From: xiangxia.m.yue@gmail.com Subject: [PATCH v3 0/5] ixgbe: fix bugs or just improve. Date: Thu, 22 Mar 2018 06:01:53 -0700 Message-ID: <1521723718-93761-1-git-send-email-xiangxia.m.yue@gmail.com> Cc: dev@dpdk.org, Tonghao Zhang To: wenzhuo.lu@intel.com, konstantin.ananyev@intel.com, beilei.xing@intel.com, wei.dai@intel.com Return-path: Received: from mail-pl0-f66.google.com (mail-pl0-f66.google.com [209.85.160.66]) by dpdk.org (Postfix) with ESMTP id 243AA5593 for ; Thu, 22 Mar 2018 14:02:10 +0100 (CET) Received: by mail-pl0-f66.google.com with SMTP id w15-v6so5223856plq.9 for ; Thu, 22 Mar 2018 06:02:10 -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 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