Thread (9 messages) 9 messages, 4 authors, 2024-02-15

Re: [PATCH iproute2 v7 1/3] ss: add support for BPF socket-local storage

From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2024-02-15 03:13:20

On Wed, 14 Feb 2024 08:54:36 -0700
David Ahern [off-list ref] wrote:
quoted
WARNING: line length of 112 exceeds 100 columns
#189: FILE: misc/ss.c:3417:
+		fprintf(stderr, "ss: too many (> %u) BPF socket-local storage maps found, skipping map ID %u\n",  
to be clear: printf statements should not be split across lines, so at
best this one becomes:
		fprintf(stderr,
			"ss: ..."
Message could also be shortened, something like:
		fprintf(stderr,
			"Too many BPF local maps found (> %u), skipping ID %u\n",
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help