Re: pull-request: can-next 2021-04-13

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 11:51:47 +0200 you wrote: > Hello Jakub, hello David, > > this is a pull request of 14 patches for net-next/master. > > The first patch is by Yoshihiro Shimoda and updates the DT bindings > for

Re: [PATCH] nfc: st-nci: remove unnecessary label

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 17:45:30 +0800 you wrote: > From: wengjianfeng > > in st_nci_spi_write function, first assign a value to a variable then > goto exit label. return statement just follow the label and exit label > just

Re: [PATCH net-next v2] ibmvnic: queue reset work in system_long_wq

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 14:33:39 -0500 you wrote: > The reset process for ibmvnic commonly takes multiple seconds, clearly > making it inappropriate for schedule_work/system_wq. The reason to make > this change is that ibmvnic'

Re: [PATCH] rsi: remove unused including

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 17:46:12 +0800 you wrote: > Fix the following versioncheck warning: > ./drivers/net/wireless/rsi/rsi_91x_ps.c: 19 linux/version.h not needed. > > Reported-by: Abaci Robot > Signed-off-by: Yang Li > --

Re: [PATCH v2] net/sctp: fix race condition in sctp_destroy_sock

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 13 Apr 2021 21:10:31 +0300 you wrote: > If sctp_destroy_sock is called without sock_net(sk)->sctp.addr_wq_lock > held and sp->do_auto_asconf is true, then an element is removed > from the auto_asconf_splist without any p

Re: [PATCH net-next v2 0/7] stmmac: add XDP ZC support

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 17:36:19 +0800 you wrote: > Hi, > > This is the v2 patch series to add XDP ZC support to stmmac driver. > > Summary of v2 patch change:- > > 6/7: fix synchronize_rcu() is called stmmac_disable_all_qu

Re: [PATCH net-next] ionic: return -EFAULT if copy_to_user() fails

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 13:47:59 +0300 you wrote: > The copy_to_user() function returns the number of bytes that it wasn't > able to copy. We want to return -EFAULT to the user. > > Fixes: fee6efce565d ("ionic: add hw timesta

Re: [PATCH v2 net-next] ionic: git_ts_info bit shifters

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 10:22:16 -0700 you wrote: > All the uses of HWTSTAMP_FILTER_* values need to be > bit shifters, not straight values. > > v2: fixed subject and added Cc Dan and SoB Allen > > Fixes: f8ba81da73fc ("ionic

Re: [PATCH net-next 0/2] net: ipa: add support for the SM8350 SoC

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 11:38:24 -0500 you wrote: > This small series adds IPA driver support for the Qualcomm SM8350 > SoC, which implements IPA v4.9. > > The first patch updates the DT binding, and depends on a previous > p

Re: [PATCH net] gro: ensure frag0 meets IP header alignment

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 13 Apr 2021 05:41:35 -0700 you wrote: > From: Eric Dumazet > > After commit 0f6925b3e8da ("virtio_net: Do not pull payload in skb->head") > Guenter Roeck reported one failure in his tests using sh architecture. > > Af

Re: [PATCH] xen-netback: Check for hotplug-status existence before watching

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 13 Apr 2021 16:25:12 +0100 you wrote: > The logic in connect() is currently written with the assumption that > xenbus_watch_pathfmt() will return an error for a node that does not > exist. This assumption is incorrect:

Re: [PATCH net-next v4 1/1] net: stmmac: Add support for external trigger timestamping

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 08:16:17 +0800 you wrote: > From: Tan Tee Min > > The Synopsis MAC controller supports auxiliary snapshot feature that > allows user to store a snapshot of the system time based on an external > event.

Re: [PATCH net-next v2 0/3] net: phy: marvell-88x2222: a couple of improvements

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 23:54:49 +0300 you wrote: > First, there are some SFP modules that only uses RX_LOS for link > indication. Add check that link is operational before actual read of > line-side status. > > Second, it is

Re: [PATCH net] ethtool: pause: make sure we init driver stats

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 13 Apr 2021 20:46:14 -0700 you wrote: > The intention was for pause statistics to not be reported > when driver does not have the relevant callback (only > report an empty netlink nest). What happens currently > we repor

Re: [PATCH net v2] r8169: don't advertise pause in jumbo mode

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 10:47:10 +0200 you wrote: > It has been reported [0] that using pause frames in jumbo mode impacts > performance. There's no available chip documentation, but vendor > drivers r8168 and r8125 don't advertise

Re: [PATCH net-next v2 0/3][pull request] 10GbE Intel Wired LAN Driver Updates 2021-04-13

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 19:17:20 -0700 you wrote: > This series contains updates to ixgbe and ixgbevf driver. > > Jostar Yang adds support for BCM54616s PHY for ixgbe. > > Chen Lin removes an unused function pointer for ixgb

Re: [PATCH net-next] r8169: add support for pause ethtool ops

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 08:23:15 +0200 you wrote: > This adds support for the [g|s]et_pauseparam ethtool ops. It considers > that the chip doesn't support pause frame use in jumbo mode. > > Signed-off-by: Heiner Kallweit > --

Re: [PATCH net] doc: move seg6_flowlabel to seg6-sysctl.rst

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 12:00:27 +0200 you wrote: > Let's have all seg6 sysctl at the same place. > > Fixes: a6dc6670cd7e ("ipv6: sr: Add documentation for seg_flowlabel sysctl") > Signed-off-by: Nicolas Dichtel > --- > Documenta

Re: [PATCH net] vrf: fix a comment about loopback device

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 12:03:25 +0200 you wrote: > This is a leftover of the below commit. > > Fixes: 4f04256c983a ("net: vrf: Drop local rtable and rt6_info") > Signed-off-by: Nicolas Dichtel > --- > drivers/net/vrf.c | 10

Re: [PATCH net 0/3] ibmvnic: correctly call NAPI APIs

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 02:46:13 -0500 you wrote: > This series correct some misuse of NAPI APIs in the driver. > > Lijun Pan (3): > ibmvnic: avoid calling napi_disable() twice > ibmvnic: remove duplicate napi_schedule call in

Re: pull request (net-next): ipsec-next 2021-04-14

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 12:16:58 +0200 you wrote: > Not much this time: > > 1) Simplification of some variable calculations in esp4 and esp6. >From Jiapeng Chong and Junlin Yang. > > 2) Fix a clang Wformat warning

Re: [PATCH] [net] cavium/liquidio: Fix duplicate argument

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 19:31:48 +0800 you wrote: > Fix the following coccicheck warning: > > ./drivers/net/ethernet/cavium/liquidio/cn66xx_regs.h:413:6-28: > duplicated argument to & or | > > The CN6XXX_INTR_M1UPB0_ERR here is du

Re: [PATCH] Revert "net: stmmac: re-init rx buffers when mac resume back"

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 17:10:07 +0200 you wrote: > From: Thierry Reding > > This reverts commit 9c63faaa931e443e7abbbee9de0169f1d4710546, which > introduces a suspend/resume regression on Jetson TX2 boards that can be > reproduce

Re: [PATCH] net: macb: fix the restore of cmp registers

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 14:20:29 +0300 you wrote: > Commit a14d273ba159 ("net: macb: restore cmp registers on resume path") > introduces the restore of CMP registers on resume path. In case the IP > doesn't support type 2 screeners

Re: [PATCH net-next] skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 12:48:48 +0200 you wrote: > the commit 1ddc3229ad3c ("skbuff: remove some unnecessary operation > in skb_segment_list()") introduces an issue very similar to the > one already fixed by commit 53475c5dd85

Re: [PATCH] sfc: Remove duplicate argument

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 19:06:45 +0800 you wrote: > Fix the following coccicheck warning: > > ./drivers/net/ethernet/sfc/enum.h:80:7-28: duplicated argument to | > > Signed-off-by: Wan Jiabing > --- > drivers/net/ethernet/s

Re: [PATCH net-next] net: enetc: fetch MAC address from device tree

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 16:48:14 +0200 you wrote: > Normally, the bootloader will already initialize the MAC address > registers of the ENETC and the driver will just use them or generate a > random one, if it is not initialize

Re: [net-next] can: etas_es58x: fix null pointer dereference when handling error frames

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 22:03:52 +0200 you wrote: > From: Vincent Mailhol > > During the handling of CAN bus errors, a CAN error SKB is allocated > using alloc_can_err_skb(). Even if the allocation of the SKB fails, > the fun

Re: pull-request: can-next 2021-04-14

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 22:03:51 +0200 you wrote: > Hello Jakub, hello David, > > this is a pull request of a single patch for net-next/master. > > Vincent Mailhol's patch fixes a NULL pointer dereference when handling

Re: [PATCH net] net/packet: remove data races in fanout operations

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 12:36:44 -0700 you wrote: > From: Eric Dumazet > > af_packet fanout uses RCU rules to ensure f->arr elements > are not dismantled before RCU grace period. > > However, it lacks rcu accessors to make s

Re: [net-next V2 01/16] net/mlx5: E-Switch, let user to enable disable metadata

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 11:05:50 -0700 you wrote: > From: Parav Pandit > > Currently each packet inserted in eswitch is tagged with a internal > metadata to indicate source vport. Metadata tagging is not always > needed. Met

Re: [PATCH v2 net-next] net: bridge: propagate error code and extack from br_mc_disabled_update

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 22:22:57 +0300 you wrote: > From: Florian Fainelli > > Some Ethernet switches might only be able to support disabling multicast > snooping globally, which is an issue for example when several bridges >

Re: [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-04-14

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 09:20:29 -0700 you wrote: > This series contains updates to ixgbe and ice drivers. > > Alex Duyck fixes a NULL pointer dereference for ixgbe. > > Yongxin Liu fixes an unbalanced enable/disable which was ca

Re: [PATCH net v3] i40e: fix the panic when running bpf in xdpdrv mode

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 10:34:28 +0800 you wrote: > From: Jason Xing > > Fix this panic by adding more rules to calculate the value of @rss_size_max > which could be used in allocating the queues when bpf is loaded, which, > howev

Re: [net 1/3] net/mlx5: Fix setting of devlink traps in switchdev mode

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 14 Apr 2021 16:16:08 -0700 you wrote: > From: Aya Levin > > Prevent setting of devlink traps on the uplink while in switchdev mode. > In this mode, it is the SW switch responsibility to handle both packets > with a mi

Re: [PATCH net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2021-04-14

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 17:29:58 -0700 you wrote: > This series contains updates to ice driver only. > > Bruce changes and removes open coded values to instead use existing > kernel defines and suppresses false cppcheck issue

Re: [PATCH net 0/4] chelsio/ch_ktls: chelsio inline tls driver bug fixes

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 15 Apr 2021 13:17:44 +0530 you wrote: > This series of patches fix following bugs in Chelsio inline tls driver. > Patch1: kernel panic. > Patch2: connection close issue. > Patch3: tcb close call issue. > Patch4: unneces

Re: [PATCH RESEND net-next 0/2] net: hns3: updates for -next

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 15 Apr 2021 10:20:37 +0800 you wrote: > This series adds support for pushing link status to VFs for > the HNS3 ethernet driver. > > Guangbin Huang (2): > net: hns3: PF add support for pushing link status to VFs

Re: [PATCH net-next v2] net: phy: at803x: select correct page on config init

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 15 Apr 2021 03:26:50 +0200 you wrote: > The Atheros AR8031 and AR8033 expose different registers for SGMII/Fiber > as well as the copper side of the PHY depending on the BT_BX_REG_SEL bit > in the chip configure reg

Re: [PATCH net-next v2 0/6] ethtool: add standard FEC statistics

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 15 Apr 2021 15:53:12 -0700 you wrote: > This set adds uAPI for reporting standard FEC statistics, and > implements it in a handful of drivers. > > The statistics are taken from the IEEE standard, with one > extra

Re: [PATCH net-next] scm: fix a typo in put_cmsg()

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 11:35:38 -0700 you wrote: > From: Eric Dumazet > > We need to store cmlen instead of len in cm->cmsg_len. > > Fixes: 38ebcf5096a8 ("scm: optimize put_cmsg()") > Signed-off-by: Eric Dumazet > Reported

Re: [PATCH net] MAINTAINERS: update my email

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 15 Apr 2021 23:18:13 -0500 you wrote: > Update my email and change myself to Reviewer. > > Signed-off-by: Lijun Pan > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with

Re: [PATCH net-next 00/13] mptcp: Improve socket option handling

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 15 Apr 2021 16:44:49 -0700 you wrote: > MPTCP sockets have previously had limited socket option support. The > architecture of MPTCP sockets (one userspace-facing MPTCP socket that > manages one or more in-kernel T

Re: [PATCH net-next v6] atl1c: move tx cleanup processing out of interrupt

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 22:09:20 +0300 you wrote: > Tx queue cleanup happens in interrupt handler on same core as rx queue > processing. Both can take considerable amount of processing in high > packet-per-second scenarios. >

Re: [PATCH net-next,v3] net: ethernet: mediatek: ppe: fix busy wait loop

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 15 Apr 2021 17:37:48 -0700 you wrote: > The intention is for the loop to timeout if the body does not succeed. > The current logic calls time_is_before_jiffies(timeout) which is false > until after the timeout, so t

Re: [PATCH net-next 0/6] r8152: support new chips

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 16:04:31 +0800 you wrote: > Support new RTL8153 and RTL8156 series. > > Hayes Wang (6): > r8152: set inter fram gap time depending on speed > r8152: adjust rtl8152_check_firmware function > r8152

Re: [PATCH net-next v11 1/2] net: Add a WWAN subsystem

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 10:36:33 +0200 you wrote: > This change introduces initial support for a WWAN framework. Given the > complexity and heterogeneity of existing WWAN hardwares and interfaces, > there is no strict definiti

Re: [PATCH V2 net-next] net: mvpp2: Add parsing support for different IPv4 IHL values

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 11:15:17 +0300 you wrote: > From: Stefan Chulski > > Add parser entries for different IPv4 IHL values. > Each entry will set the L4 header offset according to the IPv4 IHL field. > L3 header offset wil

Re: [PATCH net-next] mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 14:16:06 + you wrote: > __ipv6_dev_mc_dec() internally uses sleepable functions so that caller > must not acquire atomic locks. But caller, which is addrconf_verify_rtnl() > acquires rcu_read_lock_bh

Re: [PATCH net-next] veth: check for NAPI instead of xdp_prog before xmit of XDP frame

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 17:47:45 +0200 you wrote: > The recent patch that tied enabling of veth NAPI to the GRO flag also has > the nice side effect that a veth device can be the target of an > XDP_REDIRECT without an XDP progr

Re: [PATCH net-next 0/2] net: ipa: allow different firmware names

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 08:08:48 -0500 you wrote: > Add the ability to define a "firmware-name" property in the IPA DT > node, specifying an alternate name to use for the firmware file. > Used only if the AP (Trust Zone) does

Re: [PATCH net-next 0/2] net: gianfar: Drop GFAR_MQ_POLLING support

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 20:11:21 +0300 you wrote: > Drop long time obsolete "per NAPI multi-queue" support in gianfar, > and related (and undocumented) device tree properties. > > Claudiu Manoil (2): > gianfar: Drop GFAR_MQ

Re: [net-next 01/14] net/mlx5e: Remove non-essential TLS SQ state bit

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 11:54:17 -0700 you wrote: > From: Tariq Toukan > > Maintaining an SQ state bit to indicate TLS support > has no real need, a simple and fast test [1] for the SKB is > almost equally good. > > [1] !sk

Re: [PATCH net] netlink: don't call ->netlink_bind with table lock held

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 16 Apr 2021 21:29:13 +0200 you wrote: > When I added support to allow generic netlink multicast groups to be > restricted to subscribers with CAP_NET_ADMIN I was unaware that a > genl_bind implementation already existed

Re: [PATCH net-next 00/10] Fixups for XDP on NXP ENETC

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 17 Apr 2021 00:22:15 +0300 you wrote: > From: Vladimir Oltean > > After some more XDP testing on the NXP LS1028A, this is a set of 10 bug > fixes, simplifications and tweaks, ranging from addressing Toke's feedba

Re: [PATCH net-next 0/6][pull request] 1GbE Intel Wired LAN Driver Updates 2021-04-16

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 13:44:54 -0700 you wrote: > This series contains updates to igb and igc drivers. > > Ederson adjusts Tx buffer distributions in Qav mode to improve > TSN-aware traffic for igb. He also enable PPS suppo

Re: [PATCH net-next 0/8] mptcp: Fixes and tracepoints from the mptcp tree

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 15:38:00 -0700 you wrote: > Here's one more batch of changes that we've tested out in the MPTCP tree. > > > Patch 1 makes the MPTCP KUnit config symbol more consistent with other > subsystems. > > Pa

Re: [PATCH] net: octeontx2: Make sure the buffer is 128 byte aligned

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 15:09:06 +0800 you wrote: > The octeontx2 hardware needs the buffer to be 128 byte aligned. > But in the current implementation of napi_alloc_frag(), it can't > guarantee the return address is 128 byte aligne

Re: [PATCH v3 net-next 0/4] net: ipa: remove a build dependency

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 15:26:02 -0600 you wrote: > (David/Jakub, please take these all through net-next if they are > acceptable to you, once Rob has acked the binding. Rob, please ack > if the binding looks OK to you.) > >

Re: [PATCH] net: stmmac: dwmac-intel-plat: remove config data on error

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 20 Jan 2021 03:07:44 -0800 you wrote: > Remove the config data when rate setting fails. > > Fixes: 9efc9b2b04c7 ("net: stmmac: Add dwmac-intel-plat for GBE driver") > Signed-off-by: Pan Bian > --- > drivers/net/ethern

Re: [PATCH net-next] tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 12:41:55 -0800 you wrote: > This patch adds TCP_NLA_TTL to SCM_TIMESTAMPING_OPT_STATS that exports > the time-to-live or hop limit of the latest incoming packet with > SCM_TSTAMP_ACK. The value exported

Re: [PATCH net-next] sfc: reduce the number of requested xdp ev queues

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 13:27:59 -0800 you wrote: > Without this change the driver tries to allocate too many queues, > breaching the number of available msi-x interrupts on machines > with many logical cpus and default adapter

Re: [PATCH] net: fec: put child node on error path

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 20 Jan 2021 04:20:37 -0800 you wrote: > Also decrement the reference count of child device on error path. > > Fixes: 3e782985cb3c ("net: ethernet: fec: Allow configuration of MDIO bus > speed") > Signed-off-by: Pan Bia

Re: [PATCH v2 net-next 0/5] mptcp: re-enable sndbuf autotune

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 15:39:09 +0100 you wrote: > The sendbuffer autotuning was unintentionally disabled as a > side effect of the recent workqueue removal refactor. These > patches re-enable id, with some extra care: with a

Re: [PATCH net-next] net: hns3: replace skb->csum_not_inet with skb_csum_is_sctp

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 22 Jan 2021 17:31:01 +0800 you wrote: > Commit fa8211701043 ("net: add inline function skb_csum_is_sctp") > missed replacing skb->csum_not_inet check in hns3. This patch is > to replace it with skb_csum_is_sctp(). >

Re: [PATCH net-next 00/14] net: bridge: multicast: add initial EHT support

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 16:51:49 +0200 you wrote: > From: Nikolay Aleksandrov > > Hi, > This set adds explicit host tracking support for IGMPv3/MLDv2. The > already present per-port fast leave flag is used to enable it since

Re: [PATCH net-next v2 0/2] mlxsw: Expose number of physical ports

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 21 Jan 2021 15:10:22 +0200 you wrote: > From: Ido Schimmel > > The switch ASIC has a limited capacity of physical ports that it can > support. While each system is brought up with a different number of > ports, t

Re: [PATCH net-next v4 0/5] HTB offload

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 14:08:10 +0200 you wrote: > This series adds support for HTB offload to the HTB qdisc, and adds > usage to mlx5 driver. > > The previous RFCs are available at [1], [2]. > > The feature is intended to

Re: [PATCH net-next v2 0/5] net: ipa: NAPI poll updates

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 21 Jan 2021 05:48:16 -0600 you wrote: > Version 1 of this series inadvertently dropped the "static" that > limits the scope of gsi_channel_update(). Version 2 fixes this > (in patch 3). > > While reviewing the IP

Re: [PATCH] chtls: Fix potential resource leak

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 06:57:38 -0800 you wrote: > The dst entry should be released if no neighbour is found. Goto label > free_dst to fix the issue. Besides, the check of ndev against NULL is > redundant. > > Signed-off-by: Pan B

Re: [PATCH] net: dsa: bcm_sf2: put device node before return

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 04:33:43 -0800 you wrote: > Put the device node dn before return error code on failure path. > > Fixes: 461cd1b03e32 ("net: dsa: bcm_sf2: Register our slave MDIO bus") > Signed-off-by: Pan Bian > --- > dri

Re: [PATCH] NFC: fix resource leak when target index is invalid

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 07:27:48 -0800 you wrote: > Goto to the label put_dev instead of the label error to fix potential > resource leak on path that the target index is invalid. > > Fixes: c4fbb6515a4d ("NFC: The core part should

Re: [PATCH] doc: networking: ip-sysctl: Document conf/all/disable_ipv6 and conf/default/disable_ipv6

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 16:02:44 +0100 you wrote: > This patch adds documentation for sysctl conf/all/disable_ipv6 and > conf/default/disable_ipv6 settings which is currently missing. > > Signed-off-by: Pali Rohár > --- > Documen

Re: [PATCH] NFC: fix possible resource leak

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 07:37:45 -0800 you wrote: > Put the device to avoid resource leak on path that the polling flag is > invalid. > > Fixes: a831b9132065 ("NFC: Do not return EBUSY when stopping a poll that's > already stopped

Re: [PATCH v2 net-next] net: mhi: Set wwan device type

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 22 Jan 2021 16:15:54 +0100 you wrote: > The 'wwan' devtype is meant for devices that require additional > configuration to be used, like WWAN specific APN setup over AT/QMI > commands, rmnet link creation, etc. This

Re: [PATCH v4 net-next 0/2] udp: allow forwarding of plain (non-fraglisted) UDP GRO packets

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 22 Jan 2021 18:19:36 + you wrote: > This series allows to form UDP GRO packets in cases without sockets > (for forwarding). To not change the current datapath, this is > performed only when the new correspondin

Re: [PATCH v3 net-next 0/1] net: dsa: hellcreek: Add TAPRIO offloading

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 11:56:32 +0100 you wrote: > Hi, > > The switch has support for the 802.1Qbv Time Aware Shaper (TAS). Traffic > schedules may be configured individually on each front port. Each port has > eight > egres

Re: [PATCH v2 net] tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN

2021-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 24 Jan 2021 13:07:14 +0800 you wrote: > Upon receiving a cumulative ACK that changes the congestion state from > Disorder to Open, the TLP timer is not set. If the sender is app-limited, > it can only wait for the RTO ti

Re: [PATCH bpf-next 00/12] Various cleanups/fixes for AF_XDP selftests

2021-01-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Fri, 22 Jan 2021 16:47:13 +0100 you wrote: > This series is a number of fixes/cleanups, mainly to improve the > readability of the xdpxceiver selftest application. > > Details in each commit! > > > Cheers, > Björn > >

Re: [PATCH net 0/1] Fix big endian definition of ipv6_rpl_sr_hdr

2021-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 23:00:43 +0100 you wrote: > Following RFC 6554 [1], the current order of fields is wrong for big > endian definition. Indeed, here is how the header looks like: > > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

Re: [PATCH bpf-next] tools headers: Sync struct bpf_perf_event_data

2021-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Sat, 23 Jan 2021 19:52:21 +0100 you wrote: > Update struct bpf_perf_event_data with the addr field to match the > tools headers with the kernel headers. > > Signed-off-by: Florian Lehner > --- > tools/include/uapi/linux/

Re: [PATCH bpf-next v2] samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings

2021-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 25 Jan 2021 13:05:46 +0800 you wrote: > There exists many build warnings when make M=samples/bpf on the Loongson > platform, this issue is MIPS related, x86 compiles just fine. > > Here are some warnings: > > CC s

Re: [net-next PATCH] octeontx2-af: Support ESP/AH RSS hashing

2021-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 10:39:12 +0530 you wrote: > From: Subbaraya Sundeep > > Support SPI and sequence number fields of > ESP/AH header to be hashed for RSS. By default > ESP/AH fields are not considered for RSS and > needs

Re: [PATCH] bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERR

2021-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 10:39:41 +0800 you wrote: > coccicheck suggested using PTR_ERR_OR_ZERO() and looking at the code. > > Fix the following coccicheck warnings: > > ./net/bridge/br_multicast.c:1295:7-13: WARNING: PTR_ERR_

Re: [PATCH bpf-next] selftests/bpf: don't exit on failed bpf_testmod unload

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 25 Jan 2021 22:50:18 -0800 you wrote: > Fix bug in handling bpf_testmod unloading that will cause test_progs exiting > prematurely if bpf_testmod unloading failed. This is especially problematic > when running a subset

Re: [PATCH] nfc: fix typo

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 16:25:50 +0800 you wrote: > From: wengjianfeng > > change 'regster' to 'register' > > Signed-off-by: wengjianfeng > --- > drivers/nfc/trf7970a.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

Re: [PATCH net-next v2 0/2] dsa: add MT7530 GPIO support

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 12:43:20 +0800 you wrote: > MT7530's LED controller can be used as GPIO controller. Add support for > it. > > DENG Qingfang (2): > dt-bindings: net: dsa: add MT7530 GPIO controller binding > net: d

Re: [PATCH net-next v2] net: ethernet: mediatek: support setting MTU

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 12:20:46 +0800 you wrote: > MT762x HW, except for MT7628, supports frame length up to 2048 > (maximum length on GDM), so allow setting MTU up to 2030. > > Also set the default frame length to the hardwa

Re: [PATCH bpf v2] bpf: fix build for BPF preload when $(O) points to a relative path

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Tue, 26 Jan 2021 16:13:20 + you wrote: > Building the kernel with CONFIG_BPF_PRELOAD, and by providing a relative > path for the output directory, may fail with the following error: > > $ make O=build bindeb-pkg > ... >

Re: [PATCH net] iwlwifi: provide gso_type to GSO packets

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 25 Jan 2021 07:09:49 -0800 you wrote: > From: Eric Dumazet > > net/core/tso.c got recent support for USO, and this broke iwlfifi > because the driver implemented a limited form of GSO. > > Providing ->gso_type allows

Re: [PATCH net] MAINTAINERS: add David Ahern to IPv4/IPv6 maintainers

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 22 Jan 2021 09:32:20 -0800 you wrote: > David has been the de-facto maintainer for much of the IP code > for the last couple of years, let's make it official. > > Signed-off-by: Jakub Kicinski > --- > MAINTAINERS | 1

Re: [PATCH net] team: protect features update by RCU to avoid deadlock

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 25 Jan 2021 08:44:16 +0100 you wrote: > Function __team_compute_features() is protected by team->lock > mutex when it is called from team_compute_features() used when > features of an underlying device is changed. This c

Re: [PATCH] usbnet: fix the indentation of one code snippet

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 13:11:02 +0800 you wrote: > Every line of code should start with tab (8 characters) > > Signed-off-by: Dongliang Mu > --- > drivers/net/usb/usbnet.c | 12 ++-- > 1 file changed, 6 insertions(+

Re: [PATCH net-next] bnxt_en: Convert to use netif_level() helpers.

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 01:20:24 -0500 you wrote: > Use the various netif_level() helpers to simplify the C code. This was > suggested by Joe Perches. > > Cc: Joe Perches > Signed-off-by: Michael Chan > --- > drivers/net/e

Re: [PATCH] [net-next] bonding: add TLS dependency

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 12:31:59 +0100 you wrote: > From: Arnd Bergmann > > When TLS is a module, the built-in bonding driver may cause a > link error: > > x86_64-linux-ld: drivers/net/bonding/bond_main.o: in function > `bo

Re: [PATCH net-next v3] selftests: add IPv4 unicast extensions tests

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 20:08:34 -0800 you wrote: > Add selftests for kernel behavior with regard to various classes of > unallocated/reserved IPv4 addresses, checking whether or not these > addresses can be assigned as unicast

Re: [PATCH 0/2] net: usbnet: convert to new tasklet API

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 18:32:19 +0100 you wrote: > From: Emil Renner Berthing > > This converts the usbnet driver to use the new tasklet API introduced in > commit 12cc923f1ccc ("tasklet: Introduce new initialization API")

Re: [PATCH net-next v2 0/2] net: dsa: mv88e6xxx: remove some 6250-specific methods

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 16:04:47 +0100 you wrote: > v2: > > - resend now that the bug-fix patch (87fe04367d84, "net: dsa: > mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnext") is in > net and also merged to net-n

Re: [PATCH net v6] net: lapb: Add locking to the lapb module

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 25 Jan 2021 20:09:39 -0800 you wrote: > In the lapb module, the timers may run concurrently with other code in > this module, and there is currently no locking to prevent the code from > racing on "struct lapb_cb". This

Re: pull-request: mac80211 2021-01-26

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 14:05:28 +0100 you wrote: > Hi Jakub, > > We have a few fixes - note one is for a staging driver, but acked by > Greg and fixing the driver for a change that came through my tree. > > Please pull and

<    5   6   7   8   9   10   11   12   13   14   >