Re: [PATCH 11/15] RDMA/hbl: add habanalabs RDMA driver

2024-06-18 Thread Przemek Kitszel
On 6/18/24 13:08, Omer Shpigelman wrote: On 6/17/24 22:04, Leon Romanovsky wrote: [Some people who received this message don't often get email from l...@kernel.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] On Mon, Jun 17, 2024 at 05:43:49PM +, Omer Sh

Re: [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver

2024-06-19 Thread Przemek Kitszel
On 6/19/24 09:16, Omer Shpigelman wrote: On 6/18/24 17:19, Andrew Lunn wrote: [...] +module_param(poll_enable, bool, 0444); +MODULE_PARM_DESC(poll_enable, + "Enable Rx polling rather than IRQ + NAPI (0 = no, 1 = yes, default: no)"); Module parameters are not liked. This probab

Re: [PATCH 01/15] net: hbl_cn: add habanalabs Core Network driver

2024-06-13 Thread Przemek Kitszel
On 6/13/24 10:21, Omer Shpigelman wrote: Add the hbl_cn driver which will serve both Ethernet and InfiniBand drivers. hbl_cn is the layer which is used by the satellite drivers for many shared operations that are needed by both EN and IB subsystems like QPs, CQs etc. The CN driver is initialized

Re: [PATCH 01/15] net: hbl_cn: add habanalabs Core Network driver

2024-06-13 Thread Przemek Kitszel
On 6/13/24 15:01, Przemek Kitszel wrote: On 6/13/24 10:21, Omer Shpigelman wrote: [...] + +int hbl_cn_read_spmu_counters(struct hbl_cn_port *cn_port, u64 out_data[], u32 *num_out_data) +{ +    struct hbl_cn_device *hdev = cn_port->hdev; +    struct hbl_cn_asic_port_funcs *port_fu

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-29 Thread Przemek Kitszel
[removed most non-list recipients, it's just too much] On 11/15/24 10:26 PM, Easwar Hariharan wrote: This is a series that follows up on my previous series to introduce secs_to_jiffies() and convert a few initial users.[1] In the review for that series, Anna-Maria requested converting other us

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-12-09 Thread Przemek Kitszel
On 12/6/24 9:58 PM, Easwar Hariharan wrote: On 11/29/2024 4:57 AM, Przemek Kitszel wrote: [removed most non-list recipients, it's just too much] On 11/15/24 10:26 PM, Easwar Hariharan wrote: Regarding code - you could also convert msecs_to_jiffies(const * HZ), there are 10 tha

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-12-09 Thread Przemek Kitszel
On 12/9/24 1:45 PM, Christophe Leroy wrote: Le 09/12/2024 à 13:01, Przemek Kitszel a écrit : On 12/6/24 9:58 PM, Easwar Hariharan wrote: On 11/29/2024 4:57 AM, Przemek Kitszel wrote: [removed most non-list recipients, it's just too much] On 11/15/24 10:26 PM, Easwar Hariharan