Re: [PATCH v4 5/5] net: ti: icssg: Add support sending FDB command to update rx_flow_id

2024-04-03 Thread Ravi Gunasekaran
On 3/27/24 10:58 AM, MD Danish Anwar wrote: > ICSSG firmware supports FDB commands. Add support to send FDB commands > from driver. Once rx_flow_id is obtained from dma, let firmware know that > we are using this rx_flow_id by sending a FDB command. > > Signed-off-by: MD Danish Anwar > --- >

[PATCH v4 5/5] net: ti: icssg: Add support sending FDB command to update rx_flow_id

2024-03-26 Thread MD Danish Anwar
ICSSG firmware supports FDB commands. Add support to send FDB commands from driver. Once rx_flow_id is obtained from dma, let firmware know that we are using this rx_flow_id by sending a FDB command. Signed-off-by: MD Danish Anwar --- drivers/net/ti/icssg_config.c | 68