From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qiming Yang Subject: [PATCH v4 0/3] enable package download in ice driver Date: Thu, 21 Mar 2019 23:02:29 +0800 Message-ID: <20190321150232.13536-5-qiming.yang@intel.com> References: <20190320175948.105277-1-qiming.yang@intel.com> <20190321150232.13536-1-qiming.yang@intel.com> Cc: qi.z.zhang@intel.com, Qiming Yang To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 13FF01B426 for ; Thu, 21 Mar 2019 08:39:26 +0100 (CET) In-Reply-To: <20190321150232.13536-1-qiming.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch set enabled package downloading to the device. The package is to be in the /lib/firmware/intel/ice/ddp directory and named ice.pkg. The package is shared by the kernel driver and the DPDK PMD. If package download failed, driver need to go to safe mode. This patch set disabled RSS, QINQ, checksum offload in safe mode. The patch set also enabled RSS for UPD/TCP/SCTP+IPV4/IPV6 packets. --- V4: 1. free memory when package download fail. V3: 1. fixed compile issue. 2. split document update to each patch. V2: 1. fixed errors in commit log. 2. removed unnecessary code. 3. improved as Qi's comments. 4. removed devargs. 5. added document update. Qiming Yang (3): net/ice: load OS default package net/ice: add safe mode net/ice: enable RSS when device init doc/guides/nics/ice.rst | 9 ++ doc/guides/rel_notes/release_19_05.rst | 6 ++ drivers/net/ice/ice_ethdev.c | 158 ++++++++++++++++++++++++++++++--- drivers/net/ice/ice_ethdev.h | 1 + 4 files changed, 161 insertions(+), 13 deletions(-) -- 2.9.5