From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 62D795A0C for ; Wed, 22 Jul 2015 22:46:16 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so97075425wic.0 for ; Wed, 22 Jul 2015 13:46:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=IsHi5rY8pEuuXrd5X9qxq8fpwKZR3bESMhbM8n2CcyE=; b=PbHv1RuUP+GdI35ZF9HtTjO0tMecPBTH3c2MQTnJlhDiLG7Hj98e2fCmn3LGaScplw tkKO3AV2d1kTdLTB8ITsN1WwIJOGka5cXhrkIrX86sPsLbO9iEA/k0ptREY50jxajNyA aGhbPG1nUBmRThZT1O8dfzC1cs7zESiOOVOZrET0mFOePHI0UWD5bZ1G+IF0MkCa8y1W 7G6UX1tZdud0txPyYvjgzyhKCPEpPPrFB3qtCwAEywhZv9/AgrVsIRjZE/BXQzZCy2TN ke+q6C+DF5L5OKOt/ywc6ZBa8hh7tJJ6liqrF9LFm5WSLiQm8qkOw6zmhjGcQUN2d6eP cXaw== X-Gm-Message-State: ALoCoQlg05fM4V7kz12ynSX8em6TwTy3g5Uz7VBMXV0K6GGnlX4CCGRLnVS1o7NU1hh2XbnLbUE5 X-Received: by 10.181.25.234 with SMTP id it10mr10167335wid.0.1437597976248; Wed, 22 Jul 2015 13:46:16 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id c11sm23770924wib.1.2015.07.22.13.46.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jul 2015 13:46:15 -0700 (PDT) From: Thomas Monjalon To: "Ananyev, Konstantin" Date: Wed, 22 Jul 2015 22:45:02 +0200 Message-ID: <4626665.SuMZmzWyqM@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB97725836A28EB1@irsmsx105.ger.corp.intel.com> References: <1437394750-5965-1-git-send-email-konstantin.ananyev@intel.com> <2601191342CEEE43887BDE71AB97725836A28EB1@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCHv3 1/5] ethdev: add new API to retrieve RX/TX queue information 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: Wed, 22 Jul 2015 20:46:16 -0000 2015-07-22 17:00, Ananyev, Konstantin: > From: Zhang, Helin > > > -#ifdef __cplusplus > > > -} > > > -#endif > > > - > > > /** > > > * Set the list of multicast addresses to filter on an Ethernet device. > > > * > > > @@ -3882,4 +3952,9 @@ extern int > > > rte_eth_timesync_read_rx_timestamp(uint8_t port_id, > > > */ > > > extern int rte_eth_timesync_read_tx_timestamp(uint8_t port_id, > > > struct timespec *timestamp); > > > + > > > +#ifdef __cplusplus > > > +} > > > +#endif > > This is fix for the issue introduced by new ieee1588. It must be added in R2.1 no matter > > these patches can be applied or not. Yes you're totally right Helin. It's a fix and should be in a separate patch. This feature is not planned in 2.1.