From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 4026B5F33 for ; Wed, 3 Oct 2018 12:33:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2018 03:33:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,335,1534834800"; d="scan'208";a="78335215" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga008.jf.intel.com with ESMTP; 03 Oct 2018 03:32:58 -0700 To: "Mody, Rasesh" , "dev@dpdk.org" Cc: Dept-Eng DPDK Dev References: <1538208822-9726-1-git-send-email-rasesh.mody@cavium.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <73919d0a-809f-edff-6880-dc2f4c1ea155@intel.com> Date: Wed, 3 Oct 2018 11:32:58 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1538208822-9726-1-git-send-email-rasesh.mody@cavium.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/18] net/qede: base driver update 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: Wed, 03 Oct 2018 10:33:16 -0000 On 9/29/2018 9:13 AM, Mody, Rasesh wrote: > This patch set updates the base driver to use FW 8.37.7.0 and adds > support for other base driver functionalities. It also updates the > PMD version to 2.10.0.1. > > Rasesh Mody (18): > net/qede/base: upgrade to FW 8.37.7.0 > net/qede/base: check for EDPM enabled in DB recovery > net/qede/base: add DPC sync after PF stop > net/qede/base: workaround to indicate SHMEM data ready > net/qede/base: add API to update FW RSS indirection table > net/qede/base: add mf-bit/API for FIP special mode > net/qede/base: add error handling for mutex allocation > net/qede/base: adjust queue manager idx greater than max > net/qede/base: add pretend function for port/PF > net/qede/base: add support for SRIOV VF min rate > net/qede/base: add periodic Doorbell Recovery support > net/qede/base: get pre-negotiated OEM values > net/qede/base: enable control frame filtering > net/qede/base: changes for 100G > net/qede/base: add RL update params > net/qede/base: add APIs for dscp priority map configuration > net/qede/base: semantic changes > net/qede: bump PMD version to 2.10.0.1 Series applied to dpdk-next-net/master, thanks.