Message ID | 20240910101224.497044-1-soumyadeep.hore@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7729945955; Tue, 10 Sep 2024 13:09:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2FB7B402AB; Tue, 10 Sep 2024 13:09:34 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by mails.dpdk.org (Postfix) with ESMTP id 9E121400D6 for <dev@dpdk.org>; Tue, 10 Sep 2024 13:09:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1725966572; x=1757502572; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=q8LTHhiRzDms4Ogr1wgBwGCqlFvKxfAWLApnD51S57w=; b=UPiz7fHV1mb3wz7ej2MITmW6WAnp/+XmEa6WlaKE/CP4ejPIF1tvIEP3 AfRte49AGUyaOZpE6QuyUzSPJ9jJkpDuhXRvHeFjcZFBHU2rY2/UPusWL JR4whvyLTUO46A2V+35D/tZbgMdswue44R2YSplnnTt9lzyoDqGmmeK/f F14hP1PQEt+Xi0mPvp1F5xQzc8yLHpKQUl8zxbezL/VFid1QaDDKV7d3J D8JkuqyCY5nYJ5K1qhFFfkSiQVRlz+32UQF28tf3MJm/MQif/NLU5P5WT KMyIiumbXJxFMU4WdxJvGFob1Afz1qM74ybVV8clA7wXgrbfQNcYyVdhi A==; X-CSE-ConnectionGUID: IziXZatYRlyMFhKMpIh1Pg== X-CSE-MsgGUID: XBQqE1zhS8iNyFnnL3vNSQ== X-IronPort-AV: E=McAfee;i="6700,10204,11190"; a="35276899" X-IronPort-AV: E=Sophos;i="6.10,217,1719903600"; d="scan'208";a="35276899" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2024 04:09:31 -0700 X-CSE-ConnectionGUID: rr7Vi6hhS72mWg36KN0uPw== X-CSE-MsgGUID: rv8OfULmRT61SkcljMDvYQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,217,1719903600"; d="scan'208";a="71969811" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by orviesa004.jf.intel.com with ESMTP; 10 Sep 2024 04:09:29 -0700 From: Soumyadeep Hore <soumyadeep.hore@intel.com> To: bruce.richardson@intel.com, aman.deep.singh@intel.com Cc: dev@dpdk.org, shaiq.wani@intel.com Subject: [PATCH v1 0/9] Update IAVF Base Driver Date: Tue, 10 Sep 2024 10:12:15 +0000 Message-ID: <20240910101224.497044-1-soumyadeep.hore@intel.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Series |
Update IAVF Base Driver
|
|
Message
Hore, Soumyadeep
Sept. 10, 2024, 10:12 a.m. UTC
Updated the IAVF Base driver with latest sharedcode patches. Ahmed Zaki (2): common/iavf: define the maximum MSIX index common/iavf: add RSS CONFIG hash function Jacob Keller (1): common/iavf: update the PTP enablement in virtchnl Julian Grajkowski (1): common/iavf: add RefSync support Jun Zhang (1): common/iavf: add GNSS support over VF Lukasz Plachno (1): common/iavf: add commands for HQOS management Mateusz Polchlopek (1): common/iavf: add flex descriptor fields enum Piotr Gardocki (1): common/iavf: add SyncE support over VF Sudheer Mogilappagari (1): common/iavf: introduce QGRP capabilities to replace ADQ caps drivers/common/iavf/iavf_register.h | 3 +- drivers/common/iavf/iavf_type.h | 4 + drivers/common/iavf/virtchnl.h | 505 ++++++++++++++++++++++++++++ 3 files changed, 511 insertions(+), 1 deletion(-)
Comments
On Tue, Sep 10, 2024 at 10:12:15AM +0000, Soumyadeep Hore wrote: > Updated the IAVF Base driver with latest sharedcode patches. > > Ahmed Zaki (2): > common/iavf: define the maximum MSIX index > common/iavf: add RSS CONFIG hash function > > Jacob Keller (1): > common/iavf: update the PTP enablement in virtchnl > > Julian Grajkowski (1): > common/iavf: add RefSync support > > Jun Zhang (1): > common/iavf: add GNSS support over VF > > Lukasz Plachno (1): > common/iavf: add commands for HQOS management > > Mateusz Polchlopek (1): > common/iavf: add flex descriptor fields enum > > Piotr Gardocki (1): > common/iavf: add SyncE support over VF > > Sudheer Mogilappagari (1): > common/iavf: introduce QGRP capabilities to replace ADQ caps > > drivers/common/iavf/iavf_register.h | 3 +- > drivers/common/iavf/iavf_type.h | 4 + > drivers/common/iavf/virtchnl.h | 505 ++++++++++++++++++++++++++++ > 3 files changed, 511 insertions(+), 1 deletion(-) > Series-acked-by: Bruce Richardson <bruce.richardson@intel.com> Like the "ice" driver base code update, this series is missing a README update to record the date of the last snapshot. Before I push this series, can you please send a patch to update the drivers/common/iavf/README file. NOTE - the file needs more than just a date change: for example, it references a non-existant base directory. /Bruce PS: no need to resubmit these 9 patches, just do an extra patch for the readme update please!
On Mon, Sep 16, 2024 at 03:29:12PM +0100, Bruce Richardson wrote: > On Tue, Sep 10, 2024 at 10:12:15AM +0000, Soumyadeep Hore wrote: > > Updated the IAVF Base driver with latest sharedcode patches. > > > > Ahmed Zaki (2): > > common/iavf: define the maximum MSIX index > > common/iavf: add RSS CONFIG hash function > > > > Jacob Keller (1): > > common/iavf: update the PTP enablement in virtchnl > > > > Julian Grajkowski (1): > > common/iavf: add RefSync support > > > > Jun Zhang (1): > > common/iavf: add GNSS support over VF > > > > Lukasz Plachno (1): > > common/iavf: add commands for HQOS management > > > > Mateusz Polchlopek (1): > > common/iavf: add flex descriptor fields enum > > > > Piotr Gardocki (1): > > common/iavf: add SyncE support over VF > > > > Sudheer Mogilappagari (1): > > common/iavf: introduce QGRP capabilities to replace ADQ caps > > > > drivers/common/iavf/iavf_register.h | 3 +- > > drivers/common/iavf/iavf_type.h | 4 + > > drivers/common/iavf/virtchnl.h | 505 ++++++++++++++++++++++++++++ > > 3 files changed, 511 insertions(+), 1 deletion(-) > > > Series-acked-by: Bruce Richardson <bruce.richardson@intel.com> > > Like the "ice" driver base code update, this series is missing a README > update to record the date of the last snapshot. Before I push this series, > can you please send a patch to update the drivers/common/iavf/README file. > NOTE - the file needs more than just a date change: for example, it references > a non-existant base directory. > > /Bruce > Applied to dpdk-next-net-intel along with the README update. Thanks, /Bruce