----- Original Message -----
>Xiu-Yan Wang writes:
> > The reason for my questions is that there're internal requirements to
> > enhance the implementation of hcksum_retrieve() and hcksum_assoc(). So
> > I'm soliciting the inputs of guys who work on drivers to make the
> > interfaces as general as possible. I'm quite sure that Paul, Drew, and
> > Tom can contribute to this. Please let me know if I'm not clear here.:-)
>
>The thing I'd like to see changed is to be able to support both
>HCK_PARTIALCKSUM and HW_LSO.  Right now, I have to do a nasty hack to
>get the MSS on my device (clear HCK_PARTIALCKSUM, get the mss, and
>then put things back).
>
>Thanks,
>Drew

Me too. Now I'm writing my version of mervell yukon2 driver, which has
partial checksum and lso capabilities. When I want to use both of partial
checksum and lso, mss value of lso packets which hcksum_retrieve()
returned seemed partial checksum, instead of mss.

 I also use lso for realtek816x and nVIDIA integrated nics, which have
full checksum and lso capabilities. They work well for me.

-masa

>
_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to