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
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
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
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
[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
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
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