Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-12 Thread Mohammed Alshohayeb
Hi Benoit,

Here ( https://drive.google.com/open?id=1ZRJ-ZMuRLYMXBZxYiVBbbU7GZjdNKE0d ) are 
the artifacts (with another coredump for style)

And here is the testpmd output (dpdk-19.08)

./testpmd -w :af:00.4 -- -i
testpmd> show port info all
PMD: rte_cxgbe_pmd: Port0: passive DA port module inserted
PMD: rte_cxgbe_pmd: Port1: passive DA port module inserted
* Infos for port 0  *
MAC address: 00:07:43:4A:93:50
Device name: :af:00.4
Driver name: net_cxgbe
Devargs:
Connect to socket: 1
memory allocation on the socket: 1
Link status: up
Link speed: 10 Mbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 1
Maximum number of MAC addresses of hash filtering: 0
VLAN offload:
strip off
filter off
qinq(extend) off
Hash key size in bytes: 40
Redirection table size: 32
Supported RSS offload flow types:
ipv4
ipv4-frag
ipv4-tcp
ipv4-udp
ipv4-other
ipv6
ipv6-frag
ipv6-tcp
ipv6-udp
ipv6-other
user defined 15
user defined 16
user defined 17
Minimum size of RX buffer: 68
Maximum configurable length of RX packet: 9018
Maximum number of VFs: 256
Current number of RX queues: 1
Max possible RX queues: 32
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 128
RXDs number alignment: 1
Current number of TX queues: 1
Max possible TX queues: 32
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 128
TXDs number alignment: 1
Max segment number per packet: 0
Max segment number per MTU/TSO: 0

* Infos for port 1  *
MAC address: 00:07:43:4A:93:58
Device name: :af:00.4_1
Driver name: net_cxgbe
Devargs:
Connect to socket: 1
memory allocation on the socket: 1
Link status: up
Link speed: 10 Mbps
Link duplex: full-duplex
MTU: 1500
Promiscuous mode: enabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 1
Maximum number of MAC addresses of hash filtering: 0
VLAN offload:
strip off
filter off
qinq(extend) off
Hash key size in bytes: 40
Redirection table size: 32
Supported RSS offload flow types:
ipv4
ipv4-frag
ipv4-tcp
ipv4-udp
ipv4-other
ipv6
ipv6-frag
ipv6-tcp
ipv6-udp
ipv6-other
user defined 15
user defined 16
user defined 17
Minimum size of RX buffer: 68
Maximum configurable length of RX packet: 9018
Maximum number of VFs: 256
Current number of RX queues: 1
Max possible RX queues: 32
Max possible number of RXDs per queue: 4096
Min possible number of RXDs per queue: 128
RXDs number alignment: 1
Current number of TX queues: 1
Max possible TX queues: 32
Max possible number of TXDs per queue: 4096
Min possible number of TXDs per queue: 128
TXDs number alignment: 1
Max segment number per packet: 0
Max segment number per MTU/TSO: 0
testpmd>

Best,
Mohammed
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16350): https://lists.fd.io/g/vpp-dev/message/16350
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-12 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Mohammed,

> I've uploaded the coredump here  UDt_W-AXwHePaq1O03ubhmPheVJ>

I need the build artifacts too - content of 
./build-root/install-vpp_debug-native/ .

> Are there any venues I might explore that might be causing the issue?

Can you share the output of testpmd 'show port info all'? See 
https://doc.dpdk.org/guides/testpmd_app_ug/testpmd_funcs.html#show-port

Thanks
ben
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16347): https://lists.fd.io/g/vpp-dev/message/16347
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-12 Thread Mohammed Alshohayeb
Hi Benoit,

Yes, testpmd works perfectly well.

I've uploaded the coredump here ( 
https://drive.google.com/open?id=12sIi-UDt_W-AXwHePaq1O03ubhmPheVJ )

Version:                  v20.01-release
Compiled by:              root
Compile host:             pb
Compile date:             2020-05-11T12:33:39
Compile location:         /opt/vpp-src/vpp
Compiler:                 GCC 7.3.1 20180303 (Red Hat 7.3.1-5)
Current PID:              60547
Command line arguments:
./build-root/install-vpp_debug-native/vpp/bin/vpp
unix { interactive } dpdk { dev :af:00.4 }

Are there any venues I might explore that might be causing the issue?

Best,
Mohammed
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16344): https://lists.fd.io/g/vpp-dev/message/16344
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-11 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Mohammed, it really looks like a DPDK issue. Could you share the coredump? 
See 
https://fd.io/docs/vpp/master/troubleshooting/reportingissues/reportingissues.html#core-files

Also, does your interface work with DPDK testpmd, including 'show port info 
all'.

Best
ben

> -Original Message-
> From: vpp-dev@lists.fd.io  On Behalf Of Mohammed
> Alshohayeb
> Sent: lundi 11 mai 2020 14:36
> To: vpp-dev@lists.fd.io
> Subject: Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk
> 
> Hi Benoit
> 
> Here is the backtrace with DEBUG (version v20.01)
> 
> 
> #0  0x7fc7613d9387 in raise () from /lib64/libc.so.6
> #1  0x7fc7613daa78 in abort () from /lib64/libc.so.6
> #2  0x0040748d in os_exit (code=1) at /opt/vpp-
> src/vpp/src/vpp/vnet/main.c:379
> #3  0x7fc762d84492 in unix_signal_handler (signum=11,
> si=0x7fc720b0edf0, uc=0x7fc720b0ecc0) at /opt/vpp-
> src/vpp/src/vlib/unix/main.c:187
> #4  
> #5  0x7fc71a3246a8 in process_responses (q=0x17ff9ef80, budget=32,
> rx_pkts=0x0) at /opt/vpp-src/vpp/build-root/build-vpp_debug-
> native/external/dpdk-19.08/drivers/net/cxgbe/sge.c:1586
> #6  0x7fc71a324c10 in cxgbe_poll (q=0x17ff9ef80, rx_pkts=0x0,
> budget=32, work_done=0x7fc720b0fb0c) at /opt/vpp-src/vpp/build-root/build-
> vpp_debug-native/external/dpdk-19.08/drivers/net/cxgbe/sge.c:1705
> #7  0x7fc71a2df339 in cxgbe_dev_link_update (eth_dev=0x7fc71d694ac0
> , wait_to_complete=0) at /opt/vpp-src/vpp/build-
> root/build-vpp_debug-native/external/dpdk-
> 19.08/drivers/net/cxgbe/cxgbe_ethdev.c:200
> #8  0x7fc719eae886 in rte_eth_link_get_nowait (port_id=0,
> eth_link=0x7fc720b0fbe0) at /opt/vpp-src/vpp/build-root/build-vpp_debug-
> native/external/dpdk-19.08/lib/librte_ethdev/rte_ethdev.c:1964
> #9  0x7fc71cd91d94 in dpdk_lib_init (dm=0x7fc71d680c60 ) at
> /opt/vpp-src/vpp/src/plugins/dpdk/device/init.c:281
> #10 0x7fc71cd99d1e in dpdk_process (vm=0x7fc762fbd640
> , rt=0x7fc720aef000, f=0x0) at /opt/vpp-
> src/vpp/src/plugins/dpdk/device/init.c:1632
> #11 0x7fc762d1d1f4 in vlib_process_bootstrap (_a=140493221415888) at
> /opt/vpp-src/vpp/src/vlib/main.c:1475
> #12 0x7fc76219aee4 in clib_calljmp () at /opt/vpp-
> src/vpp/src/vppinfra/longjmp.S:123
> #13 0x7fc7208e4ba0 in ?? ()
> #14 0x7fc762d1d2fc in vlib_process_startup (vm=0x7fc762fbd640
> , p=0x7fc720aef000, f=0x0) at /opt/vpp-
> src/vpp/src/vlib/main.c:1497
> 
> After the following it (sorta) works but obviously not the proper fix
> 
> +memset(, 0, sizeof(l));
> -rte_eth_link_get_nowait (i, );
> 
> 
> DBGvpp# sh int
>   Name   IdxState  MTU (L3/IP4/IP6/MPLS)
> Counter  Count
> HundredGigabitEthernetaf/0/4  2  up  9000/0/0/0 tx
> packets 85058
> tx
> bytes90212747
> tx-
> error  10
> HundredGigabitEthernetaf/0/4/01  up  9000/0/0/0 rx
> packets 86435
> rx
> bytes90396792
> drops
> 1377
> ip4
> 449
> ip6
> 70
> local00 down  0/0/0/0
> DBGvpp#
> 
> Tried the waiting version but results in the same issue. Could this be an
> issue with the PMD? Though I have been using it for a couple of years
> outside of VPP and never faced that issue
> 
> Best,
> Mohammed
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16311): https://lists.fd.io/g/vpp-dev/message/16311
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-11 Thread Mohammed Alshohayeb
Hi Benoit

Here is the backtrace with DEBUG (version v20.01)

#0  0x7fc7613d9387 in raise () from /lib64/libc.so.6
#1  0x7fc7613daa78 in abort () from /lib64/libc.so.6
#2  0x0040748d in os_exit (code=1) at 
/opt/vpp-src/vpp/src/vpp/vnet/main.c:379
#3  0x7fc762d84492 in unix_signal_handler (signum=11, si=0x7fc720b0edf0, 
uc=0x7fc720b0ecc0) at /opt/vpp-src/vpp/src/vlib/unix/main.c:187
#4  
#5  0x7fc71a3246a8 in process_responses (q=0x17ff9ef80, budget=32, 
rx_pkts=0x0) at 
/opt/vpp-src/vpp/build-root/build-vpp_debug-native/external/dpdk-19.08/drivers/net/cxgbe/sge.c:1586
#6  0x7fc71a324c10 in cxgbe_poll (q=0x17ff9ef80, rx_pkts=0x0, budget=32, 
work_done=0x7fc720b0fb0c) at 
/opt/vpp-src/vpp/build-root/build-vpp_debug-native/external/dpdk-19.08/drivers/net/cxgbe/sge.c:1705
#7  0x7fc71a2df339 in cxgbe_dev_link_update (eth_dev=0x7fc71d694ac0 
, wait_to_complete=0) at 
/opt/vpp-src/vpp/build-root/build-vpp_debug-native/external/dpdk-19.08/drivers/net/cxgbe/cxgbe_ethdev.c:200
#8  0x7fc719eae886 in rte_eth_link_get_nowait (port_id=0, 
eth_link=0x7fc720b0fbe0) at 
/opt/vpp-src/vpp/build-root/build-vpp_debug-native/external/dpdk-19.08/lib/librte_ethdev/rte_ethdev.c:1964
#9  0x7fc71cd91d94 in dpdk_lib_init (dm=0x7fc71d680c60 ) at 
/opt/vpp-src/vpp/src/plugins/dpdk/device/init.c:281
#10 0x7fc71cd99d1e in dpdk_process (vm=0x7fc762fbd640 , 
rt=0x7fc720aef000, f=0x0) at 
/opt/vpp-src/vpp/src/plugins/dpdk/device/init.c:1632
#11 0x7fc762d1d1f4 in vlib_process_bootstrap (_a=140493221415888) at 
/opt/vpp-src/vpp/src/vlib/main.c:1475
#12 0x7fc76219aee4 in clib_calljmp () at 
/opt/vpp-src/vpp/src/vppinfra/longjmp.S:123
#13 0x7fc7208e4ba0 in ?? ()
#14 0x7fc762d1d2fc in vlib_process_startup (vm=0x7fc762fbd640 
, p=0x7fc720aef000, f=0x0) at 
/opt/vpp-src/vpp/src/vlib/main.c:1497

After the following it (sorta) works but obviously not the proper fix
+    memset(, 0, sizeof(l));
-    rte_eth_link_get_nowait (i, );

DBGvpp# sh int
Name               Idx    State  MTU (L3/IP4/IP6/MPLS)     Counter          
Count
HundredGigabitEthernetaf/0/4      2      up          9000/0/0/0     tx packets  
               85058
tx bytes                90212747
tx-error                      10
HundredGigabitEthernetaf/0/4/0    1      up          9000/0/0/0     rx packets  
               86435
rx bytes                90396792
drops                       1377
ip4                          449
ip6                           70
local0                            0     down          0/0/0/0
DBGvpp#

Tried the waiting version but results in the same issue. Could this be an issue 
with the PMD? Though I have been using it for a couple of years outside of VPP 
and never faced that issue

Best,
Mohammed
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16307): https://lists.fd.io/g/vpp-dev/message/16307
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-11 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Mohammed, the crash is happening in DPDK when trying to get link status.

> Also tested with v19.08.2 and v18.10

I suppose it means the trace below uses master?

Also, could you try again building DPDK in debug mode (note: you'll need to 
remove any vpp-ext-deps package 1st)?
~# make rebuild DPDK_DEBUG=y

ben

> OS:
> CentOS 7
> 
> Config:
> unix { interactive } dpdk { dev :18:00.4 }
> 
> Backtrace:
> 
> #0  0x7f87a15f0387 in raise () from /lib64/libc.so.6
> #1  0x7f87a15f1a78 in abort () from /lib64/libc.so.6
> #2  0x0040748d in os_exit (code=1) at /opt/vpp-
> src/vpp/src/vpp/vnet/main.c:379
> #3  0x7f87a2f9b492 in unix_signal_handler (signum=11,
> si=0x7f8760e39ef0, uc=0x7f8760e39dc0) at /opt/vpp-
> src/vpp/src/vlib/unix/main.c:187
> #4  
> #5  0x7f875e36d453 in cxgbe_poll () from /opt/vpp-src/vpp/build-
> root/install-vpp_debug-native/vpp/lib/vpp_plugins/dpdk_plugin.so
> #6  0x7f875e35a3e0 in cxgbe_dev_link_update () from /opt/vpp-
> src/vpp/build-root/install-vpp_debug-
> native/vpp/lib/vpp_plugins/dpdk_plugin.so
> #7  0x7f875e29933d in rte_eth_link_get_nowait () from /opt/vpp-
> src/vpp/build-root/install-vpp_debug-
> native/vpp/lib/vpp_plugins/dpdk_plugin.so
> #8  0x7f875f675fd4 in dpdk_lib_init (dm=0x7f875fed7000 ) at
> /opt/vpp-src/vpp/src/plugins/dpdk/device/init.c:281
> #9  0x7f875f67df5e in dpdk_process (vm=0x7f87a31d4640
> , rt=0x7f8760e1a000, f=0x0) at /opt/vpp-
> src/vpp/src/plugins/dpdk/device/init.c:1632
> #10 0x7f87a2f341f4 in vlib_process_bootstrap (_a=140219410963408) at
> /opt/vpp-src/vpp/src/vlib/main.c:1475
> #11 0x7f87a23b1ee4 in clib_calljmp () at /opt/vpp-
> src/vpp/src/vppinfra/longjmp.S:123
> #12 0x7f87602e5ba0 in ?? ()
> #13 0x7f87a2f342fc in vlib_process_startup (vm=0x7f87a31d4640
> , p=0x7f8760e1a000, f=0x0) at /opt/vpp-
> src/vpp/src/vlib/main.c:1497
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16300): https://lists.fd.io/g/vpp-dev/message/16300
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-10 Thread Mohammed Alshohayeb
Thanks  Mrityunjay,

CXGBE_PMD is enabled by default in VPP dpdk build, the PMD is built and the 
interfaces are detected, however, as you can see from the backtrace is dies 
when trying to link_update? (I assume)

Best,
Mohammed
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16299): https://lists.fd.io/g/vpp-dev/message/16299
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-10 Thread Mrityunjay Kumar
Hi Mohammed
I guess, If you are lucky, then below patch will work for you.  Hope
your firmware version >= 1.17.14.0.


diff --git a/build/external/packages/dpdk.mk b/build/external/packages/
dpdk.mk
index a068210..49fcc5a 100644
--- a/build/external/packages/dpdk.mk
+++ b/build/external/packages/dpdk.mk
@@ -200,6 +200,7 @@ $(B)/custom-config: $(B)/.dpdk-patch.ok Makefile
$(call set,RTE_LIBRTE_PMD_TAP,$(DPDK_TAP_PMD))
$(call set,RTE_LIBRTE_GSO,$(DPDK_TAP_PMD))
$(call set,RTE_LIBRTE_PMD_FAILSAFE,$(DPDK_FAILSAFE_PMD))
*+   $(call set,RTE_LIBRTE_CXGBE_PMD,y)*
@# not needed
$(call set,RTE_ETHDEV_RXTX_CALLBACKS,n)
$(call set,RTE_LIBRTE_CFGFILE,n)


*Regards*,
Mrityunjay Kumar.
Mobile: +91 - 9731528504



On Sun, May 10, 2020 at 4:48 PM Mohammed Alshohayeb 
wrote:

> I am facing crash issue on startup running Chelsio T6 NIC (cxgb pmd)
>
> Also tested with v19.08.2 and v18.10
>
> OS:
> CentOS 7
>
> Config:
> unix { interactive } dpdk { dev :18:00.4 }
>
> Backtrace:
> #0  0x7f87a15f0387 in raise () from /lib64/libc.so.6
> #1  0x7f87a15f1a78 in abort () from /lib64/libc.so.6
> #2  0x0040748d in os_exit (code=1) at
> /opt/vpp-src/vpp/src/vpp/vnet/main.c:379
> #3  0x7f87a2f9b492 in unix_signal_handler (signum=11,
> si=0x7f8760e39ef0, uc=0x7f8760e39dc0) at
> /opt/vpp-src/vpp/src/vlib/unix/main.c:187
> #4  
> #5  0x7f875e36d453 in cxgbe_poll () from
> /opt/vpp-src/vpp/build-root/install-vpp_debug-native/vpp/lib/vpp_plugins/dpdk_plugin.so
> #6  0x7f875e35a3e0 in cxgbe_dev_link_update () from
> /opt/vpp-src/vpp/build-root/install-vpp_debug-native/vpp/lib/vpp_plugins/dpdk_plugin.so
> #7  0x7f875e29933d in rte_eth_link_get_nowait () from
> /opt/vpp-src/vpp/build-root/install-vpp_debug-native/vpp/lib/vpp_plugins/dpdk_plugin.so
> #8  0x7f875f675fd4 in dpdk_lib_init (dm=0x7f875fed7000 ) at
> /opt/vpp-src/vpp/src/plugins/dpdk/device/init.c:281
> #9  0x7f875f67df5e in dpdk_process (vm=0x7f87a31d4640
> , rt=0x7f8760e1a000, f=0x0) at
> /opt/vpp-src/vpp/src/plugins/dpdk/device/init.c:1632
> #10 0x7f87a2f341f4 in vlib_process_bootstrap (_a=140219410963408) at
> /opt/vpp-src/vpp/src/vlib/main.c:1475
> #11 0x7f87a23b1ee4 in clib_calljmp () at
> /opt/vpp-src/vpp/src/vppinfra/longjmp.S:123
> #12 0x7f87602e5ba0 in ?? ()
> #13 0x7f87a2f342fc in vlib_process_startup (vm=0x7f87a31d4640
> , p=0x7f8760e1a000, f=0x0) at
> /opt/vpp-src/vpp/src/vlib/main.c:1497
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16296): https://lists.fd.io/g/vpp-dev/message/16296
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] Chelsio CXGBE crash on startup #dpdk

2020-05-10 Thread Mohammed Alshohayeb
I am facing crash issue on startup running Chelsio T6 NIC (cxgb pmd)

Also tested with v19.08.2 and v18.10

OS:
CentOS 7

Config:
unix { interactive } dpdk { dev :18:00.4 }

Backtrace:
#0  0x7f87a15f0387 in raise () from /lib64/libc.so.6
#1  0x7f87a15f1a78 in abort () from /lib64/libc.so.6
#2  0x0040748d in os_exit (code=1) at 
/opt/vpp-src/vpp/src/vpp/vnet/main.c:379
#3  0x7f87a2f9b492 in unix_signal_handler (signum=11, si=0x7f8760e39ef0, 
uc=0x7f8760e39dc0) at /opt/vpp-src/vpp/src/vlib/unix/main.c:187
#4  
#5  0x7f875e36d453 in cxgbe_poll () from 
/opt/vpp-src/vpp/build-root/install-vpp_debug-native/vpp/lib/vpp_plugins/dpdk_plugin.so
#6  0x7f875e35a3e0 in cxgbe_dev_link_update () from 
/opt/vpp-src/vpp/build-root/install-vpp_debug-native/vpp/lib/vpp_plugins/dpdk_plugin.so
#7  0x7f875e29933d in rte_eth_link_get_nowait () from 
/opt/vpp-src/vpp/build-root/install-vpp_debug-native/vpp/lib/vpp_plugins/dpdk_plugin.so
#8  0x7f875f675fd4 in dpdk_lib_init (dm=0x7f875fed7000 ) at 
/opt/vpp-src/vpp/src/plugins/dpdk/device/init.c:281
#9  0x7f875f67df5e in dpdk_process (vm=0x7f87a31d4640 , 
rt=0x7f8760e1a000, f=0x0) at 
/opt/vpp-src/vpp/src/plugins/dpdk/device/init.c:1632
#10 0x7f87a2f341f4 in vlib_process_bootstrap (_a=140219410963408) at 
/opt/vpp-src/vpp/src/vlib/main.c:1475
#11 0x7f87a23b1ee4 in clib_calljmp () at 
/opt/vpp-src/vpp/src/vppinfra/longjmp.S:123
#12 0x7f87602e5ba0 in ?? ()
#13 0x7f87a2f342fc in vlib_process_startup (vm=0x7f87a31d4640 
, p=0x7f8760e1a000, f=0x0) at 
/opt/vpp-src/vpp/src/vlib/main.c:1497
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16295): https://lists.fd.io/g/vpp-dev/message/16295
Mute This Topic: https://lists.fd.io/mt/74113417/21656
Mute #dpdk: https://lists.fd.io/mk?hashtag=dpdk=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-