[PATCH 0/2] solos-pci: debugging fixes
From: Philip Prindeville <hidden>
Date: 2011-03-28 06:58:15
From: Philip Prindeville <hidden>
Date: 2011-03-28 06:58:15
From: Philip Prindeville <redacted> Two patches for net-2.6 HEAD: The first changes the one remaining instance where the VCI (virtual circuit identifier) is output before the VPI (virtual path identifier). Standard notation is VPI *then* VCI, and this is used everywhere else. The second does a "pull" on the sk_buff to remove the "struct pkt_hdr" that prefaces the actual ATM frame data (and includes message type, message size, and VPI/VCI tuple). Logging is the last thing done before releasing the sk_buff, so the header can safely be pulled up at this point. Also, we alternate between using the term "device" and "port" in the driver, which is inconsistent and confusing. So we also change the term "device" to "port".