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
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
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
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
* 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")
> >
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
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
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 --
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
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
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
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
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.
> >
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
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
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
> >
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
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
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
19 matches
Mail list logo