config RDS tristate "The RDS Protocol" depends on INET ---help--- The RDS (Reliable Datagram Sockets) protocol provides reliable, sequenced delivery of datagrams over Infiniband or TCP. config RDS_RDMA tristate "RDS over Infiniband" depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS ---help--- Allow RDS to use Infiniband as a transport. This transport supports RDMA operations. config RDS_TCP tristate "RDS over TCP" depends on RDS ---help--- Allow RDS to use TCP as a transport. This transport does not support RDMA operations. config RDS_DEBUG bool "RDS debugging messages" depends on RDS default n f='/cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-09-29 15:16:03 +0300
committerLuca Coelho <luciano.coelho@intel.com>2017-01-26 09:38:57 +0200
commitb86dd74f8c73212db4c4c9349d46ce2350fb8106 (patch)
tree78793475a6d0c0319afcf61e6a4c6da1436ccc19
parenteef187a7b8a144a1a0c35c1ccccadc8fd5218504 (diff)
iwlwifi: mvm: change iwl_mvm_tx_csum to return value
Currently the function changes the TX cmd itself. Make it more generic by returning a value, as preperation to the new TX cmd. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat