summaryrefslogtreecommitdiff
path: root/include/net/inet_sock.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-14 12:43:19 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-14 12:43:19 -0500
commitbd08b532f49b640c8d2ba1a7a7344ab206e051cb (patch)
tree7061bce444da70291fe0c140518ae9c733a180c5 /include/net/inet_sock.h
parent9b8e1056dbad7ea3f1bcd3db0ea7cf6682d077b1 (diff)
parent62980cb6dd2fd2dca34060c4fd77ebafa878272a (diff)
Merge branch 'sfc-bogus-interrupt-mode-fallbacks'
Edward Cree says: ==================== sfc: prevent bogus interrupt-mode fallbacks EF10 VFs only support MSI-X interrupts, not MSI or legacy. This series stops the probe logic from trying to fallback to those if MSI-X interrupt probe fails. It also prevents selecting them with the interrupt_mode module parameter. This avoids producing messages like "failed to hook legacy IRQ 0" and "IRQ handler type mismatch for IRQ 0", and ensures that the relevant error (from the attempt to enable MSI-X) is reported to the caller. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_sock.h')
0 files changed, 0 insertions, 0 deletions
insertions'>+33 2017-02-03net: Introduce ife encapsulation moduleYotam Gigi5-0/+165 2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi1-2/+2 2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet