net/cnxk: support IP reassemblyAdded capability and support for inline inbound IP reassemblyin cnxk driver. The IP reassembly offload is supported onlywhen the inline IPSec security offload is en
net/cnxk: support IP reassemblyAdded capability and support for inline inbound IP reassemblyin cnxk driver. The IP reassembly offload is supported onlywhen the inline IPSec security offload is enabled.In case of IP reassembly incomplete, the mbufs are attachedin the mbuf dynamic field and a dynamic flag is set accordingly.Signed-off-by: Vidya Sagar Velumuri <[email protected]>Signed-off-by: Akhil Goyal <[email protected]>Signed-off-by: Nithin Dabilpuram <[email protected]>Acked-by: Jerin Jacob <[email protected]>
show more ...
net/cnxk: add cn10k segregated Rx functionsAdd cn10k segregated Rx and event dequeue template functions,these help in parallelizing the build.Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell
net/cnxk: add cn10k segregated Rx functionsAdd cn10k segregated Rx and event dequeue template functions,these help in parallelizing the build.Signed-off-by: Pavan Nikhilesh <[email protected]>Acked-by: Jerin Jacob <[email protected]>
net/cnxk: add cn9k segregated Rx functionsSplit template functions to multiple files based on the rangeof offloads. This allows them to be built in parallel reducingtime spent on compiling single
net/cnxk: add cn9k segregated Rx functionsSplit template functions to multiple files based on the rangeof offloads. This allows them to be built in parallel reducingtime spent on compiling single files containing all the templatefunctions.The files are added to the build system in later patches modifyingthe existing scheme of selecting template lookup with a simpleflat array based lookup.Add cn9k segregated Rx and event dequeue template functions,these help in parallelizing the build.Signed-off-by: Pavan Nikhilesh <[email protected]>Acked-by: Jerin Jacob <[email protected]>