From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 32DAE19F5 for ; Tue, 21 Nov 2017 02:42:57 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Nov 2017 17:42:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,431,1505804400"; d="scan'208";a="5154859" Received: from silpixa00372839.ir.intel.com (HELO silpixa00372839.ger.corp.intel.com) ([10.237.222.154]) by fmsmga001.fm.intel.com with ESMTP; 20 Nov 2017 17:42:55 -0800 From: Ferruh Yigit To: Thomas Monjalon , John McNamara Cc: dev@dpdk.org, Ferruh Yigit Date: Tue, 21 Nov 2017 01:42:40 +0000 Message-Id: <20171121014241.61050-5-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171121014241.61050-1-ferruh.yigit@intel.com> References: <20171121014241.61050-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH 5/6] doc: add offload flag to PMD todo list 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: Tue, 21 Nov 2017 01:42:57 -0000 To track modification: ce17eddefc20 ("ethdev: introduce Rx queue offloads API") cba7f53b717d ("ethdev: introduce Tx queue offloads API") Proposed deadline for PMDs is v18.05 Signed-off-by: Ferruh Yigit --- doc/guides/nics/todo.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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, | | cba7f53b717d | 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