> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Nelio Laranjeiro > Sent: Thursday, January 11, 2018 9:16 AM > To: dev@dpdk.org; Olivier Matz <olivier.m...@6wind.com> > Cc: bor...@mellanox.com > 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: bor...@mellanox.com > > Signed-off-by: Nelio Laranjeiro <nelio.laranje...@6wind.com> > > [1] https://tools.ietf.org/html/rfc2406 > ---
Applied to dpdk-next-crypto. Thanks, Pablo