> -Original Message-
> From: Intel-wired-lan On Behalf Of Jesse
> Brandeburg
> Sent: Wednesday, March 6, 2024 8:20 AM
> To: intel-wired-...@lists.osuosl.org
> Cc: pmen...@molgen.mpg.de; net...@vger.kernel.org; Eric Dumazet
> ; Nguyen, Anthony L ; Brady,
> Alan ; ho...@kernel.org; Jakub
> -Original Message-
> From: Intel-wired-lan On Behalf Of Jesse
> Brandeburg
> Sent: Wednesday, March 6, 2024 8:20 AM
> To: intel-wired-...@lists.osuosl.org
> Cc: pmen...@molgen.mpg.de; net...@vger.kernel.org; Eric Dumazet
> ; Nguyen, Anthony L ; Brady,
> Alan ; ho...@kernel.org; Jakub
On 3/12/2024 3:29 AM, Erwan Velu wrote:
On Tue, 2024-03-12 at 10:42 +0100, Erwan Velu wrote:
This looks like a legit fix that should target the 'net' tree, @Tony:
do you agree?
If so, Erwan, please include a suitable fixes tag in the next revision.
Please include into the subj prefix a suitabl
> -Original Message-
> From: Intel-wired-lan On Behalf Of
> Maciej Fijalkowski
> Sent: Wednesday, March 6, 2024 10:01 PM
> To: intel-wired-...@lists.osuosl.org
> Cc: net...@vger.kernel.org; Fijalkowski, Maciej
> ; Nguyen, Anthony L
> ; Karlsson, Magnus
> Subject: [Intel-wired-lan] [PAT
> -Original Message-
> From: Intel-wired-lan On Behalf Of Jesse
> Brandeburg
> Sent: Wednesday, March 6, 2024 4:32 AM
> To: pmen...@molgen.mpg.de; intel-wired-...@lists.osuosl.org
> Cc: net...@vger.kernel.org; Kitszel, Przemyslaw
> ; Eric Dumazet ; Nguyen,
> Anthony L ; ho...@kernel.org
Hi Paul,
I apologize for possible html text in the previous email. I cleared
the format and resend them as plain text.
Thank you.
Yifei
From: Yifei Liu
Sent: Monday, March 4, 2024 1:48 PM
To: Paul Menzel
Cc: jesse.brandeb...@intel.com ;
anthony.l.ngu...@intel.com ;
da...@davemloft.net ;
A simple non-tunnel rule (e.g. matching only on destination MAC) in
hardware will be hit only if the packet isn't a tunnel. In software
execution of the same command, the rule will match both tunnel and
non-tunnel packets.
Change the hardware behaviour to match tunnel and non-tunnel packets in
thi
> -Original Message-
> From: Paul Menzel
> Sent: Tuesday, March 12, 2024 10:36 AM
> To: Loktionov, Aleksandr
> Cc: intel-wired-...@lists.osuosl.org; Nguyen, Anthony L
> ; net...@vger.kernel.org; Kubalewski,
> Arkadiusz
> Subject: Re: [Intel-wired-lan] [PATCH iwl-net] i40e: fix
> i40e_c
> On Tue, 2024-03-12 at 10:42 +0100, Erwan Velu wrote:
> > Commit 6871a7de705b6f6a4046f0d19da9bcd689c3bc8e from iPXE project is
>
> Please use the checkpatch-friendly commit reference: <12char hash>
> ("")
Done.
> This looks like a legit fix that should target the 'net' tree, @Tony:
> do you agree
> Am 12.03.24 um 10:42 schrieb Erwan Velu:
> > Commit 6871a7de705b6f6a4046f0d19da9bcd689c3bc8e from iPXE project is
> > setting the MFS to 0x600 = 1536.
>
> Please add a link, as most people do not have the iPXE archive checked
> out. Maybe also add the commit message summary.
I will, thanks.
> >
Hi,
On Tue, 2024-03-12 at 10:42 +0100, Erwan Velu wrote:
> Commit 6871a7de705b6f6a4046f0d19da9bcd689c3bc8e from iPXE project is
Please use the checkpatch-friendly commit reference: <12char hash>
("")
> setting the MFS to 0x600 = 1536.
>
> At boot time the i40e driver complains about it with
> t
arc allnoconfig gcc
arc allyesconfig gcc
arc defconfig gcc
arc randconfig-001-20240312 gcc
arc randconfig-002-20240312 gcc
arc
allnoconfig gcc
arc allyesconfig gcc
arc axs101_defconfig gcc
arc defconfig gcc
arc randconfig-001-20240312 gcc
arc randconfig-002
allnoconfig gcc
arc allyesconfig gcc
arc axs101_defconfig gcc
arc defconfig gcc
arc randconfig-001-20240312 gcc
arc randconfig-002-20240312
Dear Erwan,
Thank you very umch for your patch.
Am 12.03.24 um 10:42 schrieb Erwan Velu:
Commit 6871a7de705b6f6a4046f0d19da9bcd689c3bc8e from iPXE project is
setting the MFS to 0x600 = 1536.
Please add a link, as most people do not have the iPXE archive checked
out. Maybe also add the commi
Commit 6871a7de705b6f6a4046f0d19da9bcd689c3bc8e from iPXE project is
setting the MFS to 0x600 = 1536.
At boot time the i40e driver complains about it with
the following message but continues.
MFS for port 1 has been set below the default: 600
If the MTU size is increased, the driver acce
Commit 6871a7de705b6f6a4046f0d19da9bcd689c3bc8e from iPXE project is
setting the MFS to 0x600 = 1536.
At boot time the i40e driver complains about it with
the following message but continues.
MFS for port 1 has been set below the default: 600
If the MTU size is increased, the driver acce
Dear Aleksandr,
Thank you for your patch.
Am 12.03.24 um 09:13 schrieb Aleksandr Loktionov:
Fix counter to be bumped only for new or active filters.
Although it’s a small diffstat, could you please elaborate, and at least
describe the problem in more detail.
How can this be tested?
Fixe
On 3/12/24 09:13, Aleksandr Loktionov wrote:
Fix counter to be bumped only for new or active filters.
Fixes: 621650cabee5 ("i40e: Refactoring VF MAC filters counting to make more
reliable")
Signed-off-by: Aleksandr Loktionov
Reviewed-by: Arkadiusz Kubalewski
---
drivers/net/ethernet/intel/i
Fix counter to be bumped only for new or active filters.
Fixes: 621650cabee5 ("i40e: Refactoring VF MAC filters counting to make more
reliable")
Signed-off-by: Aleksandr Loktionov
Reviewed-by: Arkadiusz Kubalewski
---
drivers/net/ethernet/intel/i40e/i40e_main.c | 7 +--
1 file changed, 5 i
On 3/12/24 07:15, Zhu Yanjun wrote:
From: Zhu Yanjun
In the original source code, add vmvf_type to ctrl_msg for ctlq_recv
functions. These new types will be implemented and used. But currently
these types are not used. So remove them.
This commit message is hard to read.
Also please try to us
21 matches
Mail list logo