DPDK patches and discussions
 help / color / mirror / Atom feed
From: Tony Lu <zlu@ezchip.com>
To: "'Mcnamara, John'" <john.mcnamara@intel.com>,
	'Arthas' <kangzy1982@qq.com>, 'dev' <dev@dpdk.org>
Subject: Re: [dpdk-dev] DPDK v2.1.0 with tilegx problem
Date: Mon, 7 Sep 2015 17:12:01 +0800	[thread overview]
Message-ID: <002001d0e94d$4f356f80$eda04e80$@com> (raw)
In-Reply-To: <B27915DBBA3421428155699D51E4CFE202305A2A@IRSMSX103.ger.corp.intel.com>

>-----Original Message-----
>From: Mcnamara, John [mailto:john.mcnamara@intel.com]
>Sent: Monday, September 07, 2015 4:52 PM
>To: Arthas; dev
>Cc: Zhigang Lu; Cyril Chemparathy; Zhigang Lu
>Subject: RE: [dpdk-dev] DPDK v2.1.0 with tilegx problem
>
>CCing the Tile-GX maintainers.
>
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Arthas
>> Sent: Saturday, September 5, 2015 2:49 AM
>> To: dev
>> Subject: [dpdk-dev] DPDK v2.1.0 with tilegx problem
>>
>> Hi, I'm working on tilegx platform. but when I compiled DPDK 2.1.0
>> with tilegx target. I got a error.
>>
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:182: error:
>> 'GXIO_MPIPE_IQUEUE_ENTRY_128' undeclared here (not in a function)
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:182: error: array
>> index in initializer not of integer type
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:182: error: (near
>> initialization for 'mpipe_iqueue_sizes')
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:183: error:
>> 'GXIO_MPIPE_IQUEUE_ENTRY_512' undeclared here (not in a function)
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:183: error: array
>> index in initializer not of integer type
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:183: error: (near
>> initialization for 'mpipe_iqueue_sizes')
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:184: error:
>> 'GXIO_MPIPE_IQUEUE_ENTRY_2K' undeclared here (not in a function)
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:184: error: array
>> index in initializer not of integer type
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:184: error: (near
>> initialization for 'mpipe_iqueue_sizes')
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:185: error:
>> 'GXIO_MPIPE_IQUEUE_ENTRY_64K' undeclared here (not in a function)
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:185: error: array
>> index in initializer not of integer type
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:185: error: (near
>> initialization for 'mpipe_iqueue_sizes')
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c: In function
>> 'mpipe_link_mac':
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:1545: warning:
>> implicit declaration of function 'gxio_mpipe_link_enumerate_mac'
>> /DPDK/dpdk-v2.1.0/drivers/net/mpipe/mpipe_tilegx.c:1545: warning:
>> nested extern declaration of 'gxio_mpipe_link_enumerate_mac'
>>
>> My tilegx MDE version is TileraMDE-4.2.4.174600, but I can't found any
>> definition of GXIO_MPIPE_IQUEUE_ENTRY_128/512/2K/64K.
>> only found gxio_mpipe_link_enumerate_mac is a kernel global symbol.
>>

We need to use TileraMDE-4.3.3 and later versions which include the
definition
of gxio_mpipe_link_enumerate_mac.

Thanks
-Zhigang

>> Did someon got this problem?
>>
>> Regards,
>> Arthas

  reply	other threads:[~2015-09-07  9:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-05  1:48 Arthas
2015-09-07  8:51 ` Mcnamara, John
2015-09-07  9:12   ` Tony Lu [this message]
2015-09-07  9:24   ` Thomas Monjalon
2015-09-07  8:51 ` Arthas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002001d0e94d$4f356f80$eda04e80$@com' \
    --to=zlu@ezchip.com \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@intel.com \
    --cc=kangzy1982@qq.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).