Re: [PATCH net] cxgb4: Fix incorrect sequence numbers shown in devlog

2015-07-03 Thread David Miller
From: Hariprasad Shenai Date: Fri, 3 Jul 2015 16:10:51 +0530 > Part of commit 49aa284fe64c4c1 ("cxgb4: Add support for devlog") > change introduced a real bug where the Device Log Sequence Numbers are > no longer being converted from firmware Big-Endian to local CPU-Endian > format. > > This pa

[PATCH net] cxgb4: Fix incorrect sequence numbers shown in devlog

2015-07-02 Thread Hariprasad Shenai
Part of commit 49aa284fe64c4c1 ("cxgb4: Add support for devlog") change introduced a real bug where the Device Log Sequence Numbers are no longer being converted from firmware Big-Endian to local CPU-Endian format. This patch moves all of the translation into the devlog_show() routine. The only en