]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx/base/octeontx_pkovf.h
net/octeontx: support fast mbuf free
[dpdk.git] / drivers / net / octeontx / base / octeontx_pkovf.h
index 4208ef8802d4989c23d216d6c445829fa6351f3f..4e0bb7c2ed3ba2dcd13e45a32b68a23b4bbee16e 100644 (file)
 
 /* pko_send_hdr_s + pko_send_link */
 #define PKO_CMD_SZ                     (2 << 1)
-#define PKO_SEND_GATHER_SUBDC          (0x0ull << 60)
+#define PKO_SEND_BUFLINK_SUBDC         (0x0ull << 60)
+#define PKO_SEND_BUFLINK_LDTYPE(x)     ((x) << 58)
+#define PKO_SEND_BUFLINK_GAUAR(x)      ((x) << 24)
+#define PKO_SEND_GATHER_SUBDC          (0x2ull << 60)
 #define PKO_SEND_GATHER_LDTYPE(x)      ((x) << 58)
 #define PKO_SEND_GATHER_GAUAR(x)       ((x) << 24)