09/07/2025 17:01, Stephen Hemminger:
> On Tue, 8 Jul 2025 10:09:54 +0300
> Maayan Kashani wrote:
>
> > +static void
> > +exit_cleanup(void)
> > +{
> > + unsigned int i;
> > +
> > + RTE_LOG(INFO, APP, "Close ports.\n");
> > + for (i = 0; i < num_ports; i++) {
> > + if (rte_eal_proc
09/07/2025 15:30, Burakov, Anatoly:
> On 7/8/2025 9:09 AM, Maayan Kashani wrote:
> > Device was started but not stopped on exit signal.
> > Added port stop and close on exit.
> >
> > Fixes: af75078fece3 ("first public release")
> > Cc: sta...@dpdk.org
> >
> > Signed-off-by: Maayan Kashani
> > --
On 7/8/2025 9:09 AM, Maayan Kashani wrote:
Device was started but not stopped on exit signal.
Added port stop and close on exit.
Fixes: af75078fece3 ("first public release")
Cc: sta...@dpdk.org
Signed-off-by: Maayan Kashani
---
Acked-by: Anatoly Burakov
--
Thanks,
Anatoly
Device was started but not stopped on exit signal.
Added port stop and close on exit.
Fixes: af75078fece3 ("first public release")
Cc: sta...@dpdk.org
Signed-off-by: Maayan Kashani
---
examples/multi_process/symmetric_mp/main.c | 27 ++
1 file changed, 22 insertions(+), 5 de
4 matches
Mail list logo