Re: [PATCH v3] net/cnxk: add support for reassembly of multi-seg pkts

2023-06-15 Thread Jerin Jacob
On Tue, Jun 13, 2023 at 8:39 PM Nithin Dabilpuram wrote: > > Add support for HW reassembly of multi-seg pkts. > Also optimize the code for normal reassembly path. > > Signed-off-by: Nithin Dabilpuram Updated the release notes as folllowing diff --git a/doc/guides/rel_notes/release_23_07.rst b/do

[PATCH v3] net/cnxk: add support for reassembly of multi-seg pkts

2023-06-13 Thread Nithin Dabilpuram
Add support for HW reassembly of multi-seg pkts. Also optimize the code for normal reassembly path. Signed-off-by: Nithin Dabilpuram --- v3: - No changes, resend after rebase v2: - Removed change id drivers/event/cnxk/cn10k_worker.h | 21 +- drivers/net/cnxk/cn10k_rx.h | 714 +++