[PATCH] virtio_net: Eliminate OOO packets during switching

2024-06-14 Thread Abhinav Jain
Disable the network device & turn off carrier before modifying the number of queue pairs. Process all the in-flight packets and then turn on carrier, followed by waking up all the queues on the network device. Signed-off-by: Abhinav Jain --- drivers/net/virtio_net.c | 17 +++-

[PATCH] Staging: rtl8192e: fixed a function prototype definition issue

2019-07-26 Thread Abhinav Jain
From: Abhinav Jain Added the identifier name in the function prototype definition. Signed-off-by: Abhinav Jain --- drivers/staging/rtl8192e/rtllib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h index