From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7502EA04E7; Sun, 1 Nov 2020 21:14:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DAFA0F64; Sun, 1 Nov 2020 21:14:02 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by dpdk.org (Postfix) with ESMTP id 00123160 for ; Sun, 1 Nov 2020 21:13:59 +0100 (CET) Received: from [192.168.1.70] (unknown [188.170.76.110]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 4ED7A7F609; Sun, 1 Nov 2020 23:13:58 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 4ED7A7F609 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1604261638; bh=DwNcDNkL/sQdo1T/GAvzNK+M4JfNnisEifvYabONxpk=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=oTe7HHONzUQ5rpvUVjEX6rAmYuG8ljEV9Kpdron9sPiD/WnfqgNw9ypv91mPt3KYE 4E+F31fDDiHVgpSQ42Ap635F4pQ9OSk8g572e05ebOWxs+FvUV6Kb1yP6+IiZIvA8x omjLxPWWYqe238LvTNXhwJP3LzDOg4Qqp8HtZZEY= To: Thomas Monjalon , dev@dpdk.org Cc: ferruh.yigit@intel.com, david.marchand@redhat.com, bruce.richardson@intel.com, olivier.matz@6wind.com, akhil.goyal@nxp.com, jerinj@marvell.com, Ray Kinsella , Neil Horman References: <20201026052105.1561859-1-thomas@monjalon.net> <20201030172940.1073558-1-thomas@monjalon.net> <20201030172940.1073558-15-thomas@monjalon.net> From: Andrew Rybchenko Message-ID: <486ab46f-a64e-6f8b-9b78-bc6c12f4fec9@oktetlabs.ru> Date: Sun, 1 Nov 2020 23:13:57 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201030172940.1073558-15-thomas@monjalon.net> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v5 14/15] mbuf: remove deprecated timestamp field 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/30/20 8:29 PM, Thomas Monjalon wrote: > As announced in the deprecation note, the field timestamp > is removed to allow giving more space to the dynamic fields. > The related offload flag PKT_RX_TIMESTAMP is also removed. > > Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko