RE: [PATCH] net/dpaa2: fix dpdmux default interface

2022-03-29 Thread Hemant Agrawal
; To: Tianli Lai ; dev@dpdk.org > Cc: Hemant Agrawal ; Sachin Saxena (OSS) > > Subject: Re: [PATCH] net/dpaa2: fix dpdmux default interface > Importance: High > > Acked-by:  Hemant Agrawal > > > On 3/30/2022 1:56 AM, Tianli Lai wrote: > > if dpdmux objects creat

Re: [PATCH] net/dpaa2: fix dpdmux default interface

2022-03-29 Thread Hemant Agrawal
Acked-by:  Hemant Agrawal On 3/30/2022 1:56 AM, Tianli Lai wrote: if dpdmux objects created by restool tools with the argument "--default-if=", this function would change it to 1 Signed-off-by: Tianli Lai --- drivers/net/dpaa2/dpaa2_mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH] net/dpaa2: fix dpdmux default interface

2022-03-29 Thread Tianli Lai
if dpdmux objects created by restool tools with the argument "--default-if=", this function would change it to 1 Signed-off-by: Tianli Lai --- drivers/net/dpaa2/dpaa2_mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/dpaa2/dpaa2_mux.c b/drivers/net/dpaa2/dpaa2