From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8BBB22C09 for ; Tue, 25 Oct 2016 02:31:41 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 24 Oct 2016 17:31:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,543,1473145200"; d="scan'208";a="893536863" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 24 Oct 2016 17:31:40 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 24 Oct 2016 17:31:39 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 24 Oct 2016 17:31:39 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.139]) with mapi id 14.03.0248.002; Tue, 25 Oct 2016 08:31:37 +0800 From: "Lu, Wenzhuo" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Shah, Rahul R" Thread-Topic: [PATCH v5 0/2] net/ixgbe: VMDq DCB with SRIOV Thread-Index: AQHSKfKK1hZm2om+I0K1iYcSMLDMyqC4WjsA Date: Tue, 25 Oct 2016 00:31:36 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093933E2E7@shsmsx102.ccr.corp.intel.com> References: <1476723683-9601-1-git-send-email-bernard.iremonger@intel.com> <1476872471-23362-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1476872471-23362-1-git-send-email-bernard.iremonger@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 v5 0/2] net/ixgbe: VMDq DCB with SRIOV X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 00:31:42 -0000 Hi, > -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, October 19, 2016 6:21 PM > To: dev@dpdk.org; Shah, Rahul R; Lu, Wenzhuo > Cc: Iremonger, Bernard > Subject: [PATCH v5 0/2] net/ixgbe: VMDq DCB with SRIOV >=20 > Changes in v5: > fix enable/disable of the QDE bit in the PFQDE register. >=20 > Changes in v4: > changes to ixgbe patch following comments. >=20 > Changes in v3: > rebase to latest master. > update commit message for ixgbe patch > add testpmd patch. >=20 > Changes in v2: > rebase to latest master. >=20 > Bernard Iremonger (2): > net/ixgbe: support multiqueue mode VMDq DCB with SRIOV > app/test_pmd: fix DCB configuration >=20 > app/test-pmd/testpmd.c | 4 ++-- > drivers/net/ixgbe/ixgbe_ethdev.c | 11 ++++++----- > drivers/net/ixgbe/ixgbe_rxtx.c | 35 ++++++++++++++++++++++------------= - > 3 files changed, 30 insertions(+), 20 deletions(-) >=20 > -- > 2.10.1 Series-Acked-by: Wenzhuo Lu