mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack()
Petr Machata authored

Unlike other interface types, loopback RIFs do not have MAC address. So
drop the corresponding argument from mlxsw_reg_ritr_pack() and move it
to a new function. Call that from callers of mlxsw_reg_ritr_pack.
Signed-off-by: default avatarPetr Machata <petrm@mellanox.com>
Reviewed-by: default avatarIdo Schimmel <idosch@mellanox.com>
Signed-off-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
9571e828
Name Last commit Last update
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
block blk-mq-debugfs: Add names for recently added flags
certs modsign: add markers to endif-statements in certs/Makefile
crypto crypto: algif_skcipher - only call put_page on referenced and used pages
drivers mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack()
firmware firmware/Makefile: force recompilation if makefile changes
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
init random: do not ignore early device randomness
ipc ipc: add missing container_of()s for randstruct
kernel bpf: sockmap update/simplify memory accounting scheme
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
mm Merge branch 'akpm' (patches from Andrew)
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
samples bpf: Add lru_hash_lookup performance test
scripts scripts/dtc: fix '%zx' warning
security netfilter: nf_hook_ops structs can be const
sound Merge tag 'asoc-fix-v4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
usr ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk.
virt KVM: update to new mmu_notifier semantic v2
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.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.