arm: dts: mt7623: add missing pause for switchport
Frank Wunderlich authored
commit 36f0a5fc upstream.

port6 of mt7530 switch (= cpu port 0) on bananapi-r2 misses pause option
which causes rx drops on running iperf.

Fixes: f4ff257c

 ("arm: dts: mt7623: add support for Bananapi R2 (BPI-R2) board")
Signed-off-by: default avatarFrank Wunderlich <frank-w@public-files.de>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20200907070517.51715-1-linux@fw-web.de

Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
0808ca98
Name Last commit Last update
Documentation media: videodev2.h: RGB BT2020 and HSV are always full range
LICENSES LICENSES: Rename other to deprecated
arch arm: dts: mt7623: add missing pause for switchport
block block: ratelimit handle_bad_sector() message
certs PKCS#7: Refactor verify_pkcs7_signature()
crypto crypto: algif_skcipher - EBUSY on aio should be an error
drivers hil/parisc: Disable HIL driver when it gets stuck
fs cachefiles: Handle readpage error correctly
include hil/parisc: Disable HIL driver when it gets stuck
init printk: reduce LOG_BUF_SHIFT range for H8300
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel ring-buffer: Return 0 on success from ring_buffer_resize()
lib sgl_alloc_order: fix memory leak
mm mm/page_owner: change split_page_owner to take a count
net libceph: clear con->out_msg on Policy::stateful_server faults
samples samples/bpf: Fix possible deadlock in xdpsock
scripts scripts/setlocalversion: make git describe output more reliable
security evm: Check size of security.evm before using it
sound ALSA: hda/ca0132 - Add new quirk ID for SoundBlaster AE-7.
tools perf python scripting: Fix printable strings in python3 scripts
usr initramfs: restore default compression behavior
virt KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
.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.