linux/drivers/net/ethernet/mellanox/mlx5/core
Linus Torvalds 2246edfaf8 Second pull request for 4.16 merge window
- Clean up some function signatures in rxe for clarity
 - Tidy the RDMA netlink header to remove unimplemented constants
 - bnxt_re driver fixes, one is a regression this window.
 - Minor hns driver fixes
 - Various fixes from Dan Carpenter and his tool
 - Fix IRQ cleanup race in HFI1
 - HF1 performance optimizations and a fix to report counters in the right units
 - Fix for an IPoIB startup sequence race with the external manager
 - Oops fix for the new kabi path
 - Endian cleanups for hns
 - Fix for mlx5 related to the new automatic affinity support
 -----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJaePL/AAoJELgmozMOVy/dqhsQALUhzDuuJ+/F6supjmyqZG53
 Ak/PoFjTmHToGQfDq/1TRzyKwMx12aB2l6WGZc31FzhvCw4daPWkoEVKReNWUUJ+
 fmESxjLgo8ZRGSqpNxn9Q8agE/I/5JZQoA8bCFCYgdZPKTPNKdtAVBphpdhmrOX4
 ygjABikWf/wBsNF1A8lnX9xkfPO21cPHrFQLTnuOzOT/hc6U+PPklHSQCnS91svh
 1+Pqjtssg54rxYkJqiFq3giSnfwvmAXO8WyVGmRRPFGLpB0nIjq0Sl6ZgLLClz7w
 YJdiBGr7rlnNMgGCjlPU2ZO3lO6J0ytXQzFNqRqvKryXQOv+uVeJgep7WqHTcdQU
 UN30FCKQMgLL/F6NF8wKaKcK4X0VgXQa7gpuH2fVSXF0c3LO3/mmWNjixbGSzT2c
 Wj+EW3eOKlTddhRLhgbMOdwc32tIGhaD85z2F4+FZO+XI9ZQtJaDewWVDjYoumP/
 RlDIFw+KCgSq7+UZL8CoXuh0BuS1nu9TGfkx1HW0DLMF1+yigNiswpUfksV4cISP
 JqE2I3yH0A4UobD/a+f9IhIfk2MjxO0tJWNjU8IA9LXgUFlskQ6MpH/AcE9G8JNv
 tlfLGR3s4PJa/7j/Iy2F84og/b/KH8v7vyj4Eknq/hLq63/BiM5wj0AUBRrGulN6
 HhAMOegxGZ7IKP/y0L7I
 =xwZz
 -----END PGP SIGNATURE-----

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma

Pull more rdma updates from Doug Ledford:
 "Items of note:

   - two patches fix a regression in the 4.15 kernel. The 4.14 kernel
     worked fine with NVMe over Fabrics and mlx5 adapters. That broke in
     4.15. The fix is here.

   - one of the patches (the endian notation patch from Lijun) looks
     like a lot of lines of change, but it's mostly mechanical in
     nature. It amounts to the biggest chunk of change in it (it's about
     2/3rds of the overall pull request).

  Summary:

   - Clean up some function signatures in rxe for clarity

   - Tidy the RDMA netlink header to remove unimplemented constants

   - bnxt_re driver fixes, one is a regression this window.

   - Minor hns driver fixes

   - Various fixes from Dan Carpenter and his tool

   - Fix IRQ cleanup race in HFI1

   - HF1 performance optimizations and a fix to report counters in the right units

   - Fix for an IPoIB startup sequence race with the external manager

   - Oops fix for the new kabi path

   - Endian cleanups for hns

   - Fix for mlx5 related to the new automatic affinity support"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (38 commits)
  net/mlx5: increase async EQ to avoid EQ overrun
  mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
  RDMA/hns: Fix the endian problem for hns
  IB/uverbs: Use the standard kConfig format for experimental
  IB: Update references to libibverbs
  IB/hfi1: Add 16B rcvhdr trace support
  IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_node
  IB/core: Avoid a potential OOPs for an unused optional parameter
  IB/core: Map iWarp AH type to undefined in rdma_ah_find_type
  IB/ipoib: Fix for potential no-carrier state
  IB/hfi1: Show fault stats in both TX and RX directions
  IB/hfi1: Remove blind constants from 16B update
  IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times
  IB/hfi1: Do not override given pcie_pset value
  IB/hfi1: Optimize process_receive_ib()
  IB/hfi1: Remove unnecessary fecn and becn fields
  IB/hfi1: Look up ibport using a pointer in receive path
  IB/hfi1: Optimize packet type comparison using 9B and bypass code paths
  IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet
  IB/hfi1: Remove dependence on qp->s_hdrwords
  ...
2018-02-06 11:09:45 -08:00
..
accel net/mlx5: Add Makefiles for subdirectories 2017-07-06 15:13:20 +03:00
diag net/mlx5: Fix static checker warning on steering tracepoints code 2017-09-28 07:23:10 +03:00
en_accel net/mlx5: Remove redundant unlikely() 2017-09-26 10:15:44 -07:00
fpga Linux 4.15 2018-01-30 09:30:00 -07:00
ipoib Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2018-01-31 14:31:10 -08:00
lib Linux 4.15 2018-01-30 09:30:00 -07:00
Kconfig net/mlx5: File renaming towards ptp core implementation 2017-10-14 11:22:05 -07:00
Makefile net/mlx5e: Move dynamic interrupt coalescing code to include/linux 2018-01-10 15:27:44 -05:00
alloc.c net/mlx5: Add a blank line after declarations 2017-08-20 12:57:19 +03:00
cmd.c net/mlx5: Fix rate limit packet pacing naming and struct 2017-12-19 23:23:58 +02:00
cq.c drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_t 2017-10-22 02:22:38 +01:00
debugfs.c net/mlx5: Avoid using multiple blank lines 2017-06-16 00:12:40 +03:00
dev.c net/mlx5: Loop over temp list to release delay events 2017-11-10 15:39:20 +09:00
en.h net/mlx5e: Extend the stats group API to have update_stats() 2018-01-19 22:41:33 +02:00
en_arfs.c net/mlx5: Initialize destination_flow struct to 0 2017-11-04 21:27:06 -07:00
en_common.c net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQ 2017-11-04 21:26:42 -07:00
en_dcbnl.c net/mlx5e: Check support before TC swap in ETS init 2018-01-12 02:01:49 +02:00
en_dim.c net/mlx5e: Move dynamic interrupt coalescing code to include/linux 2018-01-10 15:27:44 -05:00
en_ethtool.c net/mlx5e: Extend the stats group API to have update_stats() 2018-01-19 22:41:33 +02:00
en_fs.c net/mlx5e: Refactor RSS related objects and code 2018-01-19 22:41:32 +02:00
en_fs_ethtool.c net/mlx5: Fix mlx5_add_flow_rules call with correct num of dests 2017-07-27 16:40:17 +03:00
en_main.c mlx5: use tc_cls_can_offload_and_chain0() 2018-01-25 21:23:08 -05:00
en_rep.c mlx5: use tc_cls_can_offload_and_chain0() 2018-01-25 21:23:08 -05:00
en_rep.h net/mlx5e: E-Switch, Move send-to-vport rule struct to en_rep 2017-12-29 00:43:51 +02:00
en_rx.c net/mlx5e: Add likely to the common RX checksum flow 2018-01-19 22:41:33 +02:00
en_selftest.c {net,ib}/mlx5: Don't disable local loopback multicast traffic when needed 2018-01-12 00:52:42 +02:00
en_stats.c net/mlx5e: Extend the stats group API to have update_stats() 2018-01-19 22:41:33 +02:00
en_stats.h net/mlx5e: Extend the stats group API to have update_stats() 2018-01-19 22:41:33 +02:00
en_tc.c net/mlx5e: Set hairpin queue size 2018-01-19 22:41:32 +02:00
en_tc.h mlx5-shared-2017-08-07 2017-08-07 10:42:09 -07:00
en_tx.c net/mlx5e: Add VLAN offloads statistics 2017-11-09 13:28:22 +09:00
en_txrx.c net/dim: use struct net_dim_sample as arg to net_dim 2018-01-10 15:27:45 -05:00
eq.c Second pull request for 4.16 merge window 2018-02-06 11:09:45 -08:00
eswitch.c net/mlx5e: E-switch, Add steering drop counters 2018-01-09 07:40:48 +02:00
eswitch.h net/mlx5e: E-switch, Add steering drop counters 2018-01-09 07:40:48 +02:00
eswitch_offloads.c net/mlx5: E-Switch, Create generic header struct to be used by representors 2017-12-29 00:43:50 +02:00
fs_cmd.c net/mlx5: Support for attaching multiple underlay QPs to root flow table 2017-10-14 11:22:07 -07:00
fs_cmd.h net/mlx5: Support for attaching multiple underlay QPs to root flow table 2017-10-14 11:22:07 -07:00
fs_core.c net/mlx5e: Enlarge the NIC TC offload steering prio to support two levels 2018-01-19 22:41:32 +02:00
fs_core.h net/mlx5e: E-switch, Add steering drop counters 2018-01-09 07:40:48 +02:00
fs_counters.c net/mlx5e: E-switch, Add steering drop counters 2018-01-09 07:40:48 +02:00
fw.c net/mlx5: Set software owner ID during init HCA 2018-01-08 11:42:20 -07:00
health.c net/mlx5: Fix misspelling in the error message and comment 2017-12-19 23:24:01 +02:00
lag.c IB/mlx5: Fix congestion counters in LAG mode 2017-12-21 16:06:07 -07:00
mad.c
main.c Linux 4.15 2018-01-30 09:30:00 -07:00
mcg.c
mlx5_core.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2018-01-31 14:31:10 -08:00
mr.c
pagealloc.c net/mlx5: Avoid using multiple blank lines 2017-06-16 00:12:40 +03:00
pd.c
port.c net/mlx5: QPTS and QPDPM register firmware command support 2017-11-04 21:26:21 -07:00
qp.c Linux 4.15 2018-01-30 09:30:00 -07:00
rl.c net/mlx5: Fix rate limit packet pacing naming and struct 2017-12-19 23:23:58 +02:00
sriov.c net/mlx5: Fix wrong indentation in enable SRIOV code 2017-09-28 07:23:10 +03:00
srq.c Updates for 4.14 kernel merge window 2017-09-03 17:49:17 -07:00
transobj.c net/mlx5: Enable setting hairpin queue size 2018-01-19 22:41:32 +02:00
uar.c net/mlx5: Fix mlx5_get_uars_page to return error code 2018-01-12 02:01:47 +02:00
vport.c Linux 4.15 2018-01-30 09:30:00 -07:00
vxlan.c net/mlx5e: Prevent possible races in VXLAN control flow 2017-12-19 23:24:03 +02:00
vxlan.h net/mlx5e: Add refcount to VXLAN structure 2017-12-19 23:24:03 +02:00
wq.c net/mlx5: Add QP WQ support 2017-06-27 16:36:47 +03:00
wq.h net/mlx5: Add QP WQ support 2017-06-27 16:36:47 +03:00