Re: [Intel-wired-lan] [iwl-next v8 0/9] ice: managing MSI-X in driver

2024-11-18 Thread Tony Nguyen
On 11/14/2024 4:18 AM, Michal Swiatkowski wrote: ... Note: previous patchset is on dev-queue. I will be unavailable some time, so sending fixed next version basing it on Tony main. Michal Swiatkowski (8): ice: devlink PF MSI-X max and min parameter ice: remove splitting MSI-X between

Re: [Intel-wired-lan] [iwl-next v1] ixgbe: use little endian type in admin commands

2024-11-18 Thread Tony Nguyen
On 11/14/2024 12:12 AM, Michal Swiatkowski wrote: Firmware is always using little endian. Mark it using __le prefixed type in all admin commands structures. Do a proper conversion whenever the structures are used. Reviewed-by: Przemek Kitszel Signed-off-by: Michal Swiatkowski --- To be squ

Re: [Intel-wired-lan] [PATCH linux-firmware v1 1/3] ice: update ice DDP package to ice-1.3.41.0

2024-11-18 Thread Greenwalt, Paul
On 11/9/2024 4:46 AM, Paul Menzel wrote: > Dear Paul, > > > Thank you for your patch. > > > Am 08.11.24 um 23:36 schrieb Paul Greenwalt: >> Update ice DDP package file to the latest version: ice-1.3.41.0 >> >> Highlight of changes since ice-1.3.36.0: >> >> - Add support for Intel E830 series

Re: [Intel-wired-lan] [PATCH iwl-net 08/10] idpf: add Tx timestamp flows

2024-11-18 Thread Vadim Fedorenko
On 18/11/2024 07:07, Olech, Milena wrote: On 11/14/2024 1:52 PM, Vadim Fedorenko wrote: On 13/11/2024 15:46, Milena Olech wrote: Add functions to request Tx timestamp for the PTP packets, read the Tx timestamp when the completion tag for that packet is being received, extend the Tx timestamp v

Re: [Intel-wired-lan] [PATCH net-next] intel/fm10k: Remove unused fm10k_iov_msg_mac_vlan_pf

2024-11-18 Thread Dr. David Alan Gilbert
* Przemek Kitszel (przemyslaw.kits...@intel.com) wrote: > On 11/16/24 16:24, li...@treblig.org wrote: > > From: "Dr. David Alan Gilbert" > > > > fm10k_iov_msg_mac_vlan_pf() has been unused since 2017's > > commit 1f5c27e52857 ("fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN > > requests") > >

Re: [Intel-wired-lan] [PATCH iwl-next 1/1] igc: Allow hot-swapping XDP program

2024-11-18 Thread Maciej Fijalkowski
On Mon, Nov 18, 2024 at 12:15:45PM +0800, Song Yoong Siang wrote: > Currently, the driver would always close and reopen the network interface > when setting/removing the XDP program, regardless of the presence of XDP > resources. This could cause unnecessary disruptions. > > To avoid this, introdu

Re: [Intel-wired-lan] (subset) [PATCH 00/35] Reorganize kerneldoc parameter names

2024-11-18 Thread Michael Ellerman
On Mon, 30 Sep 2024 13:20:46 +0200, Julia Lawall wrote: > Reorganize kerneldoc parameter names to match the parameter > order in the function header. > > The misordered cases were identified using the following > Coccinelle semantic patch: > > // > @initialize:ocaml@ > @@ > > [...] Applied to

[Intel-wired-lan] [PATCH net-next] intel/fm10k: Remove unused fm10k_iov_msg_mac_vlan_pf

2024-11-18 Thread linux
From: "Dr. David Alan Gilbert" fm10k_iov_msg_mac_vlan_pf() has been unused since 2017's commit 1f5c27e52857 ("fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requests") Remove it. Signed-off-by: Dr. David Alan Gilbert --- drivers/net/ethernet/intel/fm10k/fm10k_pf.c | 120 --

Re: [Intel-wired-lan] [PATCH iwl-net 09/10] idpf: add support for Rx timestamping

2024-11-18 Thread Willem de Bruijn
Olech, Milena wrote: > On 11/14/2024 9:54 PM, Willem de Bruijn wrote: > > > Milena Olech wrote: > > > Add Rx timestamp function when the Rx timestamp value is read directly > > > from the Rx descriptor. Add supported Rx timestamp modes. > > > > > > Reviewed-by: Alexander Lobakin > > > Signed-of

Re: [Intel-wired-lan] [PATCH iwl-net 08/10] idpf: add Tx timestamp flows

2024-11-18 Thread Willem de Bruijn
Olech, Milena wrote: > On 11/15/2024 12:20 AM, Willem de Bruijn wrote: > > > Milena Olech wrote: > > > Add functions to request Tx timestamp for the PTP packets, read the Tx > > > timestamp when the completion tag for that packet is being received, > > > extend the Tx timestamp value and set the s

Re: [Intel-wired-lan] [PATCH iwl-net 04/10] idpf: negotiate PTP capabilies and get PTP clock

2024-11-18 Thread Willem de Bruijn
Olech, Milena wrote: > On 11/14/2024 9:20 PM, Willem de Bruijn wrote: > > > Milena Olech wrote: > > > PTP capabilities are negotiated using virtchnl command. Add get > > > capabilities function, direct access to read the PTP clock time and > > > direct access to read the cross timestamp - system t

Re: [Intel-wired-lan] [PATCH iwl-net 09/10] idpf: add support for Rx timestamping

2024-11-18 Thread Olech, Milena
On 11/14/2024 9:54 PM, Willem de Bruijn wrote: > Milena Olech wrote: > > Add Rx timestamp function when the Rx timestamp value is read directly > > from the Rx descriptor. Add supported Rx timestamp modes. > > > > Reviewed-by: Alexander Lobakin > > Signed-off-by: Milena Olech > > --- > > driv

Re: [Intel-wired-lan] [PATCH iwl-net 08/10] idpf: add Tx timestamp flows

2024-11-18 Thread Olech, Milena
On 11/15/2024 12:20 AM, Willem de Bruijn wrote: > Milena Olech wrote: > > Add functions to request Tx timestamp for the PTP packets, read the Tx > > timestamp when the completion tag for that packet is being received, > > extend the Tx timestamp value and set the supported timestamping modes. > >

Re: [Intel-wired-lan] [PATCH iwl-net 08/10] idpf: add Tx timestamp flows

2024-11-18 Thread Olech, Milena
On 11/14/2024 1:52 PM, Vadim Fedorenko wrote: > On 13/11/2024 15:46, Milena Olech wrote: > > Add functions to request Tx timestamp for the PTP packets, read the Tx > > timestamp when the completion tag for that packet is being received, > > extend the Tx timestamp value and set the supported times

Re: [Intel-wired-lan] [PATCH iwl-net 04/10] idpf: negotiate PTP capabilies and get PTP clock

2024-11-18 Thread Olech, Milena
On 11/14/2024 9:20 PM, Willem de Bruijn wrote: > Milena Olech wrote: > > PTP capabilities are negotiated using virtchnl command. Add get > > capabilities function, direct access to read the PTP clock time and > > direct access to read the cross timestamp - system time and PTP clock > > time. Set i

Re: [Intel-wired-lan] [PATCH iwl-net 02/10] virtchnl: add PTP virtchnl definitions

2024-11-18 Thread Olech, Milena
On 11/14/2024 6:29 PM, Willem de Bruijn wrote: > Milena Olech wrote: > > PTP capabilities are negotiated using virtchnl commands. There are two > > available modes of the PTP support: direct and mailbox. When the direct > > access to PTP resources is negotiated, virtchnl messages returns a set > >

[Intel-wired-lan] [PATCH 4/8] ice, irdma: move interrupts code to irdma

2024-11-18 Thread Pawel Chmielewski
From: Michal Swiatkowski Move responsibility of MSI-X requesting for RDMA feature from ice driver to irdma driver. It is done to allow simple fallback when there is not enough MSI-X available. Change amount of MSI-X used for control from 4 to 1, as it isn't needed to have more than one MSI-X for

Re: [Intel-wired-lan] [PATCH iwl-next v1] ice: fw and port health status

2024-11-18 Thread Przemek Kitszel
On 11/18/24 11:48, Konrad Knitter wrote: Firmware generates events for global events or port specific events. Driver shall subscribe for health status events from firmware on supported FW versions >= 1.7.6. Driver shall expose those under specific health reporter, two new reporters are introduce

[Intel-wired-lan] [PATCH iwl-next v1] ice: fw and port health status

2024-11-18 Thread Konrad Knitter
Firmware generates events for global events or port specific events. Driver shall subscribe for health status events from firmware on supported FW versions >= 1.7.6. Driver shall expose those under specific health reporter, two new reporters are introduced: - FW health reporter shall represent glo