summaryrefslogtreecommitdiff
path: root/mausezahn
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-04-17 20:31:25 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-04-18 16:35:54 +0200
commit28de5698cece520251b966e7e41d256517f97d44 (patch)
treeb73a2ef16695463d87104d4e261df5130aacc94d /mausezahn
parentf61f39d3972960d795d3d5e5fe6e16179591e2bb (diff)
flowtop: Change flows layout to 1-row view
Changed flows list layout to look more a top-like output with header and in 1 line. When -s option is specified then layout changes to 2 lines view including with src peer info and dst under it on next line. Also shortified flow state names to allocate less space. Removed presenter_get_port be cause ports are printed for both peers separately. The flow duration time is printed in very short form in one of the units: XXd - days XXh - hours XXm - minutes XXs - seconds the reason is that it is enough to have actually generic understanding about flow time in the biggest time unit. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'mausezahn')
0 files changed, 0 insertions, 0 deletions
d later HCAs. Starting with two small infrastructure changes and refactoring patches followed by two patches to add the actual support for both xmit ndo and XDP xmit routines. Last patch is a simple fix to return a mistakenly removed pointer from the SQ structure, which was remove in previous submission of mlx5 4K UAR. Saeed. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mlx5/device.h3
-rw-r--r--include/linux/mlx5/mlx5_ifc.h9
-rw-r--r--include/linux/mlx5/qp.h16
3 files changed, 22 insertions, 6 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h