cxgb4: Support firmware rdma write with immediate work request.
Raju Rangoju authored

If FW supports RDMA WRITE_WITH_IMMEDATE functionality, then advertise
that
to the ULDs. This will be used by iw_cxgb4 to allow WRITE_WITH_IMMEDIATE
work requests.
Signed-off-by: default avatarPotnuri Bharat Teja <bharat@chelsio.com>
Signed-off-by: default avatarRaju Rangoju <rajur@chelsio.com>
Signed-off-by: default avatarGanesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: default avatarSteve Wise <swise@opengridcomputing.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
43db9296
Name Last commit Last update
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
LICENSES LICENSES: Add MPL-1.1 license
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
block Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block
certs certs/blacklist_nohashes.c: fix const confusion in certs blacklist
crypto X.509: fix NULL dereference when restricting key with unsupported_sig
drivers cxgb4: Support firmware rdma write with immediate work request.
firmware kbuild: remove all dummy assignments to obj-
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
include Merge tag 'batadv-next-for-davem-20180319' of git://git.open-mesh.org/linux-merge
init jump_label: Explicitly disable jump labels in __init code
ipc vfs: do bulk POLL* -> EPOLL* replacement
kernel bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
lib netns: send uevent messages
mm mm: don't defer struct page initialization for Xen pv guests
net Merge tag 'batadv-next-for-davem-20180319' of git://git.open-mesh.org/linux-merge
samples bpf: sockmap test script
scripts Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security net: Convert smack_net_ops
sound ALSA: x86: Fix potential crash at error path
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt KVM: mmu: Fix overlap between public and private memslots
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.