[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hifn cards
On Wed, 26 Apr 2000, Jack Culpepper wrote:
> After much time waited and money spent I have a pretty sweet performance
> lab type thingy! I bought a couple of hifn cards from powercrypt.com. Here
> is my set up:
>
I think you're suffering from two bugs. The first is that the hifn driver
didn't setup the result buffers correctly (or read them correctly) and
didn't copy the mbuf header from the incoming mbuf. That was fixed on
Monday evening (EST).
The second bug is that when I split fxp into bus-specific and
bus-independent parts, I goofed in using sizeof(pointer) instead of
sizeof(structure) so the last few bytes of the ethernet address were not
copied from the cards. aaron fixed that today.
--Jason Wright