* [dpdk-dev] DPDK 1.7 crashes on table initialization
@ 2014-09-23 9:07 Saha, Avik (AWS)
2014-09-23 10:21 ` Neil Horman
0 siblings, 1 reply; 4+ messages in thread
From: Saha, Avik (AWS) @ 2014-09-23 9:07 UTC (permalink / raw)
To: dev
Hey guys
My DPDK application is crashing on a table creation when I specify .action_data_size as greater than 0. I could not find the constraints on this field in documentation (multiple of 4 or something). Could someone please give some guidance on this issue.
Thanks
Avik
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] DPDK 1.7 crashes on table initialization
2014-09-23 9:07 [dpdk-dev] DPDK 1.7 crashes on table initialization Saha, Avik (AWS)
@ 2014-09-23 10:21 ` Neil Horman
2014-09-24 9:37 ` Saha, Avik (AWS)
0 siblings, 1 reply; 4+ messages in thread
From: Neil Horman @ 2014-09-23 10:21 UTC (permalink / raw)
To: Saha, Avik (AWS); +Cc: dev
On Tue, Sep 23, 2014 at 09:07:55AM +0000, Saha, Avik (AWS) wrote:
> Hey guys
> My DPDK application is crashing on a table creation when I specify .action_data_size as greater than 0. I could not find the constraints on this field in documentation (multiple of 4 or something). Could someone please give some guidance on this issue.
>
Post the backtrace when the error occurs?
Neil
> Thanks
> Avik
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] DPDK 1.7 crashes on table initialization
2014-09-23 10:21 ` Neil Horman
@ 2014-09-24 9:37 ` Saha, Avik (AWS)
2014-09-24 10:08 ` Neil Horman
0 siblings, 1 reply; 4+ messages in thread
From: Saha, Avik (AWS) @ 2014-09-24 9:37 UTC (permalink / raw)
To: Neil Horman; +Cc: dev
I am not getting a useful core -
I just get the error message -PIPELINE: rte_pipeline_table_create: Table creation failed on the command line
So I played around with the action_data_size and for some reason, the application comes up fine if it I specify it as sizeof(struct rtre_pipeline_table_entry). Sorry I do not have any more detail but is there any way I can debug this?
Avik
-----Original Message-----
From: Neil Horman [mailto:nhorman@tuxdriver.com]
Sent: Tuesday, September 23, 2014 3:21 AM
To: Saha, Avik (AWS)
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] DPDK 1.7 crashes on table initialization
On Tue, Sep 23, 2014 at 09:07:55AM +0000, Saha, Avik (AWS) wrote:
> Hey guys
> My DPDK application is crashing on a table creation when I specify .action_data_size as greater than 0. I could not find the constraints on this field in documentation (multiple of 4 or something). Could someone please give some guidance on this issue.
>
Post the backtrace when the error occurs?
Neil
> Thanks
> Avik
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] DPDK 1.7 crashes on table initialization
2014-09-24 9:37 ` Saha, Avik (AWS)
@ 2014-09-24 10:08 ` Neil Horman
0 siblings, 0 replies; 4+ messages in thread
From: Neil Horman @ 2014-09-24 10:08 UTC (permalink / raw)
To: Saha, Avik (AWS); +Cc: dev
On Wed, Sep 24, 2014 at 09:37:07AM +0000, Saha, Avik (AWS) wrote:
> I am not getting a useful core -
> I just get the error message -PIPELINE: rte_pipeline_table_create: Table creation failed on the command line
>
> So I played around with the action_data_size and for some reason, the application comes up fine if it I specify it as sizeof(struct rtre_pipeline_table_entry). Sorry I do not have any more detail but is there any way I can debug this?
>
> Avik
>
Attach GDB to it then and break on that error log call. Then we can see what
the f_create method is pointing too and figure out what type of table create is
failing.
Neil
> -----Original Message-----
> From: Neil Horman [mailto:nhorman@tuxdriver.com]
> Sent: Tuesday, September 23, 2014 3:21 AM
> To: Saha, Avik (AWS)
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] DPDK 1.7 crashes on table initialization
>
> On Tue, Sep 23, 2014 at 09:07:55AM +0000, Saha, Avik (AWS) wrote:
> > Hey guys
> > My DPDK application is crashing on a table creation when I specify .action_data_size as greater than 0. I could not find the constraints on this field in documentation (multiple of 4 or something). Could someone please give some guidance on this issue.
> >
> Post the backtrace when the error occurs?
> Neil
>
> > Thanks
> > Avik
> >
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-24 10:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-23 9:07 [dpdk-dev] DPDK 1.7 crashes on table initialization Saha, Avik (AWS)
2014-09-23 10:21 ` Neil Horman
2014-09-24 9:37 ` Saha, Avik (AWS)
2014-09-24 10:08 ` Neil Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).