MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lksd_proto_prepare

Function lksd_proto_prepare

dpdk/lib/ipsec/sa.c:636–642  ·  view source on GitHub ↗

* setup packets and crypto ops for LOOKASIDE_PROTO type of devices. * Note that for LOOKASIDE_PROTO all packet modifications will be * performed by PMD/HW. * SW has only to prepare crypto op. */

Source from the content-addressed store, hash-verified

634 * SW has only to prepare crypto op.
635 */
636static uint16_t
637lksd_proto_prepare(const struct rte_ipsec_session *ss,
638 struct rte_mbuf *mb[], struct rte_crypto_op *cop[], uint16_t num)
639{
640 lksd_proto_cop_prepare(ss, mb, cop, num);
641 return num;
642}
643
644/*
645 * simplest pkt process routine:

Callers

nothing calls this directly

Calls 1

lksd_proto_cop_prepareFunction · 0.85

Tested by

no test coverage detected