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-next 0/2] nexthop: Support large scale nexthop flushing

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 18:55:33 +0300 you wrote: > From: Ido Schimmel > > Patch #1 fixes a day-one bug in the nexthop code and allows "ip nexthop > flush" to work correctly with large number of nexthops that do not fit > in

Re: [PATCH net-next] mld: remove unnecessary prototypes

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 17:41:48 + you wrote: > Some prototypes are unnecessary, so delete it. > > Signed-off-by: Taehee Yoo > --- > net/ipv6/mcast.c | 3 --- > 1 file changed, 3 deletions(-) Here is the summary with li

Re: pull-request: wireless-drivers-next-2021-04-18

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Sun, 18 Apr 2021 08:26:14 + (UTC) you wrote: > Hi, > > here's a pull request to net-next tree, more info below. Please let me know if > there are any problems. > > Kalle > > [...] Here is the summary with

Re: [PATCH v4] net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 17 Apr 2021 07:30:46 +0800 you wrote: > There is a reproducible sequence from the userland that will trigger a > WARN_ON() > condition in taprio_get_start_time, which causes kernel to panic if configured > as "panic_on_

Re: [PATCH net-next] net: xilinx: drivers need/depend on HAS_IOMEM

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 23:55:54 -0700 you wrote: > kernel test robot reports build errors in 3 Xilinx ethernet drivers. > They all use ioremap functions that are only available when HAS_IOMEM > is set/enabled. If it is not ena

Re: [PATCH net-next 0/5] Flow control for NXP ENETC

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 17 Apr 2021 02:42:20 +0300 you wrote: > From: Vladimir Oltean > > This patch series contains logic for enabling the lossless mode on the > RX rings of the ENETC, and the PAUSE thresholds on the internal FIFO > me

Re: [PATCH] net: ethernet: ixp4xx: Set the DMA masks explicitly

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 18 Apr 2021 20:28:53 +0200 you wrote: > The former fix only papered over the actual problem: the > ethernet core expects the netdev .dev member to have the > proper DMA masks set, or there will be BUG_ON() triggered > in

Re: [PATCH net-next 0/3] net: hns3: misc updates for -next

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 17 Apr 2021 15:09:21 +0800 you wrote: > This series includes some misc updates for the HNS3 ethernet driver. > > Huazhong Tan (3): > net: hns3: remove a duplicate pf reset counting > net: hns3: cleanup inappro

Re: [PATCH v2 net-next] net: ethernet: mediatek: fix a typo bug in flow offloading

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 17 Apr 2021 15:29:04 +0800 you wrote: > Issue was traffic problems after a while with increased ping times if > flow offload is active. It turns out that key_offset with cookie is > needed in rhashtable_params but w

Re: [PATCH v2] net: fix a data race when get vlan device

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 19 Apr 2021 21:56:41 +0800 you wrote: > From: Di Zhu > > We encountered a crash: in the packet receiving process, we got an > illegal VLAN device address, but the VLAN device address saved in vmcore > is correct. After

Re: [PATCH net-next 01/14] netfilter: flowtable: add vlan match offload support

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sun, 18 Apr 2021 23:04:02 +0200 you wrote: > From: wenxu > > This patch adds support for vlan_id, vlan_priority and vlan_proto match > for flowtable offload. > > Signed-off-by: wenxu > Signed-off-by: Pablo Neira Ayu

Re: [PATCH net-next] netlink: simplify nl_set_extack_cookie_u64(), nl_set_extack_cookie_u32()

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 17 Apr 2021 14:38:07 +0300 you wrote: > Taking address of a function argument directly works just fine. > > Signed-off-by: Alexey Dobriyan > --- > > include/linux/netlink.h | 12 > 1 file changed,

Re: [PATCH net-next 1/1] net: stmmac: fix memory leak during driver probe

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Apr 2021 19:25:30 +0800 you wrote: > On driver probe, kmemleak reported the following memory leak which was > due to allocated bitmap that was not being freed in stmmac_dvr_probe(). > > unreferenced object 0xfff

Re: [PATCH net-next 0/3] mtk_ppe_offload fixes

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sun, 18 Apr 2021 23:11:42 +0200 you wrote: > Hi, > > A few incremental fixes for the initial flowtable offload support > and this driver: > > 1) Fix undefined reference to `dsa_port_from_netdev' due to missing >de

Re: [PATCH v6 net-next 00/10] net: Korina improvements

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Apr 2021 00:19:38 +0200 you wrote: > While converting Mikrotik RB532 support to use device tree I stumbled > over the korina ethernet driver, which used way too many MIPS specific > hacks. This series cleans thi

Re: [PATCH RESEND net-next] net: marvell: prestera: add support for AC3X 98DX3265 device

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 17 Apr 2021 02:17:51 +0300 you wrote: > From: Vadym Kochan > > Add PCI match for AC3X 98DX3265 device which is supported by the current > driver and firmware. > > Signed-off-by: Vadym Kochan > > [...] Here is

Re: [PATCH net-next] bnxt: add more ethtool standard stats

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Apr 2021 13:02:42 -0700 you wrote: > Michael suggest a few more stats we can expose. > > $ ethtool -S eth0 --groups eth-mac > Standard stats for eth0: > eth-mac-FramesTransmittedOK: 902623288966 > eth-mac-Frames

Re: [PATCH net-next] ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SET

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Apr 2021 13:03:45 -0700 you wrote: > Ido suggests we add a comment about the init of stats to -1. > This is unlikely to be clear to first time readers. > > Suggested-by: Ido Schimmel > Signed-off-by: Jakub Kici

Re: [PATCH v3 0/2] TJA1103 driver

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Apr 2021 19:13:58 +0300 you wrote: > Hi, > > This small series adds the TJA1103 PHY driver. > > Changes in v3: > - use phy_read_mmd_poll_timeout instead of spin_until_cond > - changed the phy name from a gen

Re: [PATCH net] MAINTAINERS: update

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 19 Apr 2021 16:25:25 -0500 you wrote: > I am making this change again since I received the following instruction. > > "As an IBM employee, you are not allowed to use your gmail account to work > in any way on VNIC. You

Re: [PATCH net-next v2] ethtool: add missing EEPROM to list of messages

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Apr 2021 14:52:35 -0700 you wrote: > ETHTOOL_MSG_MODULE_EEPROM_GET is missing from the list of messages. > ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY is sadly a rather long name > so we need to adjust column length. >

Re: [PATCH bpf-next] selftests/bpf: Add docs target as all dependency

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 20 Apr 2021 15:24:28 +0200 you wrote: > Currently docs target is make dependency for TEST_GEN_FILES, > which makes tests to be rebuilt every time you run make. > > Adding docs as all target dependency, so when running

Re: [net-next] net: dsa: felix: disable always guard band bit for TAS config

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Apr 2021 18:25:30 +0800 you wrote: > ALWAYS_GUARD_BAND_SCH_Q bit in TAS config register is descripted as > this: > 0: Guard band is implemented for nonschedule queues to schedule > queues transitio

Re: [net-next 01/15] net/mlx5e: Fix lost changes during code movements

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 19 Apr 2021 20:20:04 -0700 you wrote: > From: Tariq Toukan > > The changes done in commit [1] were missed by the code movements > done in [2], as they were developed in ~parallel. > Here we re-apply them. > > [1

Re: [PATCH net-next] korina: Fix conflict with global symbol desc_empty on x86.

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 16:26:27 -0700 (PDT) you wrote: > Signed-off-by: David S. Miller > --- > drivers/net/ethernet/korina.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) Here is the summary with

Re: [PATCH net-next v2 0/5] net: phy: marvell: some HWMON updates

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 09:53:58 +0200 you wrote: > Here are some updates for Marvell PHY HWMON, mainly > - refactoring for code deduplication > - Amethyst PHY support > > Changes since v1: > - addressed Andrew's comments > -

Re: pull-request: mac80211-next 2021-04-20

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 17:00:30 +0200 you wrote: > Hi, > > We have a bunch more things for next, now that we got another > week "for free" ;-) Pretty much all over the map, see the tag > description and shortlog below.

Re: [PATCH v3 net-next 0/5] net: dsa: Allow default tag protocol to be overridden from DT

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 20:53:06 +0200 you wrote: > This is a continuation of the work started in this patch: > https://lore.kernel.org/netdev/20210323102326.3677940-1-tob...@waldekranz.com/ > > In addition to the mv88e6xxx s

Re: [PATCH net-next] net: wwan: Fix bit ops double shift

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 21:09:57 +0200 you wrote: > bit operation helpers such as test_bit, clear_bit, etc take bit > position as parameter and not value. Current usage causes double > shift => BIT(BIT(0)). Fix that in wwan_cor

Re: [PATCH net-next] net: enetc: automatically select IERB module

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 16:28:21 +0200 you wrote: > Now that enetc supports flow control we have to make sure the settings in > the IERB are correct. Therefore, we actually depend on the enetc-ierb > module. Previously it was p

Re: [PATCH net-next] virtio-net: restrict build_skb() use to some arches

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 13:01:44 -0700 you wrote: > From: Eric Dumazet > > build_skb() is supposed to be followed by > skb_reserve(skb, NET_IP_ALIGN), so that IP headers are word-aligned. > (Best practice is to reserve NET_IP

Re: [PATCH] phy: nxp-c45-tja11xx: fix phase offset calculation

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 16:11:33 +0300 you wrote: > Fix phase offset calculation. > > Signed-off-by: Radu Pirea (NXP OSS) > --- > drivers/net/phy/nxp-c45-tja11xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [PATCH net 0/3] sfc: fix TXQ lookups

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 20 Apr 2021 13:24:54 +0100 you wrote: > The TXQ handling changes in 12804793b17c ("sfc: decouple TXQ type from label") > which were made as part of the support for encap offloads on EF10 caused some > breakage on Sien

Re: [PATCH net] vsock/virtio: free queued packets when closing socket

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 20 Apr 2021 13:07:27 +0200 you wrote: > As reported by syzbot [1], there is a memory leak while closing the > socket. We partially solved this issue with commit ac03046ece2b > ("vsock/virtio: free packets during the sock

Re: [PATCH net-next v2] net: phy: at803x: fix probe error if copper page is selected

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 12:29:29 +0200 you wrote: > The commit c329e5afb42f ("net: phy: at803x: select correct page on > config init") selects the copper page during probe. This fails if the > copper page was already selected.

Re: [PATCH][next] net: mana: remove redundant initialization of variable err

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 13:27:30 +0100 you wrote: > From: Colin Ian King > > The variable err is being initialized with a value that is > never read and it is being updated later with a new value. The > initialization is red

Re: [PATCH net-next] net: wwan: mhi_wwan_ctrl: Fix RX buffer starvation

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 20 Apr 2021 11:36:22 +0200 you wrote: > The mhi_wwan_rx_budget_dec function is supposed to return true if > RX buffer budget has been successfully decremented, allowing to queue > a new RX buffer for transfer. Howev

Re: [PATCH] net: davinci_emac: Fix incorrect masking of tx and rx error channel

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 20 Apr 2021 18:16:14 +0100 you wrote: > From: Colin Ian King > > The bit-masks used for the TXERRCH and RXERRCH (tx and rx error channels) > are incorrect and always lead to a zero result. The mask values are > current

Re: [PATCH net] net: marvell: prestera: fix port event handling on init

2021-04-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 20 Apr 2021 16:31:51 +0300 you wrote: > From: Vadym Kochan > > For some reason there might be a crash during ports creation if port > events are handling at the same time because fw may send initial > port event with

Re: [PATCH net] net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules

2023-11-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Sat, 18 Nov 2023 19:30:06 -0800 you wrote: > W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). > Add descriptions to all the sock diag modules in one fell swoop. > > Signed-off-by: Jakub Kicinski

Re: [PATCH net-next v8 0/4] virtio-net: support dynamic coalescing moderation

2023-12-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Mon, 11 Dec 2023 18:36:03 +0800 you wrote: > Now, virtio-net already supports per-queue moderation parameter > setting. Based on this, we use the linux dimlib to support > dynamic coalescing moderation for virtio

Re: [PATCH v2] virtio_net: fix missing dma unmap for resize

2024-01-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 26 Dec 2023 17:43:33 +0800 you wrote: > For rq, we have three cases getting buffers from virtio core: > > 1. virtqueue_get_buf{,_ctx} > 2. virtqueue_detach_unused_buf > 3. callback for virtqueue_resize > > But in

Re: [PATCH v3 1/1] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings

2024-01-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 4 Jan 2024 10:09:02 +0800 you wrote: > From: Zhu Yanjun > > Fix the warnings when building virtio_net driver. > > " > drivers/net/virtio_net.c: In function ‘init_vqs’: > drivers/net/virtio_net.c:4551:48: warnin

Re: [PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking

2024-04-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 19 Apr 2024 12:08:38 +0100 you wrote: > Please, don't take directly, conflicts with io_uring. > > To have per request buffer notifications each zerocopy io_uring send > request allocates a new ubuf_info. How

Re: [patch net-next v6 0/5] selftests: virtio_net: introduce initial testing infrastructure

2024-04-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Wed, 24 Apr 2024 12:40:44 +0200 you wrote: > From: Jiri Pirko > > This patchset aims at introducing very basic initial infrastructure > for virtio_net testing, namely it focuses on virtio feature testing. > > The

Re: [PATCH net-next v7 0/8] virtio-net: support device stats

2024-04-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 26 Apr 2024 11:39:20 +0800 you wrote: > As the spec: > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > The virtio net supports to get device stats. > > Please re

Re: [PATCH net-next v6 0/6] Remove RTNL lock protection of CVQ

2024-05-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 3 May 2024 23:24:39 +0300 you wrote: > Currently the buffer used for control VQ commands is protected by the > RTNL lock. Previously this wasn't a major concern because the control VQ > was only used during devi

Re: [PATCH] virtio_net: Fix memory leak in virtnet_rx_mod_work

2024-05-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 9 May 2024 13:36:34 -0500 you wrote: > The pointer delcaration was missing the __free(kfree). > > Fixes: ff7c7d9f5261 ("virtio_net: Remove command data from control_buf") > Reported-by: Jens Axboe > Closes:

Re: [PATCH net-next 0/2] Add TX stop/wake counters

2024-05-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 May 2024 23:19:25 +0300 you wrote: > Several drivers provide TX stop and wake counters via ethtool stats. Add > those to the netdev queue stats, and use them in virtio_net. > > v2: > - Fixed an acci

Re: [PATCH net-next v5 0/4] virtio_net: rx enable premapped mode by default

2024-05-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 11 May 2024 11:14:00 +0800 you wrote: > Actually, for the virtio drivers, we can enable premapped mode whatever > the value of use_dma_api. Because we provide the virtio dma apis. > So the driver can enable p

Re: [PATCH v3] virtio_net: Fix missed rtnl_unlock

2024-05-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 15 May 2024 11:31:25 -0500 you wrote: > The rtnl_lock would stay locked if allocating promisc_allmulti failed. > Also changed the allocation to GFP_KERNEL. > > Fixes: ff7c7d9f5261 ("virtio_net: Remove command data

Re: [PATCH net v3 0/2] virtio_net: fix lock warning and unrecoverable state

2024-06-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 28 May 2024 21:41:14 +0800 you wrote: > Patch 1 describes and fixes an issue where dim cannot return to > normal state in certain scenarios. > > Patch 2 attempts to resolve lockdep's complaints that holding many

Re: [PATCH net v2] virtio_net: fix missing lock protection on control_buf access

2024-06-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 30 May 2024 11:41:43 +0800 you wrote: > Refactored the handling of control_buf to be within the cvq_lock > critical section, mitigating race conditions between reading device > responses and new command submissions

Re: [PATCH 0/2] virtio_net: fixes for checksum offloading and XDP handling

2024-06-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Mon, 17 Jun 2024 21:15:22 +0800 you wrote: > This series of patches aim to address two specific issues identified in > the virtio_net driver related to checksum offloading and XDP processing of > fully checksummed pac

  1   2   3   4   5   6   7   8   9   10   >