Message ID | DF029FFF923C334FAA58CEEB2979DCA6014651D9@SHSMSX103.ccr.corp.intel.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 1F0EAAF7F; Thu, 25 Sep 2014 04:08:04 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 04B4D68CE for <dev@dpdk.org>; Thu, 25 Sep 2014 04:07:58 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 24 Sep 2014 19:14:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="lo'?scan'208,49,50?gz'208,49,50,50?log'208,49,50,50"; a="391265090" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 24 Sep 2014 19:08:13 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 24 Sep 2014 19:14:11 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 24 Sep 2014 19:14:10 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.204]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.190]) with mapi id 14.03.0195.001; Thu, 25 Sep 2014 10:13:34 +0800 From: "Tang, HaifengX" <haifengx.tang@intel.com> To: "Richardson, Bruce" <bruce.richardson@intel.com> Thread-Topic: [dpdk-dev] [PATCH] ixgbe: fix compile error with gcc4.4 (used RHEL 6) Thread-Index: AQHP0y8xl1DqiSYUX02tYZo+ScrjRZwRJUtw Date: Thu, 25 Sep 2014 02:13:33 +0000 Message-ID: <DF029FFF923C334FAA58CEEB2979DCA6014651D9@SHSMSX103.ccr.corp.intel.com> References: <1411037752-8000-1-git-send-email-bruce.richardson@intel.com> In-Reply-To: <1411037752-8000-1-git-send-email-bruce.richardson@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" <dev@dpdk.org> Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix compile error with gcc4.4 (used RHEL 6) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Commit Message
Tang, HaifengX
Sept. 25, 2014, 2:13 a.m. UTC
Tested-by: Haifeng Tang<haifengx.tang@intel.com> This patch just includes one file, and has been tested by Intel. Please see the detail information from the attachment. -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson Sent: Thursday, September 18, 2014 6:56 PM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH] ixgbe: fix compile error with gcc4.4 (used RHEL 6) The refcnt field is contained within an anonymous union within the mbuf data structure, and gcc 4.4 gives an error about an unknown field unless the initialiser for the field is contained within extra braces. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> --- lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.3
Comments
2014-09-25 02:13, Tang, HaifengX: > Tested-by: Haifeng Tang<haifengx.tang@intel.com> > > This patch just includes one file, and has been tested by Intel. > Please see the detail information from the attachment. Attachment is filtered out. Please do not try to attach some files for the mailing list. By the way, this patch has already been integrated. So this test report is not really useful anymore.
Hi Thomas, I will work with team to see if we can improve test report. Because intel validation team will continue to upgrade test cases to verify feature, I think that it's still worth to verify patch or features even it has already integrated branch. Thanks Waterman >-----Original Message----- >From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon >Sent: Thursday, September 25, 2014 3:02 PM >To: Tang, HaifengX >Cc: dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix compile error with gcc4.4 (used RHEL 6) > >2014-09-25 02:13, Tang, HaifengX: >> Tested-by: Haifeng Tang<haifengx.tang@intel.com> >> >> This patch just includes one file, and has been tested by Intel. >> Please see the detail information from the attachment. > >Attachment is filtered out. Please do not try to attach some files for the mailing list. > >By the way, this patch has already been integrated. So this test report is not really useful anymore. > >-- >Thomas
2014-09-25 13:07, Cao, Waterman: > I will work with team to see if we can improve test report. > Because intel validation team will continue to upgrade test cases to verify feature, > I think that it's still worth to verify patch or features even it has already integrated branch. Of course, it's important to continue validation after integration. But please do not send test report on the list for patches which are already integrated, except for 2 cases: 1) there is an error 2) this is a new feature and you want to explain how to test it (btw, how do you test "zero copy" and "one copy" for virtio?) About report content, please add these informations: - commit id or tag used as a base to apply the patch - tools used for the test (testpmd, sample, qemu, etc) - command parameters if relevant - test topology if relevant If someone think about an useful information I missed, please share it. We could write some guidelines for test and bug reports and publish it on the website. Drafts are welcome. Thanks
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, September 25, 2014 4:05 PM > To: Cao, Waterman > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] patches validation > > 2014-09-25 13:07, Cao, Waterman: > > I will work with team to see if we can improve test report. > > Because intel validation team will continue to upgrade test cases to verify feature, > > I think that it's still worth to verify patch or features even it has already integrated branch. > > Of course, it's important to continue validation after integration. > But please do not send test report on the list for patches which are > already integrated, except for 2 cases: > 1) there is an error > 2) this is a new feature and you want to explain how to test it > (btw, how do you test "zero copy" and "one copy" for virtio?) > > About report content, please add these informations: > - commit id or tag used as a base to apply the patch > - tools used for the test (testpmd, sample, qemu, etc) > - command parameters if relevant > - test topology if relevant > > If someone think about an useful information I missed, please share it. May be it is just me, but what's wrong with mail for every tested patch? At least it makes easy to check was the patch formally validated or not - all you have to do - grep through mail archives. Konstantin > We could write some guidelines for test and bug reports and publish it > on the website. Drafts are welcome. > > Thanks > -- > Thomas
2014-09-25 23:29, Ananyev, Konstantin: > From: Thomas Monjalon > > 2014-09-25 13:07, Cao, Waterman: > > > I will work with team to see if we can improve test report. > > > Because intel validation team will continue to upgrade test cases to verify feature, > > > I think that it's still worth to verify patch or features even it has already integrated branch. > > > > Of course, it's important to continue validation after integration. > > But please do not send test report on the list for patches which are > > already integrated, except for 2 cases: > > 1) there is an error > > 2) this is a new feature and you want to explain how to test it > > (btw, how do you test "zero copy" and "one copy" for virtio?) > > > > About report content, please add these informations: > > - commit id or tag used as a base to apply the patch > > - tools used for the test (testpmd, sample, qemu, etc) > > - command parameters if relevant > > - test topology if relevant > > > > If someone think about an useful information I missed, please share it. > > May be it is just me, but what's wrong with mail for every tested patch? > At least it makes easy to check was the patch formally validated or not > - all you have to do - grep through mail archives. The right place to check something about a patch is the git history. So it's important to send test reports before having it integrated in git. Doing so, without any reference to commit id, imply that the patch is pending. If you think it's really important to send test report about an integrated patch, the commit id must be clearly visible to quickly understand its status. There is something else wrong about these test reports: there is no useful information about how to reproduce the test. So it's not forbidden to send any email you want but please try to be more informative and easy to understand. We are getting a huge email traffic so everyone must be concerned about how to make it effective. Thanks
diff --git a/lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c b/lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c index a6f7fdf..203ddf7 100644 --- a/lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c +++ b/lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c @@ -723,7 +723,7 @@ ixgbe_rxq_vec_setup(struct igb_rx_queue *rxq) .nb_segs = 1, .data_off = RTE_PKTMBUF_HEADROOM, #ifdef RTE_MBUF_REFCNT - .refcnt = 1, + { .refcnt = 1, } #endif };