Re: [Intel-wired-lan] [PATCH net v3 0/2] xsk: fix negative overflow issues in zerocopy xmit

2025-07-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 23 Jul 2025 22:23:25 +0800 you wrote: > From: Jason Xing > > Fix two negative overflow issues around {stmmac_xdp|igb}_xmit_zc(). > > Jason Xing (2): > stmmac: xsk: fix negative overflow of budget in zerocopy

Re: [Intel-wired-lan] [PATCH net-next v12 00/12] Split netmem from struct page

2025-07-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 21 Jul 2025 11:18:23 +0900 you wrote: > Hi all, > > The MM subsystem is trying to reduce struct page to a single pointer. > See the following link for your information: > >https://kernelnewbies.org/Matt

Re: [Intel-wired-lan] [PATCH net-next v7 0/3] dpll: add Reference SYNC feature

2025-06-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 26 Jun 2025 15:52:16 +0200 you wrote: > The device may support the Reference SYNC feature, which allows the > combination of two inputs into a input pair. In this configuration, > clock signals from both inpu

Re: [Intel-wired-lan] [PATCH] igc: Make the const read-only array supported_sizes static

2025-06-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 18 Jun 2025 14:54:08 +0100 you wrote: > Don't populate the const read-only array supported_sizes on the > stack at run time, instead make it static. > > Signed-off-by: Colin Ian King > --- > drivers/net/eth

Re: [Intel-wired-lan] [PATCH net-next v5 0/6] udp_tunnel: remove rtnl_lock dependency

2025-06-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 16 Jun 2025 09:21:11 -0700 you wrote: > Recently bnxt had to grow back a bunch of rtnl dependencies because > of udp_tunnel's infra. Add separate (global) mutext to protect > udp_tunnel state. > > v5: > - re

Re: [Intel-wired-lan] [PATCH net-next v2 0/7] eth: intel: migrate to new RXFH callbacks

2025-06-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 14 Jun 2025 11:09:00 -0700 you wrote: > Migrate Intel drivers to the recently added dedicated .get_rxfh_fields > and .set_rxfh_fields ethtool callbacks. > > Note that I'm deleting all the boilerplate kdoc fr

Re: [Intel-wired-lan] [PATCH net-next v6 0/3] dpll: add all inputs phase offset monitor

2025-06-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 12 Jun 2025 17:28:32 +0200 you wrote: > Add dpll device level feature: phase offset monitor. > > Phase offset measurement is typically performed against the current active > source. However, some DPLL (Digit

Re: [Intel-wired-lan] [PATCH net v2 0/5] net: ptp: fix egregious supported flag checks

2025-03-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Wed, 12 Mar 2025 15:15:49 -0700 you wrote: > In preparation for adding .supported_extts_flags and > .supported_perout_flags to the ptp_clock_info structure, fix a couple of > places where drivers get existing flag ge

Re: [Intel-wired-lan] [PATCH net-next v9 0/6] net: napi: add CPU affinity to napi->config

2025-02-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 24 Feb 2025 16:22:21 -0700 you wrote: > Drivers usually need to re-apply the user-set IRQ affinity to their IRQs > after reset. However, since there can be only one IRQ affinity notifier > for each IRQ, regis

Re: [Intel-wired-lan] [PATCH bpf-next v12 0/5] xsk: TX metadata Launch Time support

2025-02-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Sun, 16 Feb 2025 17:34:25 +0800 you wrote: > This series expands the XDP TX metadata framework to allow user > applications to pass per packet 64-bit launch time directly to the kernel > driver, requesting launch ti

Re: [Intel-wired-lan] [PATCH v2 net-next] ice: Fix signedness bug in ice_init_interrupt_scheme()

2025-02-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 13 Feb 2025 09:31:41 +0300 you wrote: > If pci_alloc_irq_vectors() can't allocate the minimum number of vectors > then it returns -ENOSPC so there is no need to check for that in the > caller. In fact, becaus

Re: [Intel-wired-lan] [PATCH] ice: Add check for devm_kzalloc()

2025-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 31 Jan 2025 01:38:32 + you wrote: > Add check for the return value of devm_kzalloc() to guarantee the success > of allocation. > > Fixes: 42c2eb6b1f43 ("ice: Implement devlink-rate API") > Signed-off-by: Jiash

Re: [Intel-wired-lan] [PATCH net-next] eth: iavf: extend the netdev_lock usage

2025-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 Jan 2025 23:13:39 -0800 you wrote: > iavf uses the netdev->lock already to protect shapers. > In an upcoming series we'll try to protect NAPI instances > with netdev->lock. > > We need to modify the protec

Re: [Intel-wired-lan] [PATCH net-next v2] ixgbevf: Remove unused ixgbevf_hv_mbx_ops

2025-01-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 5 Jan 2025 12:28:47 + you wrote: > From: "Dr. David Alan Gilbert" > > The const struct ixgbevf_hv_mbx_ops was added in 2016 as part of > commit c6d45171d706 ("ixgbevf: Support Windows hosts (Hyper-V)")

Re: [Intel-wired-lan] [PATCH net-next 0/3] igc deadcoding

2025-01-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 2 Jan 2025 17:41:39 + you wrote: > From: "Dr. David Alan Gilbert" > > Hi, > This set removes some functions that are entirely unused > and have been since ~2018. > > Build tested. > > [...] Here i

Re: [Intel-wired-lan] [PATCH net-next 0/9] i40e deadcoding

2025-01-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 2 Jan 2025 17:37:08 + you wrote: > From: "Dr. David Alan Gilbert" > > Hi, > This is a bunch of deadcoding of functions that > are entirely uncalled in the i40e driver. > > Build tested only. > >

Re: [Intel-wired-lan] [PATCH v2 1/4] Revert "igb: Disable threaded IRQ for igb_msix_other"

2024-11-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 6 Nov 2024 08:14:26 -0300 you wrote: > This reverts commit 338c4d3902feb5be49bfda530a72c7ab860e2c9f. > > Sebastian noticed the ISR indirectly acquires spin_locks, which are > sleeping locks under PREEMPT_RT, whic

Re: [Intel-wired-lan] [PATCHv2 net-next] net: freescale: use ethtool string helpers

2024-10-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 25 Oct 2024 13:37:57 -0700 you wrote: > The latter is the preferred way to copy ethtool strings. > > Avoids manually incrementing the pointer. Cleans up the code quite well. > > Signed-off-by: Rosen Penev >

Re: [Intel-wired-lan] [PATCH iwl-next] virtchnl: fix m68k build.

2024-10-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 15 Oct 2024 15:56:35 +0200 you wrote: > The kernel test robot reported a build failure on m68k in the intel > driver due to the recent shapers-related changes. > > The mentioned arch has funny alignment properti

Re: [Intel-wired-lan] [PATCH v9 net-next 00/15] net: introduce TX H/W shaping API

2024-10-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 9 Oct 2024 10:09:46 +0200 you wrote: > We have a plurality of shaping-related drivers API, but none flexible > enough to meet existing demand from vendors[1]. > > This series introduces new device APIs to c

Re: [Intel-wired-lan] [PATCH net-next] ice: Fix a NULL vs IS_ERR() check in probe()

2024-09-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 14 Sep 2024 12:57:56 +0300 you wrote: > The ice_allocate_sf() function returns error pointers on error. It > doesn't return NULL. Update the check to match. > > Fixes: 177ef7f1e2a0 ("ice: base subfunction a

Re: [Intel-wired-lan] [PATCH net-next] ice: Fix a couple NULL vs IS_ERR() bugs

2024-09-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 14 Sep 2024 12:57:28 +0300 you wrote: > The ice_repr_create() function returns error pointers. It never returns > NULL. Fix the callers to check for IS_ERR(). > > Fixes: 977514fb0fa8 ("ice: create port repr

Re: [Intel-wired-lan] [PATCH net] igc: Unlock on error in igc_io_resume()

2024-09-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 29 Aug 2024 22:22:45 +0300 you wrote: > Call rtnl_unlock() on this error path, before returning. > > Fixes: bc23aa949aeb ("igc: Add pcie error handler support") > Signed-off-by: Dan Carpenter > --- > drivers/ne

Re: [Intel-wired-lan] [PATCH net-next v3 0/2] Add Embedded SYNC feature for a dpll's pin

2024-08-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 23 Aug 2024 00:25:11 +0200 you wrote: > Introduce and allow DPLL subsystem users to get/set capabilities of > Embedded SYNC on a dpll's pin. > > Signed-off-by: Arkadiusz Kubalewski > > Arkadiusz Kubalewski

Re: [Intel-wired-lan] [PATCH net-next] ice: Fix a 32bit bug

2024-08-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 20 Aug 2024 16:43:46 +0300 you wrote: > BIT() is unsigned long but ->pu.flg_msk and ->pu.flg_val are u64 type. > On 32 bit systems, unsigned long is a u32 and the mismatch between u32 > and u64 will break thin

Re: [Intel-wired-lan] [PATCH net-next] igbvf: Remove two unused declarations

2024-08-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 16 Aug 2024 18:16:38 +0800 you wrote: > There is no caller and implementations in tree. > > Signed-off-by: Yue Haibing > --- > drivers/net/ethernet/intel/igbvf/igbvf.h | 1 - > drivers/net/ethernet/intel/ig

Re: [Intel-wired-lan] [PATCH net-next 0/5] net: flower: validate encapsulation control flags

2024-06-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 9 Jun 2024 17:33:50 + you wrote: > Now that all drivers properly rejects unsupported flower control flags > used with FLOW_DISSECTOR_KEY_CONTROL, then time has come to add similar > checks to the drivers

Re: [Intel-wired-lan] [PATCH net] idpf: don't skip over ethtool tcp-data-split setting

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:24:14 +0200 you wrote: > Disabling tcp-data-split on idpf silently fails: > # ethtool -G $NETDEV tcp-data-split off > # ethtool -g $NETDEV | grep 'TCP data split' > TCP data split:on >

Re: [Intel-wired-lan] [PATCH v2 0/6] Ensure the copied buf is NUL terminated

2024-04-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 24 Apr 2024 21:44:17 +0700 you wrote: > Hi everyone, > > I found that some drivers contains an out-of-bound read pattern like this > > kern_buf = memdup_user(user_buf, count); > ... > sscanf(ke

Re: [Intel-wired-lan] [PATCH net-next 0/1] XYZ: Handle HAS_IOPORT dependencies

2024-04-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 5 Apr 2024 13:18:30 +0200 you wrote: > Hi networking maintainers, > > This is a follow up in my ongoing effort of making inb()/outb() and > similar I/O port accessors compile-time optional. Previously I sen

Re: [Intel-wired-lan] [PATCH net-next] ip_tunnel: harden copying IP tunnel params to userspace

2024-04-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 4 Apr 2024 18:03:02 +0200 you wrote: > Structures which are about to be copied to userspace shouldn't have > uninitialized fields or paddings. > memset() the whole &ip_tunnel_parm in ip_tunnel_parm_to_user()

Re: [Intel-wired-lan] [PATCH net-next v6 00/21] ice: add PFCP filter support

2024-04-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 27 Mar 2024 16:23:37 +0100 you wrote: > Add support for creating PFCP filters in switchdev mode. Add pfcp module > that allows to create a PFCP-type netdev. The netdev then can be passed to > tc when creatin

Re: [Intel-wired-lan] [PATCH net-next v2 0/3] compiler_types: add Endianness-dependent __counted_by_{le, be}

2024-03-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 27 Mar 2024 15:22:38 +0100 you wrote: > Some structures contain flexible arrays at the end and the counter for > them, but the counter has explicit Endianness and thus __counted_by() > can't be used directly.

Re: [Intel-wired-lan] [PATCH net-next v2] net: remove gfp_mask from napi_alloc_skb()

2024-03-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 26 Mar 2024 21:02:12 -0700 you wrote: > __napi_alloc_skb() is napi_alloc_skb() with the added flexibility > of choosing gfp_mask. This is a NAPI function, so GFP_ATOMIC is > implied. The only practical choice

Re: [Intel-wired-lan] [PATCH iwl-next, v3 0/2] XDP Tx Hardware Timestamp for igc driver

2024-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Sun, 3 Mar 2024 16:32:23 +0800 you wrote: > Implemented XDP transmit hardware timestamp metadata for igc driver. > > This patchset is tested with tools/testing/selftests/bpf/xdp_hw_metadata > on Intel ADL-S plat

Re: [Intel-wired-lan] [PATCH net-next] eth: igc: remove unused embedded struct net_device

2024-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 29 Feb 2024 23:02:55 -0800 you wrote: > struct net_device poll_dev in struct igc_q_vector was added > in one of the initial commits, but never used. > > Signed-off-by: Jakub Kicinski > --- > CC: jesse.brand

Re: [Intel-wired-lan] [PATCH net-next v5 0/9] drivers: net: Convert EEE handling to use linkmode bitmaps

2024-02-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Mon, 26 Feb 2024 19:29:06 -0600 you wrote: > EEE has until recently been limited to lower speeds due to the use of > the legacy u32 for link speeds. This restriction has been lifted, with > the use of linkmode bi

Re: [Intel-wired-lan] [PATCH net v1] net: intel: fix old compiler regressions

2024-02-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 5 Feb 2024 18:29:06 -0800 you wrote: > The kernel build regressions/improvements email contained a couple of > issues with old compilers (in fact all the reports were on different > architectures, but all gcc 5.5)

Re: [Intel-wired-lan] [PATCH net] idpf: distinguish vports by the dev_port attribute

2024-01-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 18 Jan 2024 21:50:40 +0100 you wrote: > idpf registers multiple netdevs (virtual ports) for one PCI function, > but it does not provide a way for userspace to distinguish them with > sysfs attributes. Per Document

Re: [Intel-wired-lan] [PATCH net-next v9 0/8] Support symmetric-xor RSS hash

2023-12-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 12 Dec 2023 17:33:13 -0700 you wrote: > Patches 1 and 2 modify the get/set_rxh ethtool API to take a pointer to > struct of parameters instead of individual params. This will allow future > changes to the uAP

Re: [Intel-wired-lan] [PATCH net-next 0/2] idpf: add get/set for Ethtool's header split ringparam

2023-12-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 12 Dec 2023 15:27:50 +0100 you wrote: > Currently, the header split feature (putting headers in one smaller > buffer and then the data in a separate bigger one) is always enabled > in idpf when supported. > O

Re: [Intel-wired-lan] [PATCH net-next v5 0/3] ethtool: Add ethtool_puts()

2023-12-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 06 Dec 2023 23:16:09 + you wrote: > Hi, > > This series aims to implement ethtool_puts() and send out a wave 1 of > conversions from ethtool_sprintf(). There's also a checkpatch patch > included to chec

Re: [Intel-wired-lan] [PATCH net-next] ice: fix error code in ice_eswitch_attach()

2023-11-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 27 Nov 2023 15:59:17 +0300 you wrote: > Set the "err" variable on this error path. > > Fixes: fff292b47ac1 ("ice: add VF representors one by one") > Signed-off-by: Dan Carpenter > --- > drivers/net/ethernet

Re: [Intel-wired-lan] [PATCH net v2] i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value

2023-10-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 19 Oct 2023 18:37:20 +0200 you wrote: > Commit c87c938f62d8f1 ("i40e: Add VF VLAN pruning") added new > PF flag I40E_FLAG_VF_VLAN_PRUNING but its value collides with > existing I40E_FLAG_TOTAL_PORT_SHUTDOWN_ENABLE

Re: [Intel-wired-lan] [PATCH net] i40e: xsk: remove count_mask

2023-10-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 18 Oct 2023 18:39:08 +0200 you wrote: > Cited commit introduced a neat way of updating next_to_clean that does > not require boundary checks on each increment. This was done by masking > the new value with (ring le

Re: [Intel-wired-lan] [PATCH net-next] i40e: Align devlink info versions with ice driver and add docs

2023-10-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 18 Oct 2023 14:35:55 +0200 you wrote: > Align devlink info versions with ice driver so change 'fw.mgmt' > version to be 2-digit version [major.minor], add 'fw.mgmt.build' > that reports mgmt firmware build num

Re: [Intel-wired-lan] [PATCH net-next] iavf: delete unused iavf_mac_info fields

2023-10-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Wed, 18 Oct 2023 13:15:27 +0200 you wrote: > 'san_addr' and 'mac_fcoeq' members of struct iavf_mac_info are unused. > 'type' is write-only. Delete all three. > > The function iavf_set_mac_type that sets 'type' also c

Re: [Intel-wired-lan] [PATCH net-next v5 0/3] ethtool: Add link mode maps for forced speeds

2023-10-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Sun, 15 Oct 2023 19:43:01 -0400 you wrote: > The following patch set was initially a part of [1]. As the purpose of the > original series was to add the support of the new hardware to the intel ice > driver, the

Re: [Intel-wired-lan] [PATCH net-next v5 0/5] dpll: add phase-offset and phase-adjust

2023-10-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 11 Oct 2023 12:12:31 +0200 you wrote: > Improve monitoring and control over dpll devices. > Allow user to receive measurement of phase difference between signals > on pin and dpll (phase-offset). > Allow use

Re: [Intel-wired-lan] [PATCH net-next 0/5] i40e: Add basic devlink support

2023-10-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 13 Oct 2023 19:07:50 +0200 you wrote: > The series adds initial support for devlink to i40e driver. > > Patch-set overview: > Patch 1: Adds initial devlink support (devlink and port registration) > Patch 2:

Re: [Intel-wired-lan] [PATCH net v2] ixgbe: fix crash with empty VF macvlan list

2023-10-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 6 Oct 2023 15:53:09 +0300 you wrote: > The adapter->vf_mvs.l list needs to be initialized even if the list is > empty. Otherwise it will lead to crashes. > > Fixes: a1cbb15c1397 ("ixgbe: Add macvlan support for VF")

Re: [Intel-wired-lan] [PATCH net-next v5 0/7] introduce DEFINE_FLEX() macro

2023-10-03 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 12 Sep 2023 07:59:30 -0400 you wrote: > Add DEFINE_FLEX() macro, that helps on-stack allocation of structures > with trailing flex array member. > Expose __struct_size() macro which reads size of data allocat

Re: [Intel-wired-lan] [PATCH net] ice: always add legacy 32byte RXDID in supported_rxdids

2023-09-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 20 Sep 2023 13:54:38 +0200 you wrote: > When the PF and VF drivers both support flexible rx descriptors and have > negotiated the VIRTCHNL_VF_OFFLOAD_RX_FLEX_DESC capability, the VF driver > queries the PF for the lis