Re: [PATCH v6] net/ice: support customized search path for DDP package

2024-10-01 Thread Bruce Richardson
On Fri, Sep 20, 2024 at 06:05:59PM +0800, Zhichao Zeng wrote: > This patch adds support for customizing firmware search path for > DDP package like the kernel behavior, it will read the search path > from "/sys/module/firmware_class/parameters/path", and try to load > DDP package. > > Also, update

Re: [PATCH v6] net/ice: support customized search path for DDP package

2024-10-01 Thread Bruce Richardson
On Tue, Oct 01, 2024 at 02:54:49PM +0100, Bruce Richardson wrote: > On Fri, Sep 20, 2024 at 06:05:59PM +0800, Zhichao Zeng wrote: > > This patch adds support for customizing firmware search path for > > DDP package like the kernel behavior, it will read the search path > > from "/sys/module/firmwar

[PATCH v6] net/ice: support customized search path for DDP package

2024-09-20 Thread Zhichao Zeng
This patch adds support for customizing firmware search path for DDP package like the kernel behavior, it will read the search path from "/sys/module/firmware_class/parameters/path", and try to load DDP package. Also, updates documentation for loading the DDP package in ice.rst. Signed-off-by: Zh