On 11/15/2021 10:11 AM, Ferruh Yigit wrote:
On 11/15/2021 7:19 AM, Apeksha Gupta wrote:
This patch adds Rx/Tx queue configuration setup operations.
On packet reception the respective BD Ring status bit is set
which is then used for packet processing.

Signed-off-by: Sachin Saxena<sachin.sax...@nxp.com>
Signed-off-by: Apeksha Gupta<apeksha.gu...@nxp.com>
Acked-by: Hemant Agrawal<hemant.agra...@nxp.com>

I put a comment to v9 on using 'fep->bd_addr_p_r[queue_idx]' &
'fep->bd_addr_p_t[queue_idx])' 64 bit variables as 32 bit, can you please
check it?

hmm, 'fep->bd_addr_p_r[queue_idx]' & 'fep->bd_addr_p_t[queue_idx])' are no more
64-bit variables. Not sure why gcc12 complains about it, can we follow it on the
v9 comment?

Reply via email to