mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04:00
qed: Add TCP_ULP FW resource layout
Add TCP_ULP as a storage common TCP offload FW resource layout. This will be used by the core driver (QED) for both the NVMeTCP and iSCSI. Acked-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: Prabhakar Kushwaha <pkushwaha@marvell.com> Signed-off-by: Omkar Kulkarni <okulkarni@marvell.com> Signed-off-by: Michal Kalderon <mkalderon@marvell.com> Signed-off-by: Ariel Elior <aelior@marvell.com> Signed-off-by: Shai Malin <smalin@marvell.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
2c95e6c7e5
commit
1bd4f5716f
@@ -702,7 +702,7 @@ enum mf_mode {
|
||||
|
||||
/* Per-protocol connection types */
|
||||
enum protocol_type {
|
||||
PROTOCOLID_ISCSI,
|
||||
PROTOCOLID_TCP_ULP,
|
||||
PROTOCOLID_FCOE,
|
||||
PROTOCOLID_ROCE,
|
||||
PROTOCOLID_CORE,
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
enum qed_ll2_conn_type {
|
||||
QED_LL2_TYPE_FCOE,
|
||||
QED_LL2_TYPE_ISCSI,
|
||||
QED_LL2_TYPE_TCP_ULP,
|
||||
QED_LL2_TYPE_TEST,
|
||||
QED_LL2_TYPE_OOO,
|
||||
QED_LL2_TYPE_RESERVED2,
|
||||
|
||||
Reference in New Issue
Block a user