JannePeltonen

Results 8 issues of JannePeltonen

Add a pktin config flag that requests removal of VLAN tags of received Ethernet frames so that the ODP application sees untagged frames. Add new packet metadata and an associated...

This is WIP for discussion and an alternative to an approach where the concept of "ipsec instance" is added. Add a concept of inline SA scope that defines one or...

Require that input packets to IPsec operations have valid L3 type and L4 offset (except in outbound tunnel mode without L4 checksum offload) metadata in addition to L3 offset. This...

The first patch changes API so that packet completion events can be lost if the destination queue is full. The patch does not change whether SA disable completion events can...

platform/linux-generic/odp_fdserver.c forks a child process to manage shared memory. This is done to make shared memory work even if ODP threads are actually OS processes. The fork happens inside odp_init_global()...

This PR has the following patches: - api: crypto: clarify that input packet is fully copied to output packet - no functional changes but better description on the expected functionality...

The test code goes through the trouble of checking classification capabilities when deciding whether to use UDP or TCP port matching rules in tests but then always uses UDP test...

- add ODP_LSO_WRITE_BITS operation - add ODP_LSO_ADD_SHIFTED_PAYLOAD_OFFSET operation