sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
262 stars 136 forks source link

Update aesdecrypt.c #283

Closed PengWu-wp closed 3 years ago

PengWu-wp commented 3 years ago

The NF_TAG for aes_decrypt is incorrectly set to aes_encrypt, which leads to an error display in the ONVM manager.

Change NF_TAG to aes_decrypt in openNetVM/examples/aes_decrypt/aesdecrypt.c

Summary:

The NF_TAG for aes_decrypt is incorrectly set to aes_encrypt, which leads to an error display in the ONVM manager. When running a aes_decrypt NF, the manager will display like this: PORTS

Port 0: 'xxxxxxxxxxxxx'

Port 0 - rx: 0 ( 0 pps) tx: 0 ( 0 pps)

NF TAG IID / SID / CORE rx_pps / tx_pps rx_drop / tx_drop out / tonf / drop

aes_encrypt 1 / 1 / 3 0 / 0 0 / 0 0 / 0 / 0

Usage:

This PR includes
Resolves issues
Breaking API changes
Internal API changes
Usability improvements
Bug fixes
New functionality
New NF/onvm_mgr args
Changes to starting NFs
Dependency updates
Web stats updates

Merging notes:

TODO before merging :

Test Plan:

Review:

(optional) << @-mention people who should review these changes >>

(optional) Subscribers: << @-mention people who probably care about these changes >>

onvm commented 3 years ago

In response to PR creation

CI Message

Aborting, need an authorized user to run CI