Message ID | 20240527055300.154563-1-danishanwar@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Add TAPRIO offload support for ICSSG driver | expand |
On Mon, May 27, 2024 at 11:22:58AM +0530, MD Danish Anwar wrote: > This series adds taprio offload support for ICSSG driver. > > Patch [1/2] of the series moves some structures and API definition to .h > files so that these can be accessed by taprio (icssg_qos.c) file. > > Patch [2/2] of the series intoduces the taprio support for icssg driver. What is the dependency between these patches and switchdev support? It is good to make that clear in the cover note, especially if this code will not apply without some other patches first. Andrew
Hi Andrew, On 28/05/24 3:46 am, Andrew Lunn wrote: > On Mon, May 27, 2024 at 11:22:58AM +0530, MD Danish Anwar wrote: >> This series adds taprio offload support for ICSSG driver. >> >> Patch [1/2] of the series moves some structures and API definition to .h >> files so that these can be accessed by taprio (icssg_qos.c) file. >> >> Patch [2/2] of the series intoduces the taprio support for icssg driver. > > What is the dependency between these patches and switchdev support? It > is good to make that clear in the cover note, especially if this code > will not apply without some other patches first. > I have developed this patch and the switchdev series independently. Both series can be applied to latest net-next without any error. Once one of these gets applied I will rebase it on top of the other one. There is no dependency between switch and mac mode for taprio support. > Andrew