Re: [PATCH v2] net/failsafe: link_update request crashing at boot

2022-02-15 Thread Vipul Ashri
On 2/14/2022 10:24 PM, Stephen Hemminger wrote: On Mon, 14 Feb 2022 13:09:19 + Vipul Ashri wrote: PORT 0 supports 16 rx queues and 16 tx queues (driver_name = net_failsafe, driver_type = 16) PORT 0 is polling for link-change, interrupts disabled [DPDK] tap_flow_create(): Kernel refused

Re: [PATCH v2] net/failsafe: link_update request crashing at boot

2022-02-15 Thread Vipul Ashri
On 11/22/2021 3:53 PM, Gaëtan Rivet wrote: Could describe in more detail the execution? In particular, setting the EAL log-level to debug with the option: ' --log-level pmd.net.failsafe:debug' for example while using testpmd or your DPDK app. It should show ethdev level accesses to the sub-device

Re: [PATCH v2] net/failsafe: link_update request crashing at boot

2022-02-14 Thread Vipul Ashri
next reply if you are still unsatisfied. GDB analysis will be bigger. Thanks! Regards Vipul -Original Message- From: Gaëtan Rivet Sent: Monday, November 22, 2021 3:53 PM To: Vipul Ashri ; dev@dpdk.org Cc: sta...@dpdk.org Subject: [External] : Re: [PATCH v2] net/failsafe: link_update

[dpdk-dev] [PATCH v2] net/failsafe: link_update request crashing at boot

2021-10-21 Thread vipul . ashri
From: Vipul Ashri failsafe crashed while sending early link_update request during boot time initialization. Based on debugging we found failsafe device was good but sub- devices were progressing towards initialization and SUBOPS macro where expanding macro gives [partial_dev]->dev_

[dpdk-dev] [PATCH 1/1] net/failsafe: link_update request crashing at boot

2021-10-21 Thread vipul . ashri
From: Vipul Ashri failsafe crashed while sending early link_update request during boot time initialization. Based on debugging we found failsafe device was good but sub- devices were progressing towards initialization and SUBOPS macro where expanding macro gives [partial_dev]->dev_

Re: [dpdk-dev] [PATCH] net/virtio: fix wrong variable assignment in helper macro

2020-09-18 Thread Vipul Ashri
] Sent: Sunday, 30 August, 2020 3:48 To: Andrew Rybchenko ; Vipul Ashri ; dev@dpdk.org Cc: chenbo@intel.com; zhihong.w...@intel.com; maxime.coque...@redhat.com; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net/virtio: fix wrong variable assignment in helper macro On 8/29/20 2:22 PM, Andrew

Re: [dpdk-dev] [PATCH] net/virtio: fix wrong variable assignment in helper macro

2020-09-18 Thread Vipul Ashri
] Sent: Saturday, 29 August, 2020 16:53 To: Vipul Ashri ; dev@dpdk.org Cc: chenbo@intel.com; zhihong.w...@intel.com; maxime.coque...@redhat.com; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net/virtio: fix wrong variable assignment in helper macro On 8/14/20 12:21 PM, Vipul Ashri wrote

[dpdk-dev] [PATCH v5] net/virtio: fix wrong variable assignment in helper macro

2020-09-18 Thread Vipul Ashri
t;net/virtio: reuse packed ring functions") Cc: sta...@dpdk.org Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..6ed506

[dpdk-dev] [PATCH v4] net/virtio: fix wrong variable assignment in helper macro

2020-09-15 Thread Vipul Ashri
t;net/virtio: reuse packed ring functions") Cc: sta...@dpdk.org Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..7f8a39

Re: [dpdk-dev] [PATCH v3] net/virtio: fix wrong variable assignment in helper macro

2020-08-19 Thread Vipul Ashri
: Wednesday, 19 August, 2020 0:15 To: Vipul Ashri ; Xia, Chenbo ; dev@dpdk.org; sta...@dpdk.org; Wang, Zhihong ; maxime.coque...@redhat.com Cc: Edwin Leung Subject: Re: [dpdk-dev] [PATCH v3] net/virtio: fix wrong variable assignment in helper macro On 8/14/2020 6:23 AM, Vipul Ashri wrote: > Hi

[dpdk-dev] [PATCH] net/virtio: fix wrong variable assignment in helper macro

2020-08-18 Thread Vipul Ashri
t;net/virtio: reuse packed ring functions") Cc: sta...@dpdk.org Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..20c95471e 10

Re: [dpdk-dev] [PATCH v3] net/virtio: fix wrong variable assignment in helper macro

2020-08-18 Thread Vipul Ashri
-Original Message- From: Xia, Chenbo [mailto:chenbo@intel.com] Sent: Friday, 14 August, 2020 6:56 To: Vipul Ashri ; dev@dpdk.org Cc: Edwin Leung ; sta...@dpdk.org; Wang, Zhihong ; maxime.coque...@redhat.com Subject: RE: [PATCH v3] net/virtio: fix wrong variable assignment in helper macro

[dpdk-dev] [PATCH v3] net/virtio: fix wrong variable assignment in helper macro

2020-08-18 Thread Vipul Ashri
t;net/virtio: reuse packed ring functions") Cc: sta...@dpdk.org Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..20c95471e 10

[dpdk-dev] [PATCH] net/virtio: fix wrong variable assignment in helper macro

2020-08-18 Thread Vipul Ashri
t;net/virtio: reuse packed ring functions") Cc: sta...@dpdk.org Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..20c95471e 10

[dpdk-dev] [PATCH v3] net/virtio: fix wrong variable assignment in helper macro

2020-08-18 Thread Vipul Ashri
t;net/virtio: reuse packed ring functions") Cc: sta...@dpdk.org Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..20c95471e 10

[dpdk-dev] FW: [PATCH v2] Fixes: 57f90f894588("net/virtio: reuse packed ring functions")

2020-08-18 Thread Vipul Ashri
: Xia, Chenbo [mailto:chenbo@intel.com] Sent: Wednesday, 12 August, 2020 17:31 To: Vipul Ashri ; dev@dpdk.org Cc: Edwin Leung Subject: RE: [PATCH v2] Fixes: 57f90f894588("net/virtio: reuse packed ring functions") Hi Vipul, > -Original Message- > From: Vipul Ashri &

[dpdk-dev] [PATCH v2] net/virtio: fix wrong variable assignment in helper macro

2020-08-18 Thread Vipul Ashri
t;net/virtio: reuse packed ring functions") Cc: sta...@dpdk.org Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..20c95471e 10

[dpdk-dev] [PATCH v2] Fixes: 57f90f894588("net/virtio: reuse packed ring functions")

2020-08-18 Thread Vipul Ashri
using 'var_' having local scope only. Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..20c95471e 100644 --- a/driver

[dpdk-dev] [PATCH v2] net/virtio: fix 57f90f8("net/virtio: reuse packed ring functions")

2020-08-11 Thread Vipul Ashri
tx packets are not going out and standard tx path is not working due to cleanup malfunctioning. Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h

[dpdk-dev] [PATCH] Virtio TX: reverting a small change causing Virtio standard TX broken

2020-08-10 Thread Vipul Ashri
://git.dpdk.org/dpdk/patch/?id=57f90f89458807bccc63425e4b72796870177977 Signed-off-by: Vipul Ashri --- drivers/net/virtio/virtqueue.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 105a9c00c..81118d9fb

[dpdk-dev] [PATCH] Virtio TX: reverting a small change causing Virtio standard TX broken

2020-08-08 Thread Vipul Ashri
Virtio Standard TX broken : Reverting a small change added few months back which has caused breakage in Virtio Standard TX path. During basic ping Tx/Rx testing of net_virtio pmd driver using standard Tx path, We saw TX is broken since anomaly code added by below patch once submitted http://git.