> > Akhil Goyal (8): > > ethdev: introduce IP reassembly offload > > ethdev: add dev op for IP reassembly configuration > > ethdev: add mbuf dynfield for incomplete IP reassembly > > security: add IPsec option for IP reassembly > > app/test: add unit cases for inline IPsec offload > > app/test: add IP reassembly case with no frags > > app/test: add IP reassembly cases with multiple fragments > > app/test: add IP reassembly negative cases > > > > app/test/meson.build | 1 + > > app/test/test_inline_ipsec.c | 1036 +++++++++++++++++ > > .../test_inline_ipsec_reassembly_vectors.h | 790 +++++++++++++ > > I see no update in MAINTAINERS for those new files. > So I think they end up in the "main" repo scope. > > You can either update MAINTAINERS (changing the app/test/test_ipsec* > pattern as app/test/test_*ipsec*) or rename files as > app/test/test_ipsec_inline.c, for example. > Thanks for the update David, There are a few other issues in the patchset, I will post a new version in next few days With MAINTAINERS updated.
- [PATCH 5/8] app/test: add unit cases for inline IPsec of... Akhil Goyal
- [PATCH v2 0/4] app/test: add inline IPsec and reass... Akhil Goyal
- [PATCH v2 1/4] app/test: add unit cases for inl... Akhil Goyal
- [PATCH v2 2/4] app/test: add IP reassembly case... Akhil Goyal
- [PATCH v2 3/4] app/test: add IP reassembly case... Akhil Goyal
- [PATCH v2 4/4] app/test: add IP reassembly nega... Akhil Goyal
- [PATCH 6/8] app/test: add IP reassembly case with no fra... Akhil Goyal
- [PATCH 7/8] app/test: add IP reassembly cases with multi... Akhil Goyal
- [PATCH 8/8] app/test: add IP reassembly negative cases Akhil Goyal
- Re: [PATCH 0/8] ethdev: introduce IP reassembly offload David Marchand
- RE: [EXT] Re: [PATCH 0/8] ethdev: introduce IP reas... Akhil Goyal
- [PATCH v2 0/4] ethdev: introduce IP reassembly offload Akhil Goyal
- [PATCH v2 1/4] ethdev: introduce IP reassembly offl... Akhil Goyal
- Re: [PATCH v2 1/4] ethdev: introduce IP reassem... Stephen Hemminger
- RE: [EXT] Re: [PATCH v2 1/4] ethdev: introd... Akhil Goyal
- [PATCH v2 2/4] ethdev: add dev op to set/get IP rea... Akhil Goyal
- Re: [PATCH v2 2/4] ethdev: add dev op to set/ge... Andrew Rybchenko
- RE: [EXT] Re: [PATCH v2 2/4] ethdev: add de... Akhil Goyal
- [PATCH v2 3/4] ethdev: add mbuf dynfield for incomp... Akhil Goyal
- [PATCH v2 4/4] security: add IPsec option for IP re... Akhil Goyal
- [PATCH v3 0/4] ethdev: introduce IP reassembly offl... Akhil Goyal