> Applied to next-net
> Should this go to stable as well
I think it would probably make sense to have it in stable.
On Tue, 4 Feb 2025 18:45:08 +0200
Tudor Cornea wrote:
> Currently, if we call rte_eth_dev_stop(), the sockets are closed.
> If we attempt to start the port again, socket related operations
> will not work correctly.
>
> This can be alleviated by closing the socket at the same place in
> which w
On Tue, 4 Feb 2025 18:45:08 +0200
Tudor Cornea wrote:
> Currently, if we call rte_eth_dev_stop(), the sockets are closed.
> If we attempt to start the port again, socket related operations
> will not work correctly.
>
> This can be alleviated by closing the socket at the same place in
> which w
Currently, if we call rte_eth_dev_stop(), the sockets are closed.
If we attempt to start the port again, socket related operations
will not work correctly.
This can be alleviated by closing the socket at the same place in
which we currently free the memory, in eth_dev_close().
If an application c
4 matches
Mail list logo