RE: [EXT] Re: [PATCH 1/1] app/test: resolve mbuf_test application failure

2023-07-23 Thread Rakesh Kudurumalla
> -Original Message- > From: Olivier Matz > Sent: Wednesday, July 5, 2023 9:42 PM > To: Rakesh Kudurumalla > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin > Kumar Dabilpuram > Subject: [EXT] Re: [PATCH 1/1] app/test: resolve mbuf_test application failur

Re: [PATCH 1/1] app/test: resolve mbuf_test application failure

2023-07-05 Thread Olivier Matz
@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin > > Kumar Dabilpuram ; Rakesh Kudurumalla > > > > Subject: [PATCH 1/1] app/test: resolve mbuf_test application failure > > > > when RTE_ENABLE_ASSERT is defined test_mbuf application is failing > > because we are

RE: [EXT] [PATCH 1/1] app/test: resolve mbuf_test application failure

2023-07-03 Thread Ashwin Sekhar T K
ubject: [EXT] [PATCH 1/1] app/test: resolve mbuf_test application failure > > External Email > > -- > when RTE_ENABLE_ASSERT is defined test_mbuf application is failing > because we are trying to attach extbuf to a

RE: [PATCH 1/1] app/test: resolve mbuf_test application failure

2023-05-23 Thread Rakesh Kudurumalla
Ping Regards, Rakesh > -Original Message- > From: Rakesh Kudurumalla > Sent: Wednesday, April 26, 2023 2:58 PM > To: Olivier Matz > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin > Kumar Dabilpuram ; Rakesh Kudurumalla > > Subject: [PATCH 1/1] app

[PATCH 1/1] app/test: resolve mbuf_test application failure

2023-04-26 Thread Rakesh Kudurumalla
when RTE_ENABLE_ASSERT is defined test_mbuf application is failing because we are trying to attach extbuf to a cloned buffer to which external mbuf is already attached.This patch fixes the same. Signed-off-by: Rakesh Kudurumalla --- v2: removed gerrit id app/test/test_mbuf.c | 1 + 1 file chang

[PATCH 1/1] app/test: resolve mbuf_test application failure

2023-04-26 Thread Rakesh Kudurumalla
when RTE_ENABLE_ASSERT is defined test_mbuf application is failing because we are trying to attach extbuf to a cloned buffer to which external mbuf is already attached.This patch fixes the same. Signed-off-by: Rakesh Kudurumalla Change-Id: Ia5a0f8a81036e12a1cfec82e61bfd6f1d0c6f89e --- app/test/t