> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Friday, January 19, 2018 9:34 AM > To: Nelio Laranjeiro <nelio.laranje...@6wind.com>; dev@dpdk.org; Olivier > Matz <olivier.m...@6wind.com> > Cc: bor...@mellanox.com > Subject: Re: [dpdk-dev] [PATCH 1/2] net: fix ESP header byte ordering > definition > > > > > -----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
CC'ing stable ML. > > --- > > Applied to dpdk-next-crypto. > Thanks, > > Pablo