From mboxrd@z Thu Jan 1 00:00:00 1970 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 29397A496 for ; Mon, 5 Feb 2018 01:51:47 +0100 (CET) Received: by mail-pg0-f66.google.com with SMTP id x25so4419693pge.3 for ; Sun, 04 Feb 2018 16:51:47 -0800 (PST) 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=k8KUUSqf1apQ2gWd0atowxn8SfTcft3AHFNYXYA4+eJl0spUx1MiSMWSvBfUUnZMZM +Ve9pE0bL/OzoUOY1SDfeJFAOu0gfPBjSlwiHdjW75Jquv8xfBJyybD8/Fu2xdgriLqG OzUIW+IqVo64/EvDOFFB8t9trFfLhauhIl/L87ajGb76qHJRTZy5OsqFMWEc5+vKTSUO GbwfQJW571R81QSerlXjuHzpLUspN71LpxqcrVFB6fD874P6QQknakBLp2lnQYiy+Tmv D0kxEtVz3fjrRLBDLRoa/iwxlreRwlCdv9DLW0GxVRV0l5KQjeFZqUbSFve+9bh//spo kqcw== 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=U1xxRTREqqsMBFCnjbh0vo1VZZbmxb3BbuUh9PTIL+uMFKhBgpAw6tAGEgXmdI8jiM DRMUe48UHgdRTFK3gXMxcJv+Pt7nbfw6TxDx5pRU2IIh10QZfqZ0NyMMMjolJhaSQK6d qLeVvxRCnO/hmsF5qVsP/VZ4R0yvSVVkYbQERhfQW/vTl3jSFOM+bRrA1Q4JkyYL0nZU kLP/X02HiO4vdVvc3hqFILNzLF58jgkLKlKzFfCMX/62yyIqQwOd8bs03U71ZfepHDUD OlwvzrrsHh7LGjFCjkqiAuH+EhGt0IuIW2ariYeBycLBsUaU6fjwmMpErn2ta8UWekjj nBZQ== X-Gm-Message-State: APf1xPAJnlN8A46PE+oxvV1KbUaopkuYk4uL6HssQ+uPVCR/oyWPO+tE TaO5ws2GJS4BXVgCdeFkJ+Y= X-Google-Smtp-Source: AH8x224LWHSl20OLKxC0fcwAOEYZBUL96KweXuyHrcJLtfb49HKkn72lM3ivZECJUxPjImHvmOV2GQ== X-Received: by 10.98.204.75 with SMTP id a72mr3341260pfg.33.1517791907150; Sun, 04 Feb 2018 16:51:47 -0800 (PST) Received: from local.opencloud.tech.localdomain ([23.102.225.250]) by smtp.gmail.com with ESMTPSA id b84sm9432835pfj.11.2018.02.04.16.51.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Feb 2018 16:51:46 -0800 (PST) From: xiangxia.m.yue@gmail.com To: beilei.xing@intel.com, wei.dai@intel.com, helin.zhang@intel.com, wenzhuo.lu@intel.com Cc: dev@dpdk.org, Tonghao Zhang Date: Sun, 4 Feb 2018 16:51:30 -0800 Message-Id: <1517791895-3061-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: Mon, 05 Feb 2018 00:51:48 -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