chainloading, ignore receive packets.
Itay Gazit <[email protected]>
| Newsgroups | gmane.network.etherboot.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I tried to perform chainloaing over Mellanox ConnectX EN ROM gPXE ver 0.9.5.
After loading undionly.kpxe I noticed all receive packets where ignored.
In debugging I found all packets were thrown away by the 'return' of this
part of code under undinet.c -> undinet_poll()
"
if ( ! undinet_isr_triggered() ) {
/* Allow interrupt to occur */
__asm__ __volatile__ ( REAL_CODE ( "sti\n\t"
"nop\n\t"
"nop\n\t"
"cli\n\t" ) : : );
return;
}
"
After ignoring this part of code chainloading worked fine.
Is there something missing in my driver? Or it's a known issue?
Thanks,
Itay
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Etherboot-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/etherboot-discuss