Sleeping is not allowed in RCU read-side critical sections.
Use atomic allocations under rcu_read_lock.
Fixes: 1e0f9881ef79 ("ice: Flesh out implementation of support for SRIOV on
bonded interface")
Fixes: 41ccedf5ca8f ("ice: implement lag netdev event handler")
Fixes: 3579aa86fb40 ("ice: update
> -Original Message-
> From: Michal Schmidt
> Sent: Monday, October 23, 2023 1:00 PM
> To: net...@vger.kernel.org
> Cc: Ertman, David M ; Daniel Machon
> ; Nguyen, Anthony L
> ; Brandeburg, Jesse ;
> intel-wired-...@lists.osuosl.org
> Subject: [PATCH net] ice: lag: in RCU, use atomic
6.1-stable review patch. If anyone has any objections, please let me know.
--
From: Bjorn Helgaas
[ Upstream commit ba153552c18d7eb839ec0bad7d7484e29ba4719c ]
pci_enable_pcie_error_reporting() enables the device to send ERR_*
Messages. Since f26e58bf6f54 ("PCI/AER: Enable err
> -Original Message-
> From: Guenter Roeck On Behalf Of Guenter Roeck
> Sent: Sunday, October 22, 2023 6:46 PM
> To: Knitter, Konrad ; intel-wired-
> l...@lists.osuosl.org
> Cc: net...@vger.kernel.org; jdelv...@suse.com; Marcin Domagala
> ; Joyner, Eric ; Marcin
> Szycik ; Kitszel, Przemys
On 10/23/23 04:37, Knitter, Konrad wrote:
-Original Message-
From: Guenter Roeck On Behalf Of Guenter Roeck
Sent: Sunday, October 22, 2023 6:46 PM
To: Knitter, Konrad ; intel-wired-
l...@lists.osuosl.org
Cc: net...@vger.kernel.org; jdelv...@suse.com; Marcin Domagala
; Joyner, Eric ; Marc
In Tables 8-12 and 8-22 in the X710/XXV710/XL710 datasheet, the QLEN
description states that the maximum size of the descriptor queue is 8k
minus 32, or 8160.
Signed-off-by: Justin Bronder
---
drivers/net/ethernet/intel/i40e/i40e.h| 1 +
.../net/ethernet/intel/i40e/i40e_ethtool.c| 2
Dear Justin,
Thank you for your patch.
Am 23.10.23 um 16:35 schrieb Justin Bronder:> In Tables 8-12 and 8-22 in
the X710/XXV710/XL710 datasheet, the QLEN
description states that the maximum size of the descriptor queue is 8k
minus 32, or 8160.
Maybe state the problem more clearly, that curr
My apologies I didn't notice my last email did get moderator approval and made
it to the list. Please ignore this email.
On 23/10/23 10:35 -0400, Justin Bronder wrote:
> In Tables 8-12 and 8-22 in the X710/XXV710/XL710 datasheet, the QLEN
> description states that the maximum size of the descrip
> -Original Message-
> From: Guenter Roeck On Behalf Of Guenter Roeck
> Sent: Monday, October 23, 2023 3:36 PM
> To: Knitter, Konrad ; intel-wired-
> l...@lists.osuosl.org
> Cc: net...@vger.kernel.org; jdelv...@suse.com; Marcin Domagala
> ; Joyner, Eric ; Marcin
> Szycik ; Kitszel, Przem
Move i40e_is_aq_api_ver_ge helper function (used to check if AdminQ
API version is recent enough) to header so it can be used from
other .c files.
Signed-off-by: Ivan Vecera
---
drivers/net/ethernet/intel/i40e/i40e_common.c | 23 ---
drivers/net/ethernet/intel/i40e/i40e_type.h
Add another helper functions that will be used by subsequent
patch to refactor existing open-coded checks whether the version
of running firmware and AdminQ API is recent enough to provide
certain capabilities.
Signed-off-by: Ivan Vecera
---
drivers/net/ethernet/intel/i40e/i40e_type.h | 54 +
Use new helpers to check versions of running FW and provided
AQ API to make the code more readable.
Signed-off-by: Ivan Vecera
---
drivers/net/ethernet/intel/i40e/i40e_adminq.c | 69 +++
drivers/net/ethernet/intel/i40e/i40e_common.c | 25 ---
drivers/net/ethernet/intel/i40e/i
The series moves an existing check for AQ API version to header file,
adds another ones for firmware version check and use them to refactor
existing open-coded version checks.
Series content:
Patch 1: Moves i40e_is_aq_api_ver_ge() helper to header file
Patch 2: Adds another helpers to check runnin
On Fri, Oct 20, 2023 at 05:24:31PM +0800, Su Hui wrote:
> igb_set_d0_lplu_state_82575() check all phy->ops.read_reg()'s return value
> except this one, just fix this.
>
> Signed-off-by: Su Hui
Reviewed-by: Simon Horman
___
Intel-wired-lan mailing lis
Hi Ivan,
kernel test robot noticed the following build warnings:
[auto build test WARNING on tnguy-next-queue/dev-queue]
url:
https://github.com/intel-lab-lkp/linux/commits/Ivan-Vecera/i40e-Move-i40e_is_aq_api_ver_ge-helper/20231024-003221
base: https://git.kernel.org/pub/scm/linux/kernel/
On 10/23/2023 9:29 AM, Ivan Vecera wrote:
> Add another helper functions that will be used by subsequent
> patch to refactor existing open-coded checks whether the version
> of running firmware and AdminQ API is recent enough to provide
> certain capabilities.
>
> Signed-off-by: Ivan Vecera
>
On 10/23/2023 9:29 AM, Ivan Vecera wrote:
> +/**
> + * i40e_is_aq_api_ver_ge
> + * @hw: pointer to i40e_hw structure
> + * @maj: API major value to compare
> + * @min: API minor value to compare
> + *
> + * Assert whether current HW API version is greater/equal than provided.
> + **/
> +static i
On 10/23/2023 9:29 AM, Ivan Vecera wrote:
> Use new helpers to check versions of running FW and provided
> AQ API to make the code more readable.
>
> Signed-off-by: Ivan Vecera
> ---
This has a couple checkpatch.pl warnings:
> CHECK: Alignment should match open parenthesis
> #81: FILE: drive
18 matches
Mail list logo