ethdev: fix endian annotation for SPI item
authorDavid Marchand <david.marchand@redhat.com>
Tue, 20 Aug 2019 13:45:03 +0000 (15:45 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 27 Aug 2019 13:15:00 +0000 (15:15 +0200)
commitfbb25a3878cc7c6de4c68c8cee01983d127e2205
treeb8c5e8ca25f0563e033c0cb884840b0ee602f130
parent3c5f2cdb56d769755962a6c184e2a0a0ad70d93f
ethdev: fix endian annotation for SPI item

Security Parameters Index (SPI) should be set with network endian
values.
While 0xffffffff == htonl(0xffffffff), this missing annotation is
caught by sparse when compiling ovs (dpdk-latest branch).

Fixes: d4b684f7197a ("net: add ESP header to generic flow steering")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
lib/librte_ethdev/rte_flow.h