Re: [Intel-wired-lan] [PATCH iwl-next v1] ixgbe: Convert ret val type from s32 to int

2024-01-04 Thread Przemek Kitszel
-20240104 (https://download.01.org/0day-ci/archive/20240104/202401041701.6qktszmx-...@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test

[Intel-wired-lan] [PATCH iwl-net v2] idpf: avoid compiler padding in virtchnl2_ptype struct

2024-01-04 Thread Pavan Kumar Linga
In the arm random config file, kconfig option 'CONFIG_AEABI' is disabled which results in adding the compiler flag '-mabi=apcs-gnu'. This causes the compiler to add padding in virtchnl2_ptype structure to align it to 8 bytes, resulting in the following size check failure: include/linux/build_bug.h

Re: [Intel-wired-lan] [PATCH iwl-net] idpf: avoid compiler padding in virtchnl2_ptype struct

2024-01-04 Thread Linga, Pavan Kumar
On 12/28/2023 9:39 AM, Linga, Pavan Kumar wrote: On 12/27/2023 1:45 PM, Paul Menzel wrote: Dear Pavan, Thank you for yoru patch. Am 27.12.23 um 18:37 schrieb Pavan Kumar Linga: Config option in arm random config file Sorry, I do not understand this part of the sentence. What Kconfig

[Intel-wired-lan] [tnguy-net-queue:40GbE] BUILD SUCCESS 947dfc8138dfaeb6e966e2d661de89eb203e3064

2024-01-04 Thread kernel test robot
allnoconfig gcc arc allyesconfig gcc arc axs101_defconfig gcc arc defconfig gcc arc haps_hs_defconfig gcc arc randconfig-001-20240104 gcc arc

Re: [Intel-wired-lan] [PATCH iwl-next v1] ice: Add a new counter for Rx EIPE errors

2024-01-04 Thread Simon Horman
On Wed, Jan 03, 2024 at 03:11:15PM +0100, Jan Sokolowski wrote: > From: Aniruddha Paul > > HW incorrectly reports EIPE errors on encapsulated packets > with L2 padding inside inner packet. HW shows outer UDP/IPV4 > packet checksum errors as part of the EIPE flags of the > Rx descriptor. These are

[Intel-wired-lan] [PATH iwl-next v2 1/1] e1000e: Minor flow correction in e1000_shutdown function

2024-01-04 Thread Vitaly Lifshits
Add curly braces to avoid entering to an if statement where it is not always required in e1000_shutdown function. This improves code readability and might prevent a non-deterministic behaviour in the future. Signed-off-by: Vitaly Lifshits --- v2: fix commit message v1: initial version --- driver

Re: [Intel-wired-lan] [PATH iwl-next v1 1/1] e1000e: Minor flow correction in e1000_shutdown function

2024-01-04 Thread Lifshits, Vitaly
Dear Paul, Thank you for your comments. On 1/3/2024 5:27 PM, Paul Menzel wrote: Dear Vitaly, Thank you for the patch. In the commit message summary, it’d be great if you used a statement by adding a verb in imperative mood. Maybe: Correct flow in e1000_shutdown() Am 03.01.24 um 09:50 sch

Re: [Intel-wired-lan] [PATCH] [iwl-net] igc: write to phy power management and management control registers to power up/power down the phy during interface up/down

2024-01-04 Thread Paul Menzel
Dear Prasad, Thank you very much for your patch. Please remember if you sent an updated version to add the version, cf. `--reroll-count|-v` in git-format-patch(1). Please also add a small change-log for the patch revisions below the --- line. Also, the git commit message summary (title/subj

[Intel-wired-lan] [PATCH] [iwl-net] igc: write to phy power management and management control registers to power up/power down the phy during interface up/down

2024-01-04 Thread Prasad Koya
For I225/226 parts, when the interface is set down with "ip link set down", interface is down but the PHY (led) continues to be up. This patch makes the phy to be actually off/on during interface down/up events. Signed-off-by: Prasad Koya --- drivers/net/ethernet/intel/igc/igc_defines.h |

Re: [Intel-wired-lan] [PATCH iwl-next v1] ixgbe: Convert ret val type from s32 to int

2024-01-04 Thread Dan Carpenter
://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git master patch link: https://lore.kernel.org/r/20240103101135.386891-1-jedrzej.jagielski%40intel.com patch subject: [PATCH iwl-next v1] ixgbe: Convert ret val type from s32 to int config: i386-randconfig-141-20240104 (https://download.01.org/0day-ci

[Intel-wired-lan] [PATCH iwl-net v4 1/1] e1000e: Workaround for sporadic MDI error on Meteor Lake systems

2024-01-04 Thread Vitaly Lifshits
On some Meteor Lake systems accessing the PHY via the MDIO interface may result in an MDI error. This issue happens sporadically and in most cases a second access to the PHY via the MDIO interface results in success. As a workaround, introduce a retry counter which is set to 3 on Meteor Lake syste

Re: [Intel-wired-lan] [linux-firmware] ice: update ice DDP package to 1.3.36.0

2024-01-04 Thread Przemek Kitszel
On 1/4/24 13:44, Paul Menzel wrote: Dear Przemek, Thank you for your quick reply. Am 04.01.24 um 12:28 schrieb Przemek Kitszel: On 1/4/24 12:16, Paul Menzel wrote: Am 04.01.24 um 11:18 schrieb Przemek Kitszel: Change log since 1.3.35.0: - add support for E825C device family support The

Re: [Intel-wired-lan] [linux-firmware] ice: update ice DDP package to 1.3.36.0

2024-01-04 Thread Paul Menzel
Dear Przemek, Thank you for your quick reply. Am 04.01.24 um 12:28 schrieb Przemek Kitszel: On 1/4/24 12:16, Paul Menzel wrote: Am 04.01.24 um 11:18 schrieb Przemek Kitszel: Change log since 1.3.35.0: - add support for E825C device family support The last *support* sounds strange. Maybe

Re: [Intel-wired-lan] [linux-firmware] ice: update ice DDP package to 1.3.36.0

2024-01-04 Thread Przemek Kitszel
On 1/4/24 12:16, Paul Menzel wrote: Dear Przemek, Thank you for your patch. Am 04.01.24 um 11:18 schrieb Przemek Kitszel: Change log since 1.3.35.0: - add support for E825C device family support The last *support* sounds strange. Maybe just: Support E825C device family or Add support for

Re: [Intel-wired-lan] [linux-firmware] ice: update ice DDP package to 1.3.36.0

2024-01-04 Thread Paul Menzel
Dear Przemek, Thank you for your patch. Am 04.01.24 um 11:18 schrieb Przemek Kitszel: Change log since 1.3.35.0: - add support for E825C device family support The last *support* sounds strange. Maybe just: Support E825C device family or Add support for E825C device family Signed-off-by:

[Intel-wired-lan] [linux-firmware] ice: update ice DDP package to 1.3.36.0

2024-01-04 Thread Przemek Kitszel
Change log since 1.3.35.0: - add support for E825C device family support Signed-off-by: Przemek Kitszel --- WHENCE| 4 ++-- .../{ice-1.3.35.0.pkg => ice-1.3.36.0.pkg}| Bin 692776 -> 692776 bytes 2 files changed, 2 insertions(+), 2 deletions(-) rena

Re: [Intel-wired-lan] [PATCH] [iwl-net] igc: write to phy power management and management control registers to power up/power down the phy during interface up/down

2024-01-04 Thread Sasha Neftin
On 04/01/2024 3:01, Prasad Koya wrote: For I225/226 parts, when the interface is set down with "ip link set down", interface is down but the PHY (led) continues to be up. This patch makes the phy to be actually off/on during interface down/up events. Signed-off-by: Prasad Koya --- dr