On 4/22/2021 12:27 PM, Min Hu (Connor) wrote:
> From: Chengchang Tang
>
> The size of the current interrupt vector array is fixed to an integer.
>
> This patch will create an interrupt vector array based on the number
> of rxqs.
>
> Fixes: 4870a8cdd968 ("net/tap: support Rx interrupt")
> Cc: st
在 2021/4/22 23:20, Stephen Hemminger 写道:
On Thu, 22 Apr 2021 19:27:14 +0800
"Min Hu (Connor)" wrote:
diff --git a/drivers/net/tap/tap_intr.c b/drivers/net/tap/tap_intr.c
index 5cf4f17..1cacc15 100644
--- a/drivers/net/tap/tap_intr.c
+++ b/drivers/net/tap/tap_intr.c
@@ -59,7 +59,7 @@ tap_rx_
On Thu, 22 Apr 2021 19:27:14 +0800
"Min Hu (Connor)" wrote:
> diff --git a/drivers/net/tap/tap_intr.c b/drivers/net/tap/tap_intr.c
> index 5cf4f17..1cacc15 100644
> --- a/drivers/net/tap/tap_intr.c
> +++ b/drivers/net/tap/tap_intr.c
> @@ -59,7 +59,7 @@ tap_rx_intr_vec_install(struct rte_eth_dev *
From: Chengchang Tang
The size of the current interrupt vector array is fixed to an integer.
This patch will create an interrupt vector array based on the number
of rxqs.
Fixes: 4870a8cdd968 ("net/tap: support Rx interrupt")
Cc: sta...@dpdk.org
Signed-off-by: Chengchang Tang
Signed-off-by: Mi
4 matches
Mail list logo