summaryrefslogtreecommitdiff
path: root/bpf_ext.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-08-13 02:11:16 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-09-21 09:56:15 +0200
commit81ca1cd1c362ae536a6bee260827c395a78dc637 (patch)
tree6ff75b9b554f69e935c43fe721a1b7bc5338dffe /bpf_ext.h
parent149e070148b14f34688e71a4c958ea844ff5c7c3 (diff)
trafgen: proto: Improve to find lower header by index
Extended struct proto_hdr with 'index' field which is used for faster lookup of lower header without doing a loop. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpf_ext.h')
0 files changed, 0 insertions, 0 deletions
it-msg'>This fixes the following smatch and coccinelle warnings: drivers/net/ethernet/cavium/thunder/thunder_xcv.c:119 xcv_setup_link() error: we previously assumed 'xcv' could be null (see line 118) [smatch] drivers/net/ethernet/cavium/thunder/thunder_xcv.c:119:16-20: ERROR: xcv is NULL but dereferenced. [coccinelle] Fixes: 6465859aba1e66a5 ("net: thunderx: Add RGMII interface type support") Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/drm/drm_os_linux.h')