* [dpdk-users] Fragmentation and Reassembly issues
@ 2017-03-18 3:03 Padam Jeet Singh
0 siblings, 0 replies; only message in thread
From: Padam Jeet Singh @ 2017-03-18 3:03 UTC (permalink / raw)
To: users
Hi,
I am using the IPv4 reassembly function (rte_ipv4_frag_reassemble_packet) on RX, and IPv4 fragmentation function (rte_ipv4_fragment_packet) on TX.
When I am putting this code into our production network, after a few hours the Ethernet port’s TX stops working. All packets sent to the PMD using rte_eth_tx_burst fail (returned 0 = no packets sent).
If I disable the reassembly and drop all incoming fragments, but continue to do fragmentation on TX (since the MTU is different on RX and TX ports) then everything works normally.
Any pointers on what could be wrong when forwarding packets using this scheme?
Thanks,
Padam
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-18 3:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-18 3:03 [dpdk-users] Fragmentation and Reassembly issues Padam Jeet Singh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).