Re: [PATCH] eventdev/eth_tx: fix service function

2023-01-17 Thread Jerin Jacob
On Sat, Jan 7, 2023 at 10:11 PM Naga Harish K S V wrote: > > adapter service function is using RTE_ETH_FOREACH_DEV() macro for > looping through all available eth devices and flushing any pending > buffered packets. > > When Traffic Management nodes (vports) are added and deleted dynamically, > th

[PATCH] eventdev/eth_tx: fix service function

2023-01-07 Thread Naga Harish K S V
adapter service function is using RTE_ETH_FOREACH_DEV() macro for looping through all available eth devices and flushing any pending buffered packets. When Traffic Management nodes (vports) are added and deleted dynamically, there is a possibility of accessing the device info memory beyond the all