fjpanag commented on code in PR #8569: URL: https://github.com/apache/nuttx/pull/8569#discussion_r1111000153
########## arch/arm/src/stm32/stm32_eth.c: ########## @@ -634,22 +634,26 @@ struct stm32_ethmac_s uint16_t segments; /* RX segment count */ uint16_t inflight; /* Number of TX transfers "in_flight" */ sq_queue_t freeb; /* The free buffer list */ - - /* Descriptor allocations */ - - struct eth_rxdesc_s rxtable[CONFIG_STM32_ETH_NRXDESC]; Review Comment: For consistency with the other STM32's. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org