|
Revision tags: v24.07-rc2, v24.07-rc1, v24.03, v24.03-rc4, v24.03-rc3, v24.03-rc2, v24.03-rc1 |
|
| #
547f2943 |
| 08-Jan-2024 |
Kumara Parameshwaran <kumaraparamesh92@gmail.com> |
gro: fix reordering of packets
In the current implementation when a packet is received with special TCP flag(s) set, only that packet is delivered out of order. There could be already coalesced pack
gro: fix reordering of packets
In the current implementation when a packet is received with special TCP flag(s) set, only that packet is delivered out of order. There could be already coalesced packets in the GRO table belonging to the same flow but not delivered. This fix makes sure that the entire segment is delivered with the special flag(s) set which is how the Linux GRO is also implemented.
Fixes: 0d2cbe59b719 ("lib/gro: support TCP/IPv4") Cc: stable@dpdk.org
Signed-off-by: Kumara Parameshwaran <kumaraparamesh92@gmail.com> Reviewed-by: Jiayu Hu <hujiayu.hu@foxmail.com>
show more ...
|
|
Revision tags: v23.11, v23.11-rc4, v23.11-rc3, v23.11-rc2, v23.11-rc1, v23.07, v23.07-rc4, v23.07-rc3 |
|
| #
63a98ffe |
| 08-Jul-2023 |
Stephen Hemminger <stephen@networkplumber.org> |
gro: use mbuf API for offset addition
Replace explicit packet offset computations with rte_pktmbuf_mtod_offset().
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Chengwen Fe
gro: use mbuf API for offset addition
Replace explicit packet offset computations with rte_pktmbuf_mtod_offset().
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Chengwen Feng <fengchengwen@huawei.com>
show more ...
|
|
Revision tags: v23.07-rc2 |
|
| #
5c55e819 |
| 21-Jun-2023 |
Kumara Parameshwaran <kumaraparamesh92@gmail.com> |
gro: refactor IPv4 to prepare for IPv6
Refactor the existing code to reuse data strutures and functions to add support for IPv6 GRO.
Signed-off-by: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
gro: refactor IPv4 to prepare for IPv6
Refactor the existing code to reuse data strutures and functions to add support for IPv6 GRO.
Signed-off-by: Kumara Parameshwaran <kumaraparamesh92@gmail.com> Reviewed-by: Jiayu Hu <jiayu.hu@intel.com>
show more ...
|