On 3/18/2025 10:20 AM, Jason Gunthorpe wrote:
On Tue, Mar 18, 2025 at 10:01:36AM -0700, Samudrala, Sridhar wrote:
Yes. Today irdma uses exported symbols from i40e and ice and loading irdma
results in both modules to be loaded even when only type of NIC is present
on a system. This series is
On 3/17/2025 4:57 AM, Leon Romanovsky wrote:
On Fri, Mar 14, 2025 at 06:18:00PM -0700, Samudrala, Sridhar wrote:
On 3/14/2025 11:12 AM, Leon Romanovsky wrote:
On Thu, Mar 13, 2025 at 04:38:39PM -0700, Samudrala, Sridhar wrote:
On 3/2/2025 12:26 AM, Leon Romanovsky wrote:
On Wed, Feb
On 3/14/2025 11:12 AM, Leon Romanovsky wrote:
On Thu, Mar 13, 2025 at 04:38:39PM -0700, Samudrala, Sridhar wrote:
On 3/2/2025 12:26 AM, Leon Romanovsky wrote:
On Wed, Feb 26, 2025 at 11:01:52PM +, Ertman, David M wrote:
-Original Message-
From: Leon Romanovsky
Sent
On 3/2/2025 12:26 AM, Leon Romanovsky wrote:
On Wed, Feb 26, 2025 at 11:01:52PM +, Ertman, David M wrote:
-Original Message-
From: Leon Romanovsky
Sent: Wednesday, February 26, 2025 10:50 AM
To: Ertman, David M
Cc: Nikolova, Tatyana E ; j...@nvidia.com;
intel-wired-...@lists.
Move the call to skb_record_rx_queue in idpf_rx_process_skb_fields()
so that RX queue is recorded for RSC packets too.
Fixes: 90912f9f4f2d ("idpf: convert header split mode to libeth +
napi_build_skb()")
Signed-off-by: Sridhar Samudrala
Reviewed-by: Madhu Chittim
---
drivers/net/ethernet/intel
Handle rsc packet with a single segment same as a multi
segment rsc packet so that CHECKSUM_PARTIAL is set in the
skb->ip_summed field. The current code is passing CHECKSUM_NONE
resulting in TCP GRO layer doing checksum in SW and hiding the
issue. This will fail when using dmabufs as payload buffer
On 5/6/2024 1:44 AM, Asbjørn Sloth Tønnesen wrote:
Hi Sujai,
Thank you for testing.
On 5/6/24 5:32 AM, Buvaneswaran, Sujai wrote:
HW offload is not supported on the i40e interface. This patch cannot
be tested on i40e interface.
To me it looks like it's supported (otherwise there is a lot
On 2/10/2024 12:27 AM, Jakub Kicinski wrote:
On Wed, 7 Feb 2024 19:53:52 -0800 Saeed Mahameed wrote:
From: Tariq Toukan
Add documentation for the feature and some details on some design decisions.
Thanks.
diff --git
a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/sd.r