]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/base/ef10_impl.h
net/qede: fix incorrect link status update
[dpdk.git] / drivers / net / sfc / base / ef10_impl.h
index 36229a74e0a0453d9824f4aa4606ca719630ac8b..4751faf16842193c2b997bf04548370721b6ecae 100644 (file)
@@ -1216,6 +1216,16 @@ efx_mcdi_set_nic_global(
 
 #endif /* EFSYS_OPT_RX_PACKED_STREAM */
 
+#if EFSYS_OPT_RX_ES_SUPER_BUFFER
+
+/*
+ * Maximum DMA length and buffer stride alignment.
+ * (see SF-119419-TC, 3.2)
+ */
+#define        EFX_RX_ES_SUPER_BUFFER_BUF_ALIGNMENT    64
+
+#endif
+
 #ifdef __cplusplus
 }
 #endif