Re: [PATCH 3/4] net: wan: fsl_qmc_hdlc: Add runtime timeslots changes support

2024-01-24 Thread Vadim Fedorenko
On 24/01/2024 15:26, Herve Codina wrote: Hi Vadim, On Wed, 24 Jan 2024 10:10:46 + Vadim Fedorenko wrote: [...] +static int qmc_hdlc_xlate_slot_map(struct qmc_hdlc *qmc_hdlc, + u32 slot_map, struct qmc_chan_ts_info *ts_info) +{ + u64 ts_mask_avail; +

Re: [PATCH 3/4] net: wan: fsl_qmc_hdlc: Add runtime timeslots changes support

2024-01-24 Thread Vadim Fedorenko
On 23/01/2024 16:49, Herve Codina wrote: QMC channels support runtime timeslots changes but nothing is done at the QMC HDLC driver to handle these changes. Use existing IFACE ioctl in order to configure the timeslots to use. Signed-off-by: Herve Codina Reviewed-by: Christophe Leroy Acked-by:

Re: [PATCH 3/4] net: wan: fsl_qmc_hdlc: Add runtime timeslots changes support

2024-01-24 Thread Herve Codina
Hi Vadim, On Wed, 24 Jan 2024 10:10:46 + Vadim Fedorenko wrote: [...] > > +static int qmc_hdlc_xlate_slot_map(struct qmc_hdlc *qmc_hdlc, > > + u32 slot_map, struct qmc_chan_ts_info > > *ts_info) > > +{ > > + u64 ts_mask_avail; > > + unsigned int bit; > > +