From nobody Wed May 29 09:37:41 2024 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Vq47C0Xkrz5MBX9; Wed, 29 May 2024 09:37:59 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Vq47B04krz3xfR; Wed, 29 May 2024 09:37:57 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1716975470; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=F5NnaHUd533LC56MWQqROyk1yNfvok/xhnLH1rMrWoE=; b=E/h7ZyYqK/Fem72ToHrNl/1jx7rJ5vJ7Hh+xcUYzTWzJqSQ1eb+eux/pbd/WQVLH9xMyTC Cz9RAs4xeePNZIsjpdxvFyb6H0CYZFjquFuhacabF+Sr1eeDwmFfL7CjCCzNd1BdK0mqHc AxV2B4jsHALsqPsJK1KxvcbsX4def08= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id a72a05ab (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 29 May 2024 09:37:50 +0000 (UTC) Date: Wed, 29 May 2024 11:37:41 +0200 From: Emmanuel Vadot To: Sumit Saxena Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 35b53f8c989f - main - bnxt_en: Add PFC, ETS & App TLVs protocols support Message-Id: <20240529113741.34de72f3550774057c523f10@bidouilliste.com> In-Reply-To: <202405281017.44SAHjum010620@gitrepo.freebsd.org> References: <202405281017.44SAHjum010620@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4Vq47B04krz3xfR On Tue, 28 May 2024 10:17:45 GMT Sumit Saxena wrote: > The branch main has been updated by ssaxena: > > URL: https://cgit.FreeBSD.org/src/commit/?id=35b53f8c989f62286aad075ef2e97bba358144f8 > > commit 35b53f8c989f62286aad075ef2e97bba358144f8 > Author: Chandrakanth patil > AuthorDate: 2024-04-28 09:24:30 +0000 > Commit: Sumit Saxena > CommitDate: 2024-05-28 10:15:29 +0000 > > bnxt_en: Add PFC, ETS & App TLVs protocols support > > Created new directory "bnxt_en" in /dev/bnxt and /modules/bnxt > and moved source files and Makefile into respective directory. > > ETS support: > > - Added new files bnxt_dcb.c & bnxt_dcb.h > - Added sysctl node 'dcb' and created handlers 'ets' and > 'dcbx_cap' > - Add logic to validate user input and configure ETS in > the firmware > - Updated makefile to include bnxt_dcb.c & bnxt_dcb.h > > PFC support: > > - Created sysctl handlers 'pfc' under node 'dcb' > - Added logic to validate user input and configure PFC in > the firmware. > > App TLV support: > > - Created 3 new sysctl handlers under node 'dcb' > - set_apptlv (write only): Sets a specified TLV > - del_apptlv (write only): Deletes a specified TLV > - list_apptlv (read only): Lists all APP TLVs configured > - Added logic to validate user input and configure APP TLVs > in the firmware. > > Added Below DCB ops for management interface: > > - Set PFC, Get PFC, Set ETS, Get ETS, Add App_TLV, Del App_TLV > Lst App_TLV > > Reviewed by: imp > Approved by: imp > Differential revision: https://reviews.freebsd.org/D45005 Don't know if this is this commit or one of the later but all LINT kernel seems to be broken on bnxt. -- Emmanuel Vadot