#
f381ac0f |
| 30-May-2023 |
Volodymyr Fialko <vfialko@marvell.com> |
pdcp: add timer expiry handle
The PDCP protocol requires usage of timers to keep track of how long an out-of-order packet should be buffered while waiting for missing packets. Applications can regis
pdcp: add timer expiry handle
The PDCP protocol requires usage of timers to keep track of how long an out-of-order packet should be buffered while waiting for missing packets. Applications can register a desired timer implementation with the PDCP library. Once the timer expires, the application will be notified, and further handling of the event will be performed in the PDCP library.
When the timer expires, the PDCP library will return the cached packets, and PDCP internal state variables (like RX_REORD, RX_DELIV etc) will be updated accordingly.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Volodymyr Fialko <vfialko@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
3a3e8931 |
| 30-May-2023 |
Anoob Joseph <anoobj@marvell.com> |
pdcp: add control PDU handling for status report
Add control PDU handling and implement status report generation. Status report generation works only when RX_DELIV = RX_NEXT.
Signed-off-by: Anoob J
pdcp: add control PDU handling for status report
Add control PDU handling and implement status report generation. Status report generation works only when RX_DELIV = RX_NEXT.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Volodymyr Fialko <vfialko@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
9d1c1574 |
| 30-May-2023 |
Anoob Joseph <anoobj@marvell.com> |
doc: add PDCP library guide
Add guide for PDCP library.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Kiran Kumar K <kirankumark@marvell.com> Signed-off-by: Volodymyr Fialko <vfia
doc: add PDCP library guide
Add guide for PDCP library.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Kiran Kumar K <kirankumark@marvell.com> Signed-off-by: Volodymyr Fialko <vfialko@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|