net/mlx5: DR, Remove unneeded check from source port builder
Yevgeny Kliteynik authored

Mask validity for ste builders is checked by mlx5dr_ste_build_pre_check
during matcher creation.
It already checks the mask value of source_vport, so removing
this duplicated check.
Also, moving there the check of source_eswitch_owner_vhca_id mask.
Signed-off-by: default avatarAlex Vesker <valex@nvidia.com>
Signed-off-by: default avatarYevgeny Kliteynik <kliteyn@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
38a5c59d
Name Last commit Last update
Documentation dt-binding: can: mcp251xfd: narrow down wildcards in device tree bindings to "microchip,mcp251xfd"
LICENSES LICENSES: Rename other to deprecated
arch net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and target
block Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block
certs .gitignore: add SPDX License Identifier
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers net/mlx5: DR, Remove unneeded check from source port builder
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
include drop_monitor: Filter control packets in drop monitor
init Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
ipc ipc: adjust proc_ipc_sem_dointvec definition to match prototype
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
mm Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
net drop_monitor: Filter control packets in drop monitor
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
sound Merge tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools selftests: net: Add drop monitor test
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt KVM: fix memory leak in kvm_io_bus_unregister_dev()
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

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.