> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Nelio Laranjeiro > Sent: Thursday, January 11, 2018 9:16 AM > To: [email protected]; Olivier Matz <[email protected]> > Cc: [email protected] > Subject: [dpdk-dev] [PATCH 1/2] net: fix ESP header byte ordering definition > > ESP header is defined in the RFC2406 [1] as Big Endian fields it should use > the corresponding types in DPDK as well. > > Fixes: d4b684f7197a ("net: add ESP header to generic flow steering") > Cc: [email protected] > > Signed-off-by: Nelio Laranjeiro <[email protected]> > > [1] https://tools.ietf.org/html/rfc2406 > ---
Applied to dpdk-next-crypto. Thanks, Pablo

