From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH 5/6] doc: add offload flag to PMD todo list Date: Tue, 21 Nov 2017 08:32:52 +0000 Message-ID: References: <20171121014241.61050-1-ferruh.yigit@intel.com> <20171121014241.61050-5-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Ferruh Yigit , Thomas Monjalon , John McNamara Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0059.outbound.protection.outlook.com [104.47.2.59]) by dpdk.org (Postfix) with ESMTP id 95628239 for ; Tue, 21 Nov 2017 09:32:55 +0100 (CET) In-Reply-To: <20171121014241.61050-5-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Ferruh, Tuesday, November 21, 2017 3:43 AM, Ferruh Yigit: > To track modification: > ce17eddefc20 ("ethdev: introduce Rx queue offloads API") cba7f53b717d > ("ethdev: introduce Tx queue offloads API") >=20 > Proposed deadline for PMDs is v18.05 The deprecation of the old offloads API is set to 18.05 [1]. my understandi= ng was that we agreed to convert all PMDs on 18.02. If the PMD deadline is going to be postponed I think the ethdev deprecation= should be updated.=20 [1] http://dpdk.org/doc/guides/rel_notes/deprecation.html >=20 > Signed-off-by: Ferruh Yigit > --- > doc/guides/nics/todo.rst | 11 +++++++++++ > 1 file changed, 11 insertions(+) >=20 > diff --git a/doc/guides/nics/todo.rst b/doc/guides/nics/todo.rst index > 9ace19716..61dd9cbc9 100644 > --- a/doc/guides/nics/todo.rst > +++ b/doc/guides/nics/todo.rst > @@ -72,3 +72,14 @@ This is the list for tracking required PMD changes > triggered by library modifica > | | | thunderx, vhost, virtio, | | = | | > | | | vmxnet3 | | = | | > +-------------------+--------------------------------+----------+------= ----------+------- > ----------------------------+ > + | new offload flags | | af_packet, ark, avp, bnx2x, | v18.05 | > ce17eddefc20 | Use new ethdev offloads filed | > + | | | bnxt, bonding, cxgbe, dpaa, | | cba7f= 53b717d | to get > requested offload list | > + | | | dpaa2, e1000, ena, enic, | | = | instead of bitfield > values. | > + | | | failsafe, fm10k, i40e, ixgbe,| | = | > | > + | | | kni, liquidio, mlx4, mlx5, | | = | | > + | | | mrvl, nfp, null, octeontx, | | = | | > + | | | pcap, qede, ring, sfc, | | = | | > + | | | softnic, szedata2, tap, | | = | | > + | | | thunderx, vhost, virtio, | | = | | > + | | | vmxnet3 | | = | | > + +-------------------+--------------------------------+----------+------= ----------+------ > -----------------------------+ > -- > 2.13.6