linux/drivers/infiniband/hw/cxgb4
David S. Miller f9aa9dc7d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
All conflicts were simple overlapping changes except perhaps
for the Thunder driver.

That driver has a change_mtu method explicitly for sending
a message to the hardware.  If that fails it returns an
error.

Normally a driver doesn't need an ndo_change_mtu method becuase those
are usually just range changes, which are now handled generically.
But since this extra operation is needed in the Thunder driver, it has
to stay.

However, if the message send fails we have to restore the original
MTU before the change because the entire call chain expects that if
an error is thrown by ndo_change_mtu then the MTU did not change.
Therefore code is added to nicvf_change_mtu to remember the original
MTU, and to restore it upon nicvf_update_hw_max_frs() failue.

Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-22 13:27:16 -05:00
..
cm.c Merge of primary rdma-core code for 4.9 2016-10-09 17:04:33 -07:00
cq.c iw_cxgb4: invalidate the mr when posting a read_w_inv wr 2016-11-16 20:10:36 -05:00
device.c cxgb4: Allocate Tx queues dynamically 2016-11-18 14:04:29 -05:00
ev.c InfiniBand/RDMA changes for 3.20 merge window: 2015-02-21 12:53:21 -08:00
id_table.c drivers/infiniband/hw: rename random32() to prandom_u32() 2013-05-07 18:38:27 -07:00
iw_cxgb4.h iw_cxgb4: invalidate the mr when posting a read_w_inv wr 2016-11-16 20:10:36 -05:00
Kconfig libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() 2016-09-15 20:49:19 -04:00
Makefile libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() 2016-09-15 20:49:19 -04:00
mem.c iw_cxgb4: invalidate the mr when posting a read_w_inv wr 2016-11-16 20:10:36 -05:00
provider.c IB/{core,hw}: Add constant for node_desc 2016-10-07 16:54:34 -04:00
qp.c iw_cxgb4: invalidate the mr when posting a read_w_inv wr 2016-11-16 20:10:36 -05:00
resource.c RDMA/cxgb4: Add missing debug stats 2014-04-11 11:36:09 -07:00
t4.h Merge of primary rdma-core code for 4.9 2016-10-09 17:04:33 -07:00
t4fw_ri_api.h iw_cxgb4: add fast-path for small REG_MR operations 2016-10-07 16:54:40 -04:00