Re: [Intel-wired-lan] [PATCH iwl-next v8 11/11] igc: add support to get frame preemption statistics via ethtool

2025-03-05 Thread Vladimir Oltean
On Wed, Mar 05, 2025 at 08:00:26AM -0500, Faizal Rahim wrote: > +/* Received out of order packets with SMD-C */ > +#define IGC_PRMEXCPRCNT_OOO_SMDC 0x00FF > +/* Received out of order packets with SMD-C and wrong Frame CNT */ > +#define IGC_PRMEXCPRCNT_OOO_FRAME_CNT

Re: [Intel-wired-lan] [PATCH iwl-next v8 08/11] igc: add support to set tx-min-frag-size

2025-03-05 Thread Vladimir Oltean
On Wed, Mar 05, 2025 at 08:00:23AM -0500, Faizal Rahim wrote: > Add support to set tx-min-frag-size via set_mm callback in igc. > Increase the max limit of tx-ming-frag-size in ethtool from 252 to 256 > since i225/6 value range is 64, 128, 192 and 256. > > Co-developed-by: Vinicius Costa Gomes >

[Intel-wired-lan] [PATCH] i40e: fix MMIO write access to an invalid page in i40e_clear_hw

2025-03-05 Thread Kyungwook Boo
In i40e_clear_hw(), when the device sends a specific input(e.g., 0), an integer underflow in the num_{pf,vf}_int variables can occur, leading to MMIO write access to an invalid page. To fix this, we change the type of the unsigned integer variables num_{pf,vf}_int to signed integers. Additionally,

Re: [Intel-wired-lan] [PATCH] i40e: Disable i40e PCIe AER on system reboot

2025-03-05 Thread Tony Nguyen
On 12/26/2024 7:54 PM, Yue Zhao wrote: Disable PCIe AER on the i40e device on system reboot on a limited list of Dell PowerEdge systems. This prevents a fatal PCIe AER event on the i40e device during the ACPI _PTS (prepare to sleep) method for S5 on those systems. The _PTS is invoked by acpi_ente

Re: [Intel-wired-lan] [PATCH] i40e: Disable i40e PCIe AER on system reboot

2025-03-05 Thread Yue Zhao
Hi Tony, Our DELL servers are all out of warranty, so I cannot provide more useful information from the communication with the vendor side. Is there any possible fix via upgrading firmware or other components? Thanks, Best Regards Yue On Thu, Mar 6, 2025 at 8:47 AM Tony Nguyen wrote: > On 12/

Re: [Intel-wired-lan] [PATCH iwl-next v8 01/11] net: stmmac: move frag_size handling out of spin_lock

2025-03-05 Thread Furong Xu
On Wed, 5 Mar 2025 08:00:16 -0500 Faizal Rahim wrote: > The upcoming patch will extract verification logic into a new module, > MMSV (MAC Merge Software Verification). MMSV will handle most FPE fields, > except frag_size. It introduces its own lock (mmsv->lock), replacing > fpe_cfg->lock. > > S

Re: [Intel-wired-lan] MMIO write access to an invalid page in i40e_clear_hw()

2025-03-05 Thread Loktionov, Aleksandr
> -Original Message- > From: Intel-wired-lan On Behalf Of > Przemek Kitszel > Sent: Wednesday, March 5, 2025 11:27 AM > To: Kyungwook Boo > Cc: intel-wired-...@lists.osuosl.org; linux-ker...@vger.kernel.org; Nguyen, > Anthony L > Subject: Re: [Intel-wired-lan] MMIO write access to an i

Re: [Intel-wired-lan] MMIO write access to an invalid page in i40e_clear_hw()

2025-03-05 Thread Loktionov, Aleksandr
> -Original Message- > From: Intel-wired-lan On Behalf Of > Kyungwook Boo > Sent: Monday, March 3, 2025 11:20 AM > To: Nguyen, Anthony L ; Kitszel, Przemyslaw > > Cc: intel-wired-...@lists.osuosl.org; linux-ker...@vger.kernel.org > Subject: [Intel-wired-lan] MMIO write access to an inva

Re: [Intel-wired-lan] [PATCH iwl-next v3 1/4] ixgbe: create E610 specific ethtool_ops structure

2025-03-05 Thread Simon Horman
On Mon, Mar 03, 2025 at 01:06:27PM +0100, Jedrzej Jagielski wrote: > E610's implementation of various ethtool ops is different than > the ones corresponding to ixgbe legacy products. Therefore create > separate E610 ethtool_ops struct which will be filled out in the > forthcoming patches. > > Add

Re: [Intel-wired-lan] [PATCH iwl-next v3 2/4] ixgbe: add support for ACPI WOL for E610

2025-03-05 Thread Simon Horman
On Mon, Mar 03, 2025 at 01:06:28PM +0100, Jedrzej Jagielski wrote: > Currently only APM (Advanced Power Management) is supported by > the ixgbe driver. It works for magic packets only, as for different > sources of wake-up E610 adapter utilizes different feature. > > Add E610 specific implementati

Re: [Intel-wired-lan] [PATCH iwl-next v3 3/4] ixgbe: apply different rules for setting FC on E610

2025-03-05 Thread Simon Horman
On Mon, Mar 03, 2025 at 01:06:29PM +0100, Jedrzej Jagielski wrote: > E610 device doesn't support disabling FC autonegotiation. > > Create dedicated E610 .set_pauseparam() implementation and assign > it to ixgbe_ethtool_ops_e610. > > Reviewed-by: Aleksandr Loktionov > Signed-off-by: Jedrzej Jagie

Re: [Intel-wired-lan] [PATCH iwl-next v3 4/4] ixgbe: add E610 .set_phys_id() callback implementation

2025-03-05 Thread Simon Horman
On Mon, Mar 03, 2025 at 01:06:30PM +0100, Jedrzej Jagielski wrote: > Legacy implementation of .set_phys_id() ethtool callback is not > applicable for E610 device. > > Add new implementation which uses 0x06E9 command by calling > ixgbe_aci_set_port_id_led(). > > Reviewed-by: Aleksandr Loktionov >

[Intel-wired-lan] igc: high init to link up time on I255

2025-03-05 Thread Mateusz Kusiak
Hi all, I'm trying to figure out what's taking igc/I255 so long to establish link. I enabled debug logs hoping I'd find something meaningful. Here they are (output of "dmesg | grep igc"): [    0.628173] calling  igc_init_module+0x0/0x3b @ 1 [    0.628234] igc :01:00.0: PCIe PTM not support

Re: [Intel-wired-lan] [iwl-net v2 5/5] ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw()

2025-03-05 Thread Simon Horman
On Mon, Mar 03, 2025 at 11:00:35AM +0100, Przemek Kitszel wrote: > On 2/28/25 18:17, Simon Horman wrote: > > On Tue, Feb 25, 2025 at 10:08:49AM +0100, Martyna Szapar-Mudlaw wrote: > > > From: Mateusz Polchlopek > > > > > > Fix using the untrusted value of proto->raw.pkt_len in function > > > ice_

Re: [Intel-wired-lan] [PATCH iwl-next v3] igc: Change Tx mode for MQPRIO offloading

2025-03-05 Thread Kurt Kanzenbach
On Tue Mar 04 2025, Simon Horman wrote: > On Mon, Mar 03, 2025 at 10:16:33AM +0100, Kurt Kanzenbach wrote: >> The current MQPRIO offload implementation uses the legacy TSN Tx mode. In >> this mode the hardware uses four packet buffers and considers queue >> priorities. >> >> In order to harmonize

Re: [Intel-wired-lan] MMIO write access to an invalid page in i40e_clear_hw()

2025-03-05 Thread Przemek Kitszel
On 3/3/25 11:19, Kyungwook Boo wrote: Hello, It seems that there are invalid page MMIO write access in i40e_clear_hw() Hi, is this something that actually occurred, or just a theoretical bug? (depending on that we will apply it to different tree) please send a proper patch anyway, as it look

[Intel-wired-lan] [PATCH iwl-next v8 01/11] net: stmmac: move frag_size handling out of spin_lock

2025-03-05 Thread Faizal Rahim
The upcoming patch will extract verification logic into a new module, MMSV (MAC Merge Software Verification). MMSV will handle most FPE fields, except frag_size. It introduces its own lock (mmsv->lock), replacing fpe_cfg->lock. Since frag_size handling remains in the driver, the existing rtnl_lock

[Intel-wired-lan] [PATCH iwl-next v8 07/11] igc: add support for frame preemption verification

2025-03-05 Thread Faizal Rahim
This patch implements the "ethtool --set-mm" callback to trigger the frame preemption verification handshake. Uses the MAC Merge Software Verification (mmsv) mechanism in ethtool to perform the verification handshake for igc. The structure fpe.mmsv is set by mmsv in ethtool and should remain read-

[Intel-wired-lan] [PATCH iwl-next v8 10/11] igc: add support to get MAC Merge data via ethtool

2025-03-05 Thread Faizal Rahim
Implement "ethtool --show-mm" callback for IGC. Tested with command: $ ethtool --show-mm enp1s0. MAC Merge layer state for enp1s0: pMAC enabled: on TX enabled: on TX active: on TX minimum fragment size: 64 RX minimum fragment size: 60 Verify enabled: on Verify time: 128 Max verif

[Intel-wired-lan] [PATCH iwl-next v8 06/11] igc: set the RX packet buffer size for TSN mode

2025-03-05 Thread Faizal Rahim
In preparation for supporting frame preemption, when entering TSN mode set the receive packet buffer to 16KB for the Express MAC, 16KB for the Preemptible MAC and 2KB for the BMC, according to the datasheet section 7.1.3.2. Co-developed-by: Vinicius Costa Gomes Signed-off-by: Vinicius Costa Gomes

[Intel-wired-lan] [PATCH iwl-next v8 02/11] net: ethtool: mm: extract stmmac verification logic into common library

2025-03-05 Thread Faizal Rahim
From: Vladimir Oltean It appears that stmmac is not the only hardware which requires a software-driven verification state machine for the MAC Merge layer. While on the one hand it's good to encourage hardware implementations, on the other hand it's quite difficult to tolerate multiple drivers im

[Intel-wired-lan] [PATCH iwl-next v8 09/11] igc: block setting preemptible traffic class in taprio

2025-03-05 Thread Faizal Rahim
Since preemptible tc implementation is not ready yet, block it from being set in taprio. The existing code already blocks it in mqprio. Signed-off-by: Faizal Rahim --- drivers/net/ethernet/intel/igc/igc_main.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ethernet/intel/igc

[Intel-wired-lan] [PATCH iwl-next v8 05/11] igc: optimize the TX packet buffer utilization

2025-03-05 Thread Faizal Rahim
Packet buffers (RX + TX) total 64KB. Neither RX or TX buffers can be larger than 34KB. So divide the buffer equally, 32KB for each. Co-developed-by: Vinicius Costa Gomes Signed-off-by: Vinicius Costa Gomes Signed-off-by: Faizal Rahim --- drivers/net/ethernet/intel/igc/igc_defines.h | 3 ++- 1

[Intel-wired-lan] [PATCH iwl-next v8 08/11] igc: add support to set tx-min-frag-size

2025-03-05 Thread Faizal Rahim
Add support to set tx-min-frag-size via set_mm callback in igc. Increase the max limit of tx-ming-frag-size in ethtool from 252 to 256 since i225/6 value range is 64, 128, 192 and 256. Co-developed-by: Vinicius Costa Gomes Signed-off-by: Vinicius Costa Gomes Signed-off-by: Faizal Rahim --- dri

[Intel-wired-lan] [PATCH iwl-next v8 04/11] igc: rename xdp_get_tx_ring() for non-xdp usage

2025-03-05 Thread Faizal Rahim
Renamed xdp_get_tx_ring() function to a more generic name for use in upcoming frame preemption patches. Signed-off-by: Faizal Rahim --- drivers/net/ethernet/intel/igc/igc.h | 2 +- drivers/net/ethernet/intel/igc/igc_main.c | 9 - 2 files changed, 5 insertions(+), 6 deletions(-) dif

[Intel-wired-lan] [PATCH iwl-next v8 03/11] net: ethtool: mm: reset verification status when link is down

2025-03-05 Thread Faizal Rahim
When the link partner goes down, "ethtool --show-mm" still displays "Verification status: SUCCEEDED," reflecting a previous state that is no longer valid. Reset the verification status to ensure it reflects the current state. Signed-off-by: Faizal Rahim --- net/ethtool/mm.c | 5 +++-- 1 file ch

[Intel-wired-lan] [PATCH net-next 03/16] libeth: add a couple of XDP helpers (libeth_xdp)

2025-03-05 Thread Alexander Lobakin
"Couple" is a bit humbly... Add the following functionality to libeth: * XDP shared queues managing * XDP_TX bulk sending infra * .ndo_xdp_xmit() infra * adding buffers to &xdp_buff * running XDP prog and managing its verdict * completing XDP Tx buffers Suggested-by: Maciej Fijalkowski # lots of

[Intel-wired-lan] [PATCH net-next 00/16] idpf: add XDP support

2025-03-05 Thread Alexander Lobakin
Add XDP support (w/o XSk yet) to the idpf driver using the libeth_xdp sublib, which will be then reused in at least iavf and ice. In general, nothing outstanding comparing to ice, except performance -- let's say, up to 2x for .ndo_xdp_xmit() on certain platforms and scenarios. libeth_xdp doesn't r

[Intel-wired-lan] [PATCH net-next 04/16] libeth: add XSk helpers

2025-03-05 Thread Alexander Lobakin
Add the following counterparts of functions from libeth_xdp which need special care on XSk path: * building &xdp_buff (head and frags); * running XDP prog and managing all possible verdicts; * xmit (with S/G and metadata support); * wakeup via CSD/IPI; * FQ init/deinit and refilling. Xmit by defa

[Intel-wired-lan] [PATCH net-next 01/16] libeth: convert to netmem

2025-03-05 Thread Alexander Lobakin
Back when the libeth Rx core was initially written, devmem was a draft and netmem_ref didn't exist in the mainline. Now that it's here, make libeth MP-agnostic before introducing any new code or any new library users. When it's known that the created PP/FQ is for header buffers, use faster "unsafe"

[Intel-wired-lan] [PATCH net-next 02/16] libeth: support native XDP and register memory model

2025-03-05 Thread Alexander Lobakin
Expand libeth's Page Pool functionality by adding native XDP support. This means picking the appropriate headroom and DMA direction. Also, register all the created &page_pools as XDP memory models. A driver then can call xdp_rxq_info_attach_page_pool() when registering its RxQ info. Signed-off-by:

[Intel-wired-lan] [PATCH net-next 06/16] idpf: a use saner limit for default number of queues to allocate

2025-03-05 Thread Alexander Lobakin
Currently, the maximum number of queues available for one vport is 16. This is hardcoded, but then the function calculating the optimal number of queues takes min(16, num_online_cpus()). On order to be able to allocate more queues, which will be then used for XDP, stop hardcoding 16 and rely on wha

[Intel-wired-lan] [PATCH net-next 11/16] idpf: prepare structures to support XDP

2025-03-05 Thread Alexander Lobakin
From: Michal Kubiak Extend basic structures of the driver (e.g. 'idpf_vport', 'idpf_*_queue', 'idpf_vport_user_config_data') by adding members necessary to support XDP. Add extra XDP Tx queues needed to support XDP_TX and XDP_REDIRECT actions without interfering with regular Tx traffic. Also add

[Intel-wired-lan] [PATCH net-next 09/16] idpf: remove SW marker handling from NAPI

2025-03-05 Thread Alexander Lobakin
From: Michal Kubiak SW marker descriptors on completion queues are used only when a queue is about to be destroyed. It's far from hotpath and handling it in the hotpath NAPI poll makes no sense. Instead, run a simple poller after a virtchnl message for destroying the queue is sent and wait for th

[Intel-wired-lan] [PATCH net-next 07/16] idpf: link NAPIs to queues

2025-03-05 Thread Alexander Lobakin
Add the missing linking of NAPIs to netdev queues when enabling interrupt vectors in order to support NAPI configuration and interfaces requiring get_rx_queue()->napi to be set (like XSk busy polling). Signed-off-by: Alexander Lobakin --- drivers/net/ethernet/intel/idpf/idpf_txrx.c | 30

[Intel-wired-lan] [PATCH net-next 08/16] idpf: make complq cleaning dependent on scheduling mode

2025-03-05 Thread Alexander Lobakin
From: Michal Kubiak Extend completion queue cleaning function to support queue-based scheduling mode needed for XDP queues. Add 4-byte descriptor for queue-based scheduling mode and perform some refactoring to extract the common code for both scheduling modes. Signed-off-by: Michal Kubiak Signe

[Intel-wired-lan] [PATCH net-next 14/16] idpf: add support for XDP on Rx

2025-03-05 Thread Alexander Lobakin
Use libeth XDP infra to support running XDP program on Rx polling. This includes all of the possible verdicts/actions. XDP Tx queues are cleaned only in "lazy" mode when there are less than 1/4 free descriptors left on the ring. libeth helper macros to define driver-specific XDP functions make sure

[Intel-wired-lan] [PATCH net-next 13/16] idpf: use generic functions to build xdp_buff and skb

2025-03-05 Thread Alexander Lobakin
In preparation of XDP support, move from having skb as the main frame container during the Rx polling to &xdp_buff. This allows to use generic and libeth helpers for building an XDP buffer and changes the logics: now we try to allocate an skb only when we processed all the descriptors related to th

[Intel-wired-lan] [PATCH net-next 15/16] idpf: add support for .ndo_xdp_xmit()

2025-03-05 Thread Alexander Lobakin
Use libeth XDP infra to implement .ndo_xdp_xmit() in idpf. The Tx callbacks are reused from XDP_TX code. XDP redirect target feature is set/cleared depending on the XDP prog presence, as for now we still don't allocate XDP Tx queues when there's no program. Signed-off-by: Alexander Lobakin --- d

[Intel-wired-lan] [PATCH net-next 05/16] idpf: fix Rx descriptor ready check barrier in splitq

2025-03-05 Thread Alexander Lobakin
No idea what the current barrier position was meant for. At that point, nothing is read from the descriptor, only the pointer to the actual one is fetched. The correct barrier usage here is after the generation check, so that only the first qword is read if the descriptor is not yet ready and we ne

[Intel-wired-lan] [PATCH net-next 12/16] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq

2025-03-05 Thread Alexander Lobakin
From: Michal Kubiak Implement loading/removing XDP program using .ndo_bpf callback in the split queue mode. Reconfigure and restart the queues if needed (!!old_prog != !!new_prog), otherwise, just update the pointers. Signed-off-by: Michal Kubiak Signed-off-by: Alexander Lobakin --- drivers/n

[Intel-wired-lan] [PATCH iwl-net] igc: Fix XSK queue NAPI ID mapping

2025-03-05 Thread Joe Damato
In commit b65969856d4f ("igc: Link queues to NAPI instances"), the XSK queues were incorrectly unmapped from their NAPI instances. After discussion on the mailing list and the introduction of a test to codify the expected behavior, we can see that the unmapping causes the check_xsk test to fail: N

[Intel-wired-lan] [PATCH iwl-net v3 1/1] e1000e: change k1 configuration on MTP and later platforms

2025-03-05 Thread Vitaly Lifshits
Starting from Meteor Lake, the Kumeran interface between the integrated MAC and the I219 PHY works at a different frequency. This causes sporadic MDI errors when accessing the PHY, and in rare circumstances could lead to packet corruption. To overcome this, introduce minor changes to the Kumeran i

Re: [Intel-wired-lan] [PATCH iwl-next v1] ice: refactor the Tx scheduler feature

2025-03-05 Thread Szapar-Mudlaw, Martyna
On 3/4/2025 2:43 PM, Szapar-Mudlaw, Martyna wrote: On 3/3/2025 10:54 AM, Simon Horman wrote: On Wed, Feb 26, 2025 at 12:33:56PM +0100, Mateusz Polchlopek wrote: Embed ice_get_tx_topo_user_sel() inside the only caller: ice_devlink_tx_sched_layers_get(). Instead of jump from the wrapper to t

Re: [Intel-wired-lan] [PATCH iwl-next v7 5/9] igc: Add support for frame preemption verification

2025-03-05 Thread Abdul Rahim, Faizal
On 4/3/2025 11:26 pm, Vladimir Oltean wrote: On Mon, Mar 03, 2025 at 05:26:54AM -0500, Faizal Rahim wrote: +static inline bool igc_fpe_is_verify_or_response(union igc_adv_rx_desc *rx_desc, +unsigned int size) +{ + u32 status_error = le32_

[Intel-wired-lan] [PATCH iwl-next v8 11/11] igc: add support to get frame preemption statistics via ethtool

2025-03-05 Thread Faizal Rahim
Implemented "ethtool --include-statistics --show-mm" callback for IGC. Tested preemption scenario to check preemption statistics: 1) Trigger verification handshake on both boards: $ sudo ethtool --set-mm enp1s0 pmac-enabled on $ sudo ethtool --set-mm enp1s0 tx-enabled on $ sudo ethtool

[Intel-wired-lan] [PATCH iwl-next v8 00/11] igc: Add support for Frame Preemption feature in IGC

2025-03-05 Thread Faizal Rahim
Introduces support for the FPE feature in the IGC driver. The patches aligns with the upstream FPE API: https://patchwork.kernel.org/project/netdevbpf/cover/20230220122343.1156614-1-vladimir.olt...@nxp.com/ https://patchwork.kernel.org/project/netdevbpf/cover/20230119122705.73054-1-vladimir.olt...

Re: [Intel-wired-lan] [PATCH net-next v9 2/6] net: ena: use napi's aRFS rmap notifers

2025-03-05 Thread Ahmed Zaki
On 2025-03-04 11:33 p.m., Arinzon, David wrote: [RE-SEND] I just realized I sent this only to iwl, sorry for spamming. On 2025-03-03 10:11 a.m., Arinzon, David wrote: Use the core's rmap notifiers and delete our own. Acked-by: David Arinzon Signed-off-by: Ahmed Zaki --- drivers/net/et

[Intel-wired-lan] [PATCH net-next 10/16] idpf: add support for nointerrupt queues

2025-03-05 Thread Alexander Lobakin
Currently, queues are associated 1:1 with interrupt vectors as it's assumed queues are always interrupt-driven. In order to use a queue without an interrupt, idpf still needs to have a vector assigned to it to flush descriptors. This vector can be global and only one for the whole vport to handle a

[Intel-wired-lan] [PATCH net-next 16/16] idpf: add XDP RSS hash hint

2025-03-05 Thread Alexander Lobakin
Add &xdp_metadata_ops with a callback to get RSS hash hint from the descriptor. Declare the splitq 32-byte descriptor as 4 u64s to parse them more efficiently when possible. Signed-off-by: Alexander Lobakin --- drivers/net/ethernet/intel/idpf/xdp.h | 64 +++ drivers/net/e

Re: [Intel-wired-lan] [PATCH iwl-net] igc: Fix XSK queue NAPI ID mapping

2025-03-05 Thread Gerhard Engleder
On 05.03.25 19:09, Joe Damato wrote: In commit b65969856d4f ("igc: Link queues to NAPI instances"), the XSK queues were incorrectly unmapped from their NAPI instances. After discussion on the mailing list and the introduction of a test to codify the expected behavior, we can see that the unmappin

Re: [Intel-wired-lan] [PATCH iwl-next v8 01/11] net: stmmac: move frag_size handling out of spin_lock

2025-03-05 Thread Vladimir Oltean
On Wed, Mar 05, 2025 at 08:00:16AM -0500, Faizal Rahim wrote: > The upcoming patch will extract verification logic into a new module, > MMSV (MAC Merge Software Verification). MMSV will handle most FPE fields, > except frag_size. It introduces its own lock (mmsv->lock), replacing > fpe_cfg->lock. >

Re: [Intel-wired-lan] [PATCH iwl-next v8 03/11] net: ethtool: mm: reset verification status when link is down

2025-03-05 Thread Vladimir Oltean
On Wed, Mar 05, 2025 at 08:00:18AM -0500, Faizal Rahim wrote: > When the link partner goes down, "ethtool --show-mm" still displays > "Verification status: SUCCEEDED," reflecting a previous state that is > no longer valid. > > Reset the verification status to ensure it reflects the current state.

Re: [Intel-wired-lan] [PATCH iwl-next v8 05/11] igc: optimize the TX packet buffer utilization

2025-03-05 Thread Vladimir Oltean
On Wed, Mar 05, 2025 at 08:00:20AM -0500, Faizal Rahim wrote: > Packet buffers (RX + TX) total 64KB. Neither RX or TX buffers can be > larger than 34KB. So divide the buffer equally, 32KB for each. > > Co-developed-by: Vinicius Costa Gomes > Signed-off-by: Vinicius Costa Gomes > Signed-off-by: F

Re: [Intel-wired-lan] [PATCH iwl-next v8 06/11] igc: set the RX packet buffer size for TSN mode

2025-03-05 Thread Vladimir Oltean
On Wed, Mar 05, 2025 at 08:00:21AM -0500, Faizal Rahim wrote: > In preparation for supporting frame preemption, when entering TSN mode > set the receive packet buffer to 16KB for the Express MAC, 16KB for > the Preemptible MAC and 2KB for the BMC, according to the datasheet > section 7.1.3.2. > >

Re: [Intel-wired-lan] [PATCH iwl-next v1] ice: add E830 Earliest TxTime First Offload support

2025-03-05 Thread Tony Nguyen
On 2/27/2025 3:13 AM, Paul Greenwalt wrote: E830 supports Earliest TxTime First (ETF) hardware offload, which is configured via the ETF Qdisc (see tc-etf(8)). ETF introduces a new Tx flow mechanism that utilizes a timestamp ring (tstamp_ring) alongside the standard Tx ring. This timestamp ring

Re: [Intel-wired-lan] [PATCH net-next 01/16] libeth: convert to netmem

2025-03-05 Thread Mina Almasry
On Wed, Mar 5, 2025 at 8:23 AM Alexander Lobakin wrote: > > Back when the libeth Rx core was initially written, devmem was a draft > and netmem_ref didn't exist in the mainline. Now that it's here, make > libeth MP-agnostic before introducing any new code or any new library > users. > When it's kn

Re: [Intel-wired-lan] MMIO write access to an invalid page in i40e_clear_hw()

2025-03-05 Thread Kyungwook Boo
On 25. 3. 5. 19:13, Loktionov, Aleksandr wrote: > > >> -Original Message- >> From: Intel-wired-lan On Behalf Of >> Kyungwook Boo >> Sent: Monday, March 3, 2025 11:20 AM >> To: Nguyen, Anthony L ; Kitszel, Przemyslaw >> >> Cc: intel-wired-...@lists.osuosl.org; linux-ker...@vger.kernel.or

Re: [Intel-wired-lan] [PATCH iwl-next v8 07/11] igc: add support for frame preemption verification

2025-03-05 Thread Vladimir Oltean
On Wed, Mar 05, 2025 at 08:00:22AM -0500, Faizal Rahim wrote: > b) configure_pmac() -> not used >- this callback dynamically controls pmac_enabled at runtime. For > example, mmsv calls configure_pmac() and disables pmac_enabled when > the link partner goes down, even if the user previ

Re: [Intel-wired-lan] MMIO write access to an invalid page in i40e_clear_hw()

2025-03-05 Thread Kyungwook Boo
On 25. 3. 5. 21:11, Loktionov, Aleksandr wrote: > > >> -Original Message- >> From: Intel-wired-lan On Behalf Of >> Przemek Kitszel >> Sent: Wednesday, March 5, 2025 11:27 AM >> To: Kyungwook Boo >> Cc: intel-wired-...@lists.osuosl.org; linux-ker...@vger.kernel.org; Nguyen, >> Anthony L