Re: [Intel-wired-lan] [PATCH v2 iwl-net 1/3] ice: Fix improper extts handling

2024-06-25 Thread Pucha, HimasekharX Reddy
> -Original Message- > From: Intel-wired-lan On Behalf Of Karol > Kolacinski > Sent: Thursday, June 20, 2024 5:57 PM > To: intel-wired-...@lists.osuosl.org > Cc: net...@vger.kernel.org; Kolacinski, Karol ; > Nguyen, Anthony L ; Kitszel, Przemyslaw > ; Keller, Jacob E ; > Olech, Milena

Re: [Intel-wired-lan] [PATCH v2 iwl-net 2/3] ice: Don't process extts if PTP is disabled

2024-06-25 Thread Pucha, HimasekharX Reddy
> -Original Message- > From: Intel-wired-lan On Behalf Of Karol > Kolacinski > Sent: Thursday, June 20, 2024 5:57 PM > To: intel-wired-...@lists.osuosl.org > Cc: Keller, Jacob E ; net...@vger.kernel.org; > Kolacinski, Karol ; Nguyen, Anthony L > ; Kitszel, Przemyslaw > > Subject: [Int

Re: [Intel-wired-lan] [PATCH v2 iwl-net 3/3] ice: Reject pin requests with unsupported flags

2024-06-25 Thread Pucha, HimasekharX Reddy
> -Original Message- > From: Intel-wired-lan On Behalf Of Karol > Kolacinski > Sent: Thursday, June 20, 2024 5:57 PM > To: intel-wired-...@lists.osuosl.org > Cc: Keller, Jacob E ; net...@vger.kernel.org; > Kolacinski, Karol ; Nguyen, Anthony L > ; Kitszel, Przemyslaw > > Subject: [Int

Re: [Intel-wired-lan] [PATCH iwl-next v2 7/7] ice: Add tracepoint for adding and removing switch rules

2024-06-25 Thread Przemek Kitszel
On 6/24/24 16:45, Marcin Szycik wrote: Track the number of rules and recipes added to switch. Add a tracepoint to ice_aq_sw_rules(), which shows both rule and recipe count. This information can be helpful when designing a set of rules to program to the hardware, as it shows where the practical li

Re: [Intel-wired-lan] [PATCH iwl-next v2 7/7] ice: Add tracepoint for adding and removing switch rules

2024-06-25 Thread Paul Menzel
Dear Marcin, Thank you for your patch. Am 24.06.24 um 16:45 schrieb Marcin Szycik: Track the number of rules and recipes added to switch. Add a tracepoint to ice_aq_sw_rules(), which shows both rule and recipe count. This information can be helpful when designing a set of rules to program to t

Re: [Intel-wired-lan] [PATCH iwl-next v2 01/14] cache: add __cacheline_group_{begin, end}_aligned() (+ couple more)

2024-06-25 Thread Alexander Lobakin
From: Przemek Kitszel Date: Thu, 20 Jun 2024 17:15:53 +0200 > On 6/20/24 15:53, Alexander Lobakin wrote: >> __cacheline_group_begin(), unfortunately, doesn't align the group >> anyhow. If it is wanted, then you need to do something like >> >> __cacheline_group_begin(grp) __aligned(ALIGN) >> >> wh

[Intel-wired-lan] [PATCH net-next v9 04/13] mm: page_frag: add '_va' suffix to page_frag API

2024-06-25 Thread Yunsheng Lin
Currently the page_frag API is returning 'virtual address' or 'va' when allocing and expecting 'virtual address' or 'va' as input when freeing. As we are about to support new use cases that the caller need to deal with 'struct page' or need to deal with both 'va' and 'struct page'. In order to dif

[Intel-wired-lan] [PATCH net 1/1] igc: Fix double reset adapter triggered from a single taprio cmd

2024-06-25 Thread Faizal Rahim
Following the implementation of "igc: Add TransmissionOverrun counter" patch, when a taprio command is triggered by user, igc processes two commands: TAPRIO_CMD_REPLACE followed by TAPRIO_CMD_STATS. However, both commands unconditionally pass through igc_tsn_offload_apply() which evaluates and trig

Re: [Intel-wired-lan] [PATCH iwl-next v2 7/7] ice: Add tracepoint for adding and removing switch rules

2024-06-25 Thread Marcin Szycik
On 25.06.2024 10:31, Paul Menzel wrote: > Dear Marcin, > > > Thank you for your patch. > > Am 24.06.24 um 16:45 schrieb Marcin Szycik: >> Track the number of rules and recipes added to switch. Add a tracepoint to >> ice_aq_sw_rules(), which shows both rule and recipe count. This information >

[Intel-wired-lan] [PATCH iwl-net v5] i40e: fix: remove needless retries of NVM update

2024-06-25 Thread Aleksandr Loktionov
Remove wrong EIO to EGAIN conversion and pass all errors as is. After commit 230f3d53a547 ("i40e: remove i40e_status"), which should only replace F/W specific error codes with Linux kernel generic, all EIO errors suddenly started to be converted into EAGAIN which leads nvmupdate to retry until it

Re: [Intel-wired-lan] [PATCH net 1/1] igc: Fix double reset adapter triggered from a single taprio cmd

2024-06-25 Thread Abdul Rahim, Faizal
Added Vladimir and Husaini in CC. On 25/6/2024 4:26 pm, Faizal Rahim wrote: Following the implementation of "igc: Add TransmissionOverrun counter" patch, when a taprio command is triggered by user, igc processes two commands: TAPRIO_CMD_REPLACE followed by TAPRIO_CMD_STATS. However, both command