From: seantywork Date: Thu, 19 Jun 2025 09:26:46 +0000 (+0100) Subject: testing X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=2b60ab1b4ce333c3e9f05fb255fa9a6b14b4d765;p=linuxyz.git testing --- diff --git a/kgpio-irqsock/kgpio_irqsk.c b/kgpio-irqsock/kgpio_irqsk.c index f89de3d..d389039 100644 --- a/kgpio-irqsock/kgpio_irqsk.c +++ b/kgpio-irqsock/kgpio_irqsk.c @@ -64,6 +64,8 @@ void geth_napi_interrupt(int irq, void *dev_id, struct pt_regs *regs){ i_q_len[i_q_ptr] = data_bits_count / 8; memcpy(i_q[i_q_ptr], i_value, i_q_len[i_q_ptr]); + printk(KERN_INFO "napi: pktlen: %d\n", i_q_len[i_q_ptr]); + //spin_unlock(&q_lock); napi_schedule(&priv->napi);