On Mon, Jul 8, 2024 at 6:07 PM Anatoly Burakov <anatoly.bura...@intel.com> wrote: > > Once upon a time, a few patches were submitted by Vipin P R: > > https://patches.dpdk.org/project/dpdk/patch/1673615669-21011-2-git-send-email-vip...@vmware.com/ > https://patches.dpdk.org/project/dpdk/patch/1673615669-21011-3-git-send-email-vip...@vmware.com/ > https://patches.dpdk.org/project/dpdk/patch/1673615669-21011-2-git-send-email-vip...@vmware.com/ > https://patches.dpdk.org/project/dpdk/patch/1673615669-21011-3-git-send-email-vip...@vmware.com/ > > They were reviewed and changes were requested, but the author never followed > up > and these patches kind of fell through the cracks. The patches fixed real bugs > in fbarray lookahead/lookbehind behavior, so now these bugs have resurfaced in > some customer reports. > > This is a resubmit with improvements and added unit tests. > > Anatoly Burakov (4): > fbarray: fix incorrect lookahead behavior > fbarray: fix incorrect lookbehind behavior > fbarray: fix lookahead ignore mask handling > fbarray: fix lookbehind ignore mask handling > > app/test/test_fbarray.c | 102 ++++++++++++++++++++++++++++ > lib/eal/common/eal_common_fbarray.c | 28 ++++++-- > 2 files changed, 123 insertions(+), 7 deletions(-)
Thank you, series applied. -- David Marchand