Re: [Intel-wired-lan] [iwl-next v4 1/1] iidc/ice/irdma: Update IDC to support multiple consumers

2025-03-18 Thread Samudrala, Sridhar
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

Re: [Intel-wired-lan] [iwl-next v4 1/1] iidc/ice/irdma: Update IDC to support multiple consumers

2025-03-18 Thread Samudrala, Sridhar
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

Re: [Intel-wired-lan] [iwl-next v4 1/1] iidc/ice/irdma: Update IDC to support multiple consumers

2025-03-15 Thread Samudrala, Sridhar
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

Re: [Intel-wired-lan] [iwl-next v4 1/1] iidc/ice/irdma: Update IDC to support multiple consumers

2025-03-13 Thread Samudrala, Sridhar
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.

[Intel-wired-lan] [PATCH iwl-net] idpf: record rx queue in skb for RSC packets

2025-01-10 Thread Samudrala, Sridhar
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

[Intel-wired-lan] [PATCH iwl-net] idpf: fix handling rsc packet with a single segment

2025-01-10 Thread Samudrala, Sridhar
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

Re: [Intel-wired-lan] [PATCH iwl-next] i40e: flower: validate control flags

2024-05-06 Thread Samudrala, Sridhar
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

Re: [Intel-wired-lan] [net-next V2 15/15] Documentation: net/mlx5: Add description for Socket-Direct netdev combining

2024-02-12 Thread Samudrala, Sridhar
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