plugins: odp: delete aad field initialization 59/10759/1
authorSzymon Sliwa <[email protected]>
Tue, 20 Feb 2018 17:22:51 +0000 (18:22 +0100)
committerSzymon Sliwa <[email protected]>
Thu, 22 Feb 2018 15:13:44 +0000 (16:13 +0100)
commit0f4208d9f30bb3bfea814383e8d1a3a254c14580
tree55484caf23dda16f668fddeeed40d6b6fc4cc2f2
parent5f1fe8111ce9dae9a96df83963a1c4cbbb89a25f
plugins: odp: delete aad field initialization

Due to some bugs in the old odp-dpdk aad field needed to be
manually initialized to 0. That is no longer true, what's more
odp does not contain this field, thus making it impossible to compile.
Due to above mentioned reasons, delete this.

Change-Id: I5ec9278d44e49991fad741a43100da4b64823bf3
Signed-off-by: Szymon Sliwa <[email protected]>
src/plugins/odp/ipsec/esp_decrypt.c
src/plugins/odp/ipsec/esp_encrypt.c