Hi, I'm tryinbg to follow packets flowing up from an ethernet device driver (if_fxp.c in this case) and as far as I can tell they are processed completely at device interrupt level unless deferred in netisr_dispatch(). Is that correct? Thanks, George