From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 1E53C1B7EE for ; Thu, 10 May 2018 06:18:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 May 2018 21:18:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,383,1520924400"; d="scan'208";a="49676661" Received: from dpdk51.sh.intel.com ([10.67.110.184]) by orsmga003.jf.intel.com with ESMTP; 09 May 2018 21:18:39 -0700 From: Qi Zhang To: john.mcnamara@intel.com Cc: dev@dpdk.org, Qi Zhang Date: Thu, 10 May 2018 12:19:00 +0800 Message-Id: <20180510041900.13861-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH] doc: update release notes. 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: Thu, 10 May 2018 04:18:42 -0000 Add updates for runtime queue setup. Signed-off-by: Qi Zhang --- doc/guides/rel_notes/release_18_05.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index 718734852..589649121 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -183,7 +183,6 @@ New Features stats/xstats on shared memory from secondary process, and also pdump packets on those virtual devices. - API Changes ----------- @@ -322,6 +321,12 @@ API Changes * ``rte_flow_create()`` API count action now requires the ``struct rte_flow_action_count``. * ``rte_flow_query()`` API parameter changed from action type to action structure. +* ethdev: runtime queue setup: + * ``rte_eth_rx_queue_setup`` and ``rte_eth_rx_queue_setup`` can be called after + ``rte_eth_dev_start`` if device support runtime queue setup. Device driver can + expose this capability through ``rte_eth_dev_info_get``. A Rx or Tx queue be + setup at runtime need to be started explictly by ``rte_eth_dev_rx_queue_start`` + or ``rte_eth_dev_tx_queue_start``. ABI Changes ----------- -- 2.13.6