From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 01B05532E for ; Wed, 11 Oct 2017 03:14:31 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 10 Oct 2017 18:14:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,359,1503385200"; d="scan'208";a="137256087" Received: from unknown (HELO [10.241.225.83]) ([10.241.225.83]) by orsmga004.jf.intel.com with ESMTP; 10 Oct 2017 18:14:30 -0700 To: Raslan Darawsheh , dev@dpdk.org Cc: shahafs@mellanox.com, yskoh@mellanox.com References: <1507028429-23944-3-git-send-email-rasland@mellanox.com> <1507646227-12338-1-git-send-email-rasland@mellanox.com> From: Ferruh Yigit Message-ID: <0a2ca47a-30be-34cf-0807-932f5131ea8d@intel.com> Date: Wed, 11 Oct 2017 02:14:30 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1507646227-12338-1-git-send-email-rasland@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v9 1/3] ethdev: add Rx HW timestamp capability 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, 11 Oct 2017 01:14:32 -0000 On 10/10/2017 3:37 PM, Raslan Darawsheh wrote: > Add a new offload capability flag for Rx HW > timestamp and enabling/disabling this via rte_eth_rxmode. > > Signed-off-by: Raslan Darawsheh > Reviewed-by: Shahaf Shuler > Acked-by: Yongseok Koh Series applied to dpdk-next-net/master, thanks. (fixed testpmd 32bits build error while applying, please confirm the commit)