avinash varma wrote:
> hello,
> 
> We have to provide fcoe support in our preboot execution environment (gpxe)
> so we have downloaded the kernel version 2.6.31 which has fcoe code embedded
> in it but we cannot migrate this code to gpxe as it interacts with kernel
> (with multiple system calls).
> So we have downloaded *open-fcoe 2.6.25* tarball.Can we migrate this code to
> gpxe (preboot execution environment)?

I don't know why not.

I guess the system calls you may be having issues with are the ones to create
an interface via /sys.  I think you can redo those somehow.
You probably also need a way to do DCBX (negotiate priority flow control, etc),
which is currently a user-level daemon.

You would also need the FIP code, and the most recent version like 2.6.33
is beter.  2.6.25 is pretty old and doesn't have FIP.

        Joe


_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to