This fix adds a ecore_mcp_update_stag() handler to handle the STAG update
events from management FW and program the STAG value.
It also clears the stag config on PF, when management FW invalidates
the stag value.
Fixes: ec94dbc57362 ("qede: add base driver")
Cc: sta...@dpdk.org
Signed-off-by: Ras
This patchset adds enhancements and fixes for QEDE PMD.
Rasesh Mody (8):
net/qede/base: fix to handle stag update event
net/qede/base: add support for OneView APIs
net/qede/base: get pre-negotiated values for stag and bw
net/qede: fix to program HW regs with ether type
net/qede/base: lim
Add support for the following OneView APIs:
- ecore_mcp_ov_update_mtu() - Send MTU value to the management FW.
- ecore_mcp_ov_update_mac() - Send MAC address to the management FW.
- ecore_mcp_ov_update_eswitch() - Send eswitch_mode to management FW
after the firmware load.
Signed-off-by: Ras
Request management FW for STAG and bandwidth values negotiated prior to
the driver load.
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_dev.c | 14 ++
drivers/net/qede/base/mcp_public.h |3 +++
2 files changed, 17 insertions(+)
diff --git a/drivers/net/qede/base/e
Correct the verbosity for slowpath message from DCB to SP.
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_mcp.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/qede/base/ecore_mcp.c
b/drivers/net/qede/base/ecore_mcp.c
index 1b6fc0a..1b6eb94 100644
Fix logic for sfp get rx_los, tx_fault, tx_disable, and sfp set tx_disable.
Fixes: bdc40630a8eb ("net/qede/base: add APIs for xcvr")
Cc: sta...@dpdk.org
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_mcp.c | 37 -
drivers/net/qede/base/ecore_mcp
From: Shahed Shaikh
When trust mode is set to ON, VF can change it's MAC address
inspite PF has set a forced MAC for that VF from HV.
Earlier similar functionality is provided by module parameter
"allow_vf_mac_change_mode" of qed.
This change makes few changes in behavior of VF shadow config -
Fix to program the HW registers with proper ether type.
Fixes: 36f45bce2537 ("net/qede/base: fix to support OVLAN mode")
Cc: sta...@dpdk.org
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_dev.c | 20
1 file changed, 20 insertions(+)
diff --git a/drivers/net/q
Limit the number of non ethernet queues to 64, allowing a max queues to
status block ratio of 2:1 in case of storage target. Theoretically a
non-target storage PF can have 128 queues and SBs.
This change is to support 64 entries for a target iSCSI/FCoE PF and 128
for a non-target.
Signed-off-by:
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_mcp.c |4 ++--
drivers/net/qede/base/ecore_mcp_api.h |2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/qede/base/ecore_mcp.c
b/drivers/net/qede/base/ecore_mcp.c
index ea71d07..364c146 100644
--
From: Shahed Shaikh
- PMD does not fill vtc_flow field of IPv6 header while
constructing a packet for IPv6 filter. Hence filter was
not getting applied properly.
- IPv6 addresses got swapped while copying src and dst addresses.
- Same issue with UDP and TCP port ids.
Fixes: 622075356e8f ("ne
From: Shahed Shaikh
- rename qede_fdir.c to qede_filter.c
- move all filter code to qede_filter.c
Signed-off-by: Shahed Shaikh
---
drivers/net/qede/Makefile |2 +-
drivers/net/qede/qede_ethdev.c | 687 +---
drivers/net/qede/qede_ethdev.h | 25 +-
drivers/net/q
From: Shahed Shaikh
- Add support for rte_flow_validate(), rte_flow_create() and
rte_flow_destroy() APIs
- This patch adds limited support for the flow items
because of the limited filter profiles supported by HW.
- Only 4 tuples - src and dst IP (v4 or v6) addresses and
src
From: Shahed Shaikh
- HW does not include CRC in received frame when passed to host,
so no need to consider CRC length while calculating Rx buffer size.
- In scattered Rx mode, driver may allocate Rx buffer larger than
the size of mbuf because it tries to adjust the buffer size to cache
From: Shahed Shaikh
Management firmware does not properly clean IGU block in PF FLR flow
which may result in undelivered attentions for link events from
default status block.
Add a workaround in PMD to execute extra IGU cleanup right after PF FLR
is done.
Fixes: 9e2f08a4ad5f ("net/qede/base: add
From: Shahed Shaikh
- In order to prepare the base for RTE FLOW support,
convert common code used for flow director support
into common aRFS code.
Signed-off-by: Shahed Shaikh
---
drivers/net/qede/base/ecore_l2.c | 26 ++-
drivers/net/qede/base/ecore_l2_api.h | 11 +-
drivers/net/q
From: Shahed Shaikh
Implement eth_dev_ops->dev_reset callback.
Signed-off-by: Shahed Shaikh
---
drivers/net/qede/qede_ethdev.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/drivers/net/qede/qede_ethdev.c b/drivers/net/qede/qede_ethdev.c
index 322400c..36a51f6 100644
From: Shahed Shaikh
This patch implement eth_dev_ops->rx_descriptor_status
callback.
Walk through receive completion ring to calculate receive
descriptors used by firmware and then provide the status of
offset accordingly.
Signed-off-by: Shahed Shaikh
---
drivers/net/qede/qede_ethdev.c |2
18 matches
Mail list logo