public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: [ECOS] Error Build HssAcc
       [not found] <20071218151518.0DF2419500C0@mail.chez-thomas.org>
@ 2007-12-19 10:38 ` Gary Thomas
  2007-12-19 11:25   ` [ECOS] Option to generate checksum in hardware Laurie Gellatly
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2007-12-19 10:38 UTC (permalink / raw)
  To: Navya S Kamath; +Cc: ecos-discuss

Navya S Kamath wrote:
> Hi,
> 
> When I tried to compile HssAcc in redboot I get following errors. How can I
> correct them? Do I need to modify if_npe.c? I would like to enable 1
> Ethernet and both the HSS ports
> 
> /root/redboot-build/redboot-intel-ixp4xx-070320/build/install/include/IxQueu
> eAssignments.h:90:5: warning: "IX_UTOPIAMODE" is not defined
> /root/redboot-build/redboot-intel-ixp4xx-070320/build/install/include/IxQueu
> eAssignments.h:93:5: warning: "IX_MPHYSINGLEPORT" is not defined
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c: In function `ixEthHssAccCoExistCheck':
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:166: error:
> `IX_NPEDL_NPEIMAGE_NPEA_ETH_HSSCHAN_COEXIST' undeclared (first use in this
> function)
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:166: error: (Each undeclared identifier
> is reported only once
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:166: error: for each function it
> appears
> in.)/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/
> npe/hssAcc/current/src/IxHssAccService.c: In function `ixHssAccInit':
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:301: error:
> `IX_NPEDL_NPEIMAGE_NPEA_ETH_HSSCHAN_COEXIST' undeclared (first use in this
> function)
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:302: error:
> `IX_NPEDL_NPEIMAGE_NPEA_HSS_PORT_0_CHAN_PORT_0_BYPASS_ATM_MPHY_4_PORT'
> undeclared (first use in this function)
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:310: error:
> `IX_NPEDL_NPEIMAGE_NPEA_HSS_2_PORT_CHAN_PORT_0_BYPASS' undeclared (first use
> in this function)

It looks like you need to talk to Intel (I assume that's where
you got these sources) for support.  Since none of this is part
of the public eCos tree, we can't be of much assistance.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ECOS] Option to generate checksum in hardware
  2007-12-19 10:38 ` [ECOS] Error Build HssAcc Gary Thomas
@ 2007-12-19 11:25   ` Laurie Gellatly
  0 siblings, 0 replies; 3+ messages in thread
From: Laurie Gellatly @ 2007-12-19 11:25 UTC (permalink / raw)
  To: ecos-discuss

Hi All,
If an ethernet controller chip can generate checksums for incoming/outgoing
IP/TCP/UDP packets in hardware, is there any eCos option for the freeBSD
stack that could take advantage of this and offload the processing to the
controller?
From what I've read my Ethernet throughput would be drastically improved.
I've had a brief look through the code but can't find such an option.
Has anyone already done this modification or offer any comments?


Merry Christmas			...Laurie:{)


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ECOS] Error Build HssAcc
@ 2007-12-19  9:04 Navya S Kamath
  0 siblings, 0 replies; 3+ messages in thread
From: Navya S Kamath @ 2007-12-19  9:04 UTC (permalink / raw)
  To: ecos-discuss

Hi,

When I tried to compile HssAcc in redboot I get following errors. How can I
correct them? Do I need to modify if_npe.c? I would like to enable 1
Ethernet and both the HSS ports

/root/redboot-build/redboot-intel-ixp4xx-070320/build/install/include/IxQueu
eAssignments.h:90:5: warning: "IX_UTOPIAMODE" is not defined
/root/redboot-build/redboot-intel-ixp4xx-070320/build/install/include/IxQueu
eAssignments.h:93:5: warning: "IX_MPHYSINGLEPORT" is not defined
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c: In function `ixEthHssAccCoExistCheck':
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:166: error:
`IX_NPEDL_NPEIMAGE_NPEA_ETH_HSSCHAN_COEXIST' undeclared (first use in this
function)
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:166: error: (Each undeclared identifier
is reported only once
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:166: error: for each function it
appears
in.)/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/
npe/hssAcc/current/src/IxHssAccService.c: In function `ixHssAccInit':
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:301: error:
`IX_NPEDL_NPEIMAGE_NPEA_ETH_HSSCHAN_COEXIST' undeclared (first use in this
function)
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:302: error:
`IX_NPEDL_NPEIMAGE_NPEA_HSS_PORT_0_CHAN_PORT_0_BYPASS_ATM_MPHY_4_PORT'
undeclared (first use in this function)
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:310: error:
`IX_NPEDL_NPEIMAGE_NPEA_HSS_2_PORT_CHAN_PORT_0_BYPASS' undeclared (first use
in this function)


Regards,
Navya




-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-18 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20071218151518.0DF2419500C0@mail.chez-thomas.org>
2007-12-19 10:38 ` [ECOS] Error Build HssAcc Gary Thomas
2007-12-19 11:25   ` [ECOS] Option to generate checksum in hardware Laurie Gellatly
2007-12-19  9:04 [ECOS] Error Build HssAcc Navya S Kamath

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 read-only IMAP folder(s) and NNTP newsgroup(s).