[Intel-wired-lan] [PATCH net v2] i40e: Fix adding unsupported cloud filters

2023-11-05 Thread Ivan Vecera
If a VF tries to add unsupported cloud filter through virchnl then i40e_add_del_cloud_filter(_big_buf) returns -ENOTSUPP but this error code is stored in 'ret' instead of 'aq_ret' that is used as error code sent back to VF. In this scenario where one of the mentioned functions fails the value of 'a

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD REGRESSION 3740264edb0e1ded57cd0ec30e639b41d82df502

2023-11-05 Thread kernel test robot
-001-20231105 gcc arc randconfig-002-20231104 gcc arc randconfig-002-20231105 gcc arm allmodconfig gcc arm allnoconfig gcc arm allyesconfig gcc arm

Re: [Intel-wired-lan] [PATCH iwl-net] ice: fix DDP package download for packages without signature segment

2023-11-05 Thread Jacob Keller
On 11/4/2023 11:29 AM, Paul Greenwalt wrote: > From: Dan Nowlin > > Commit 3cbdb0343022 ("ice: Add support for E830 DDP package segment") > incorrectly removed support for package download for packages without a > signature segment. These packages include the signature buffer inline > in the c

Re: [Intel-wired-lan] [PATCH iwl-net] ice: fix DDP package download for packages without signature segment

2023-11-05 Thread Maciej Fijalkowski
On Sat, Nov 04, 2023 at 02:29:08PM -0400, Paul Greenwalt wrote: > From: Dan Nowlin > > Commit 3cbdb0343022 ("ice: Add support for E830 DDP package segment") > incorrectly removed support for package download for packages without a > signature segment. These packages include the signature buffer i