From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=1fmeGpH9Ff5yyX+X86Jh12OQgmq9wQWMN4FQChW/43A=; b=b5aeX1io+ni/VL3AuFbKPYGQ7hBL8PyTtqmJRG6PyuWRSxwHpzOVSpjH4XCpgHvHKA xE5Ng4vYU/XxFHrJuYqWCoFrM556v6w9wvnt9nBf57uIkhD1vuHauAO5JB7rvhbxIK4k tK5E/VyfJR+ULOpRee31cXwGLNe8n2xENJW7Qp9Smb/r1icwiZ11bKG36IlHHHuCg/cE Uu981X9L+2PQG5KMK+p9km2OYtmJEg7S5a57In5m1l2YvKAB6I5yxB8MLmq9jjrWZTdg jV5Fsjv87KkT7WzMdJWP1LSprDOvF6VmOAIKo4i0+YFcWsiVL3eH0toomdqDA2zP3e5r o0Sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=1fmeGpH9Ff5yyX+X86Jh12OQgmq9wQWMN4FQChW/43A=; b=K42rCBZ/agQxxDHOHGdCuMuIQ6vE7swW+VQNntA5tN/qPD4osZIbdbh0JGwLg3RiW1 OYq+n5HsYVuXV9ebyzQdoix76Ug+jabzYlB99fH7MUYi97c8CSPNKYJnWCvFXUhG17NQ zp48vk/G3rQfDZuzcGUaN++UKDFrN1QGFDIh+qcnBiVhRI2hVeX08viXWcXqMw5IxT+8 wN8AnWfLWC5c+HvZJuyhKgY3BaccNvfqKfEs6+3tMI08FT6EQBeiItmysBHpOg3OgWua +X70O7rtbbo2MYa/1mrgmlfnC28I7QppR+WJzZoxx9VnIrVh/NDf5tbM6dzhZ8CTXC7H 9Jjg== X-Gm-Message-State: AElRT7GZjVU1r+RcLH/uEa7s0rAM9A6Ebz6zOrWMBiibkVivUtQdVdZt eJnTHWiIwTWhx1zQDBh2GpU= X-Google-Smtp-Source: AG47ELuHNJ3fQuS34jJmKKaeYnjKe6xgZCaMiN8wMRXmfG++Wu0crMrz90R73dPUShRc6Ceb6UX+VA== X-Received: by 2002:a17:902:529:: with SMTP id 38-v6mr25294818plf.64.1521723728057; Thu, 22 Mar 2018 06:02:08 -0700 (PDT) Received: from local.opencloud.tech.localdomain ([13.94.31.177]) by smtp.gmail.com with ESMTPSA id w24sm13450763pfl.14.2018.03.22.06.02.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Mar 2018 06:02:07 -0700 (PDT) From: xiangxia.m.yue@gmail.com To: wenzhuo.lu@intel.com, konstantin.ananyev@intel.com, beilei.xing@intel.com, wei.dai@intel.com Cc: dev@dpdk.org, Tonghao Zhang Date: Thu, 22 Mar 2018 06:01:53 -0700 Message-Id: <1521723718-93761-1-git-send-email-xiangxia.m.yue@gmail.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v3 0/5] ixgbe: fix bugs or just improve. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2018 13:02:10 -0000 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