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

2022-04-07 Thread Thomas Monjalon
31/03/2022 12:19, Hemant Agrawal: > Acked-by: Hemant Agrawal > > On 3/30/2022 3:31 AM, Tianli Lai wrote: > > if dpdmux objects created by restool tools with > > the argument "--default-if=", this > > function would change it to 1 > > > > Fixes: 1def64c2d79e ("net/dpaa2: add dpdmux initialization

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

2022-03-31 Thread Hemant Agrawal
Acked-by:  Hemant Agrawal On 3/30/2022 3:31 AM, Tianli Lai wrote: if dpdmux objects created by restool tools with the argument "--default-if=", this function would change it to 1 Fixes: 1def64c2d79e ("net/dpaa2: add dpdmux initialization and configuration") Cc: nipun.gu...@nxp.com Signed-off-

[PATCH v2] 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 Fixes: 1def64c2d79e ("net/dpaa2: add dpdmux initialization and configuration") Cc: nipun.gu...@nxp.com Signed-off-by: Tianli Lai --- drivers/net/dpaa2/dpaa2_mux.c | 2 +- 1 file chan