From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2E3C28DAE for ; Wed, 9 May 2018 09:16:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 May 2018 00:16:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,381,1520924400"; d="scan'208";a="37937515" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga007.fm.intel.com with ESMTP; 09 May 2018 00:16:55 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 9 May 2018 00:16:55 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.40]) with mapi id 14.03.0319.002; Wed, 9 May 2018 15:16:53 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "xiangxia.m.yue@gmail.com" , "Yigit, Ferruh" , "Xing, Beilei" , "Dai, Wei" CC: "dev@dpdk.org" Thread-Topic: [PATCH net-next v4 0/4] set ixgbe/ixgbevf EITR for performance Thread-Index: AQHT3p2LmCJKb1C9vkKLcMsDaHzfbaQmasgAgACjOpA= Date: Wed, 9 May 2018 07:16:53 +0000 Message-ID: References: <1524884620-64598-1-git-send-email-xiangxia.m.yue@gmail.com> <039ED4275CED7440929022BC67E70611531AE6FC@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E70611531AE6FC@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH net-next v4 0/4] set ixgbe/ixgbevf EITR for performance 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: Wed, 09 May 2018 07:16:57 -0000 > -----Original Message----- > From: Zhang, Qi Z > Sent: Wednesday, May 9, 2018 1:32 PM > To: xiangxia.m.yue@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 performan= ce >=20 >=20 >=20 > > -----Original Message----- > > From: xiangxia.m.yue@gmail.com [mailto:xiangxia.m.yue@gmail.com] > > Sent: Saturday, April 28, 2018 11:04 AM > > To: Zhang, Qi Z ; Yigit, Ferruh > > ; Zhang, Helin ; Xing, > > Beilei ; Dai, Wei > > Cc: dev@dpdk.org; Tonghao Zhang > > Subject: [PATCH net-next v4 0/4] set ixgbe/ixgbevf EITR for > > performance > > > > 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 >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, thanks! BTW, the v3 version has been removed. /Helin