[dpdk-dev] How to calculate checksum automically with NIC when sending a packet?
RT~
[dpdk-dev] How to guarantee bandwith using DPDK QoS library?
Apologies if this is a dumb question, but how can we guarantee bandwith with librte_sched like what HTB do in Linux?
[dpdk-dev] Question about ip fragment library
Hi,all: Recently, I am reading source code about ipv4 fragment in DPDK 1.7.0. I am confused about ip packet with options. it seems that DPDK ip frag lib would omit all options from all fragments except the first one. However, in my opinion, some options must be present in all fragments,