From: Sudarsana Reddy Kalluru
RSS configuration is not supported for 100G adapters.
Signed-off-by: Sudarsana Reddy Kalluru
Signed-off-by: Yuval Mintz
---
drivers/net/ethernet/qlogic/qede/qede_ethtool.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/net/ethernet/qlogic/qede/
From: Sudarsana Reddy Kalluru
Recent changes in kernel ethtool implementation requires the driver
callback for get_channels() has to populate the values for max tx/rx
coalesce fields.
Signed-off-by: Sudarsana Reddy Kalluru
Signed-off-by: Yuval Mintz
---
drivers/net/ethernet/qlogic/qede/qede_e
From: Sudarsana Reddy Kalluru
The patch series contains several minor bug fixes for qed/qede modules.
Please consider applying this to 'net' branch.
Manish Chopra (1):
qede: Fix incorrrect usage of APIs for un-mapping DMA memory
Sudarsana Reddy Kalluru (6):
qede: get_channels() need to popu
From: Sudarsana Reddy Kalluru
With the current default values for Rx path i.e., 8 queues of 8Kb entries
each with 4Kb size, interface will consume 256Mb for Rx. The default values
causing the driver probe to fail when the system memory is low. Based on
the perforamnce results, rx-ring count value
From: Sudarsana Reddy Kalluru
Rx indirection table entries are in the range [0, (rss_count - 1)]. If
user reduces the rss count, the table entries may not be in the ccorrect
range. Need to reconfigure the table with new rss_count as a basis.
Signed-off-by: Sudarsana Reddy Kalluru
Signed-off-by:
From: Sudarsana Reddy Kalluru
qed_dcbx_query_params() implementation populate the values to input
buffer based on the dcbx mode and, the current negotiated state/params,
the caller of this API need to memset the buffer to zero.
Signed-off-by: Sudarsana Reddy Kalluru
Signed-off-by: Yuval Mintz
From: Sudarsana Reddy Kalluru
During the execution of loopback test, driver may receive the packets which
are not originated by this test, loopback implementation need to skip those
packets.
Signed-off-by: Sudarsana Reddy Kalluru
Signed-off-by: Yuval Mintz
---
drivers/net/ethernet/qlogic/qede
From: Manish Chopra
Driver uses incorrect APIs to unmap DMA memory which were
mapped using dma_map_single(). This patch fixes it to use
appropriate APIs for un-mapping DMA memory.
Signed-off-by: Manish Chopra
Signed-off-by: Yuval Mintz
Signed-off-by: Sudarsana Reddy Kalluru
---
drivers/net/e